diff options
Diffstat (limited to 'science/mctc-lib/Makefile')
-rw-r--r-- | science/mctc-lib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/science/mctc-lib/Makefile b/science/mctc-lib/Makefile index 970888e217b0..a776e8418ff4 100644 --- a/science/mctc-lib/Makefile +++ b/science/mctc-lib/Makefile @@ -1,6 +1,6 @@ PORTNAME= mctc-lib DISTVERSIONPREFIX= v -DISTVERSION= 0.3.2 +DISTVERSION= 0.4.0 CATEGORIES= science # chemistry MAINTAINER= yuri@FreeBSD.org @@ -21,4 +21,6 @@ CMAKE_ON= BUILD_SHARED_LIBS 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 +# tests as of 0.4.0: 100% tests passed, 0 tests failed out of 28 + .include <bsd.port.mk> |