Ticket #47751: Portfile

File Portfile, 1.4 KB (added by tczorro (Derrick), 9 years ago)

Updated Portfile

Line 
1# -*- 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
2# $Id$
3
4PortSystem          1.0
5
6name                libint
7version             2.0.3
8categories          science
9platforms           darwin
10license             GPLv2
11maintainers         mcmaster.ca:yangx59
12
13description         a library for the evaluation of molecular integrals of many-body operators \
14                    over Gaussian functions
15
16long_description    A library of C/C++ functions for efficient evaluation of several kinds of \
17                    two-body molecular integrals over Gaussian functions. The optimizing compiler \
18                    that generates a Libint library.
19
20extract.suffix      .tgz
21
22homepage            http://sourceforge.net/projects/libint/
23master_sites        sourceforge:project/libint/libint-for-mpqc/
24distname            ${name}-${version}-stable
25distfiles           ${distname}${extract.suffix}
26
27checksums           rmd160  020aca9b77d959115fb4bb44aa87bbcdfed49a8b\
28                    sha256  5d4944ed6e60b08d05b4e396b10dc7deee7968895984f4892fd17159780f5b02
29
30use_parallel_build  yes
31
32build.cmd           make
33build.target-delete all
34
35test.run            yes
36test.target         check
37
38livecheck.type      regex
39livecheck.url       http://sourceforge.net/projects/libint/rss
40livecheck.regex     ${name}-(\[0-9.\]+)-stable${extract.suffix}