Ticket #47775: Portfile_libint2

File Portfile_libint2, 1.3 KB (added by tczorro (Derrick), 9 years ago)

Portfile for libint2

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