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 libint2 |
---|
7 | version 2.0.3 |
---|
8 | categories science |
---|
9 | platforms darwin |
---|
10 | maintainers mcmaster.ca:yangx59 |
---|
11 | license GPL-2+ |
---|
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 | homepage http://sourceforge.net/projects/libint/ |
---|
21 | master_sites sourceforge:project/libint/libint-for-mpqc/ |
---|
22 | distname ${name}-${version}-stable |
---|
23 | extract.suffix .tgz |
---|
24 | |
---|
25 | checksums rmd160 020aca9b77d959115fb4bb44aa87bbcdfed49a8b\ |
---|
26 | sha256 5d4944ed6e60b08d05b4e396b10dc7deee7968895984f4892fd17159780f5b02 |
---|
27 | |
---|
28 | use_parallel_build yes |
---|
29 | |
---|
30 | build.target |
---|
31 | |
---|
32 | test.run yes |
---|
33 | test.target check |
---|
34 | |
---|
35 | livecheck.type regex |
---|
36 | livecheck.url http://sourceforge.net/projects/libint/rss |
---|
37 | livecheck.regex ${name}-(\[0-9.\]+)-stable${extract.suffix} |
---|