diff --git a/science/py-rmf/Makefile b/science/py-rmf/Makefile index 1d13d19df62c..dbe6e2950396 100644 --- a/science/py-rmf/Makefile +++ b/science/py-rmf/Makefile @@ -1,39 +1,39 @@ PORTNAME= rmf DISTVERSION= 1.7.0 CATEGORIES= science graphics PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Library to support reading and writing of Rich Molecular Format files WWW= https://integrativemodeling.org/rmf/ \ - https://github.com/open-rmf/rmf + https://github.com/salilab/rmf LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= swig:devel/swig LIB_DEPENDS= libRMF.so:science/rmf USES= cmake compiler:c++11-lang localbase:ldflags python shebangfix USE_PYTHON= flavors USE_GITHUB= yes GH_ACCOUNT= salilab SHEBANG_GLOB= *.py CMAKE_ARGS= -DCMAKE_INSTALL_PYTHONDIR:STRING=${PYTHON_SITELIBDIR} LDFLAGS+= -lRMF BINARY_ALIAS= python=${PYTHON_CMD} do-test: # the IMP_MEDIUM_TIMEOUT setting below is to prevent RMF-medium_test_backwards.py from timeing out, see https://github.com/salilab/rmf/issues/126#issuecomment-825145818 @${RM} ${WRKSRC}/test/*.cpp @cd ${BUILD_WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DFREEBSD_BUILS_WITH_TESTS:BOOL=ON -DIMP_MEDIUM_TIMEOUT=1000000 ${CMAKE_SOURCE_PATH} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test .include diff --git a/science/rmf/Makefile b/science/rmf/Makefile index 5d09f287b9f7..9a1b1c673a5d 100644 --- a/science/rmf/Makefile +++ b/science/rmf/Makefile @@ -1,36 +1,36 @@ PORTNAME= rmf DISTVERSION= 1.7.0 PORTREVISION= 2 CATEGORIES= science graphics MAINTAINER= yuri@FreeBSD.org COMMENT= Library to support reading and writing of Rich Molecular Format files WWW= https://integrativemodeling.org/rmf/ \ - https://github.com/open-rmf/rmf + https://github.com/salilab/rmf LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libhdf5.so:science/hdf5 USES= compiler:c++17-lang cmake:testing localbase:ldflags python:build shebangfix USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= salilab SHEBANG_GLOB= *.py LDFLAGS+= -lhdf5 BINARY_ALIAS= python=${PYTHON_CMD} do-test: @${RM} ${WRKSRC}/test/*.py @cd ${BUILD_WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DFREEBSD_BUILS_WITH_TESTS:BOOL=ON ${CMAKE_SOURCE_PATH} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test .include