diff options
Diffstat (limited to 'science/libcint/Makefile')
-rw-r--r-- | science/libcint/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/science/libcint/Makefile b/science/libcint/Makefile new file mode 100644 index 000000000000..d2962b7b51e1 --- /dev/null +++ b/science/libcint/Makefile @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= libcint +DISTVERSIONPREFIX= v +DISTVERSION= 3.0.10 +CATEGORIES= science + +MAINTAINER= yuri@FreeBSD.org +COMMENT= General GTO integrals for quantum chemistry + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libopenblas.so:math/openblas + +USES= cmake:outsource blaslapack:openblas +USE_GITHUB= yes +GH_ACCOUNT= sunqm +USE_LDCONFIG= yes + +PLIST_FILES= include/cint.h \ + lib/libcint.so \ + lib/libcint.so.3.0.6 + +.include <bsd.port.mk> |