# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0

name                libint
version             2.0.3
categories          science
platforms           darwin
maintainers         mcmaster.ca:yangx59
license             GPL-2+

description         a library for the evaluation of molecular integrals of many-body operators \
                    over Gaussian functions

long_description    A library of C/C++ functions for efficient evaluation of several kinds of \
                    two-body molecular integrals over Gaussian functions. The optimizing compiler \
                    that generates a Libint library.

homepage            http://sourceforge.net/projects/libint/
master_sites        sourceforge:project/libint/libint-for-mpqc/
distname            ${name}-${version}-stable
extract.suffix      .tgz

checksums           rmd160  020aca9b77d959115fb4bb44aa87bbcdfed49a8b\
                    sha256  5d4944ed6e60b08d05b4e396b10dc7deee7968895984f4892fd17159780f5b02

use_parallel_build  yes

build.target

test.run            yes
test.target         check

livecheck.type      regex
livecheck.url       http://sourceforge.net/projects/libint/rss
livecheck.regex     ${name}-(\[0-9.\]+)-stable${extract.suffix}
