Index: head/science/pcmsolver/Makefile =================================================================== --- head/science/pcmsolver/Makefile (revision 487783) +++ head/science/pcmsolver/Makefile (revision 487784) @@ -1,29 +1,30 @@ # $FreeBSD$ PORTNAME= pcmsolver DISTVERSIONPREFIX= v DISTVERSION= 1.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org COMMENT= API for the Polarizable Continuum Model LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN= fails to build BROKEN_powerpc64= fails to compile: SphericalDiffuse.cpp:182: invalid initialization of non-const reference -LIB_DEPENDS= libflang.so:devel/flang # USES=fortran:clang breaks in configure: can't find libs directory - -USES= cmake:outsource,noninja python +USES= cmake:outsource,noninja fortran python USE_GITHUB= yes GH_ACCOUNT= PCMSolver USE_LDCONFIG= yes + +do-configure: # full CMAKE_ARGS breaks configure: it can't find fortran's libraries + @${MKDIR} ${CONFIGURE_WRKSRC} + @cd ${CONFIGURE_WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} -DCMAKE_BUILD_TYPE:STRING="Release" ${CMAKE_SOURCE_PATH} post-patch: @${REINPLACE_CMD} -e 's|"-O3 |"$${CMAKE_C_FLAGS} |' \ ${WRKSRC}/cmake/custom/compilers/*.cmake .include Index: head/science/pcmsolver/files/patch-CMakeLists.txt =================================================================== --- head/science/pcmsolver/files/patch-CMakeLists.txt (nonexistent) +++ head/science/pcmsolver/files/patch-CMakeLists.txt (revision 487784) @@ -0,0 +1,10 @@ +--- CMakeLists.txt.orig 2018-12-19 05:45:58 UTC ++++ CMakeLists.txt +@@ -80,4 +80,6 @@ include(eigen) + include(libtaylor) + include(zlib) + include(autocmake_src) +-include(test) ++if (BUILD_TESTING) ++ include(test) ++endif() Property changes on: head/science/pcmsolver/files/patch-CMakeLists.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property