Ticket #47775: Portfile_libint

File Portfile_libint, 1.1 KB (added by tczorro (Derrick), 9 years ago)

ORIGINAL libint 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
5replaced_by         libint2
6revision            1
7
8name                libint
9version             2.0.3
10categories          science
11platforms           darwin
12maintainers         mcmaster.ca:yangx59
13license             GPL-2+
14
15description         a library for the evaluation of molecular integrals of many-body operators \
16                    over Gaussian functions
17
18long_description    A library of C/C++ functions for efficient evaluation of several kinds of \
19                    two-body molecular integrals over Gaussian functions. The optimizing compiler \
20                    that generates a Libint library.
21
22homepage            http://sourceforge.net/projects/libint/
23
24distfiles
25
26use_parallel_build  yes
27
28build.target
29
30test.run            yes
31test.target         check
32
33livecheck.type      none
34
35pre-configure {
36    ui_error "Please do not install this port since it has been replaced by 'libint2'."
37    return -code error
38}