diff --git a/math/ambit/Makefile b/math/ambit/Makefile index f83f931ccc56..183bb67044f4 100644 --- a/math/ambit/Makefile +++ b/math/ambit/Makefile @@ -1,28 +1,28 @@ PORTNAME= ambit DISTVERSIONPREFIX= v DISTVERSION= 0.5.1 CATEGORIES= math PKGNAMESUFFIX= -tensor # avoid clash with shells/ambit MAINTAINER= yuri@FreeBSD.org COMMENT= C++ library for tensor product calculations LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libhdf5.so:science/hdf5 \ libopenblas.so:math/openblas \ libsz.so:science/szip -USES= cmake compiler:c++11-lang +USES= cmake compiler:c++11-lang python:build USE_GITHUB= yes GH_ACCOUNT= jturney USE_LDCONFIG= yes # some declared cmake options do nothing: see https://github.com/jturney/ambit/issues/25 and the patch CMAKE_ARGS+= -DSHARED_ONLY:BOOL=ON CMAKE_ARGS+= -DENABLE_OPENMP:BOOL=ON CMAKE_ARGS+= -DENABLE_TESTS:BOOL=OFF # https://github.com/jturney/ambit/issues/24 .include