2017-11-18 22:57:55 +01:00
|
|
|
PORTNAME= ambit
|
|
|
|
DISTVERSIONPREFIX= v
|
2022-04-20 05:34:59 +02:00
|
|
|
DISTVERSION= 0.6
|
2022-06-16 17:06:54 +02:00
|
|
|
PORTREVISION= 1
|
2017-11-18 22:57:55 +01:00
|
|
|
CATEGORIES= math
|
2017-11-19 22:22:24 +01:00
|
|
|
PKGNAMESUFFIX= -tensor # avoid clash with shells/ambit
|
2017-11-18 22:57:55 +01:00
|
|
|
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
|
|
COMMENT= C++ library for tensor product calculations
|
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
|
|
|
LIB_DEPENDS= libhdf5.so:science/hdf5 \
|
2019-04-28 10:42:56 +02:00
|
|
|
libopenblas.so:math/openblas \
|
2022-06-16 17:06:54 +02:00
|
|
|
libsz.so:science/libaec
|
2017-11-18 22:57:55 +01:00
|
|
|
|
2022-04-20 05:34:59 +02:00
|
|
|
USES= cmake:testing compiler:c++11-lang python:build
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
2017-11-18 22:57:55 +01:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= jturney
|
|
|
|
|
|
|
|
# some declared cmake options do nothing: see https://github.com/jturney/ambit/issues/25 and the patch
|
2022-04-20 05:34:59 +02:00
|
|
|
CMAKE_ON= SHARED_ONLY ENABLE_OPENMP
|
|
|
|
CMAKE_OFF= ENABLE_TESTS # https://github.com/jturney/ambit/issues/24
|
|
|
|
CMAKE_TESTING_ON= ENABLE_TESTS
|
2017-11-18 22:57:55 +01:00
|
|
|
|
2018-11-02 14:32:34 +01:00
|
|
|
.include <bsd.port.mk>
|