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