aboutsummaryrefslogtreecommitdiffstats
path: root/science/mctc-lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'science/mctc-lib/Makefile')
-rw-r--r--science/mctc-lib/Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/science/mctc-lib/Makefile b/science/mctc-lib/Makefile
index a776e8418ff4..882279cb0e33 100644
--- a/science/mctc-lib/Makefile
+++ b/science/mctc-lib/Makefile
@@ -1,11 +1,12 @@
PORTNAME= mctc-lib
DISTVERSIONPREFIX= v
-DISTVERSION= 0.4.0
+DISTVERSION= 0.5.0
CATEGORIES= science # chemistry
MAINTAINER= yuri@FreeBSD.org
COMMENT= Computation tool chain library to work with molecular structure data
-WWW= https://grimme-lab.github.io/mctc-lib/
+WWW= https://grimme-lab.github.io/mctc-lib/ \
+ https://github.com/grimme-lab/mctc-lib/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
@@ -18,9 +19,14 @@ GH_ACCOUNT= grimme-lab
CMAKE_ON= BUILD_SHARED_LIBS
+TESTING_UNSAFE= yes
+
post-patch: # same as https://github.com/grimme-lab/mctc-lib/pull/55
- @${REINPLACE_CMD} -e 's|$${CMAKE_Fortran_COMPILER_ID}-$${CMAKE_Fortran_COMPILER_VERSION}||' ${WRKSRC}/config/CMakeLists.txt
+ @${REINPLACE_CMD} -e 's|$${CMAKE_Fortran_COMPILER_ID}-$${CMAKE_Fortran_COMPILER_VERSION}||' \
+ ${WRKSRC}/config/CMakeLists.txt
-# tests as of 0.4.0: 100% tests passed, 0 tests failed out of 28
+# tests as of 0.5.0: 97% tests passed, 1 tests failed out of 32
+# The following tests FAILED:
+# 4 - mctc-lib/ncoord (Failed)
.include <bsd.port.mk>