diff options
Diffstat (limited to 'science/highfive/Makefile')
| -rw-r--r-- | science/highfive/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/science/highfive/Makefile b/science/highfive/Makefile index 2dcc0c740d0c..7eab1f11d288 100644 --- a/science/highfive/Makefile +++ b/science/highfive/Makefile @@ -1,11 +1,12 @@ PORTNAME= highfive DISTVERSIONPREFIX= v -DISTVERSION= 2.10.1 +DISTVERSION= 3.2.0 CATEGORIES= science devel MAINTAINER= yuri@FreeBSD.org COMMENT= Header-only C++ HDF5 interface -WWW= https://github.com/BlueBrain/HighFive +WWW= https://highfive-devs.github.io/highfive/ \ + https://github.com/highfive-devs/highfive LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE @@ -16,9 +17,9 @@ RUN_DEPENDS= ${LOCALBASE}/include/boost/multi_array.hpp:devel/boost-libs \ TEST_DEPENDS= catch2>0:devel/catch2 USES= cmake eigen:3,run + USE_GITHUB= yes -GH_ACCOUNT= BlueBrain -GH_PROJECT= HighFive +GH_ACCOUNT= highfive-devs CMAKE_OFF= HIGHFIVE_USE_BOOST HIGHFIVE_UNIT_TESTS HIGHFIVE_EXAMPLES @@ -31,4 +32,6 @@ do-test: # one test fails, see https://github.com/BlueBrain/HighFive/issues/634 ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test +# tests as of 3.2.0: 99% tests passed, 3 tests failed out of 278, skipped tests are reported as failed, see https://github.com/highfive-devs/highfive/issues/88 + .include <bsd.port.mk> |
