0a59de4c27
Reported by: portscout
26 lines
501 B
Makefile
26 lines
501 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libcint
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 3.0.15
|
|
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 blaslapack:openblas
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= sunqm
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_FILES= include/cint.h \
|
|
lib/libcint.so \
|
|
lib/libcint.so.${PORTVERSION:R:R} \
|
|
lib/libcint.so.${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|