1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/science/chemps2/Makefile
Yuri Victorovich df2013481a science/chemps2: Update 1.8.6 -> 1.8.7
Reported by:	portscout
2018-03-26 09:47:56 +00:00

29 lines
814 B
Makefile

# $FreeBSD$
PORTNAME= CheMPS2
DISTVERSIONPREFIX= v
DISTVERSION= 1.8.7
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
COMMENT= Spin-adapted implementation of DMRG for ab initio quantum chemistry
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libhdf5.so:science/hdf5 \
libsz.so:science/szip
USES= blaslapack:openblas cmake:outsource fortran
USE_GITHUB= yes
GH_ACCOUNT= SebWouters
USE_LDCONFIG= yes
CMAKE_ARGS+= -DSHARED_ONLY:BOOL=ON
CMAKE_ARGS+= -DENABLE_TESTS:BOOL=OFF
CMAKE_ARGS+= -DENABLE_XHOST:BOOL=OFF # shouldn't optimize the port in case of central build
CMAKE_ARGS+= -DENABLE_OPENMP:BOOL=OFF # find_package(OpenMP) is broken since the merge into cmake: bug#223678
CMAKE_ARGS+= -DLAPACK_LIBRARIES="-lopenblas" # can't find it using find_package for some reason
.include <bsd.port.mk>