1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/science/gdma/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

23 lines
428 B
Makefile

PORTNAME= gdma
DISTVERSIONPREFIX= v
DISTVERSION= 2.2.6
PORTREVISION= 5
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
COMMENT= Anthony Stone's Gaussian Distributed Multipole Analysis
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake fortran
USE_GITHUB= yes
GH_ACCOUNT= psi4
USE_LDCONFIG= yes
CMAKE_ARGS= -DBUILD_SHARED_LIBS:BOOL=ON \
-DENABLE_XHOST:BOOL=OFF \
-DENABLE_OPENMP:BOOL=ON
.include <bsd.port.mk>