science/{,py-}rmf: update 1.6.1 → 1.7.0

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2024-12-05 07:14:59 -07:00
parent 7479d0a29d
commit ab0aca7ec7
5 changed files with 16 additions and 14 deletions

View file

@ -1,11 +1,12 @@
PORTNAME= rmf PORTNAME= rmf
DISTVERSION= 1.6.1 DISTVERSION= 1.7.0
CATEGORIES= science graphics CATEGORIES= science graphics
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org MAINTAINER= yuri@FreeBSD.org
COMMENT= Library to support reading and writing of Rich Molecular Format files COMMENT= Library to support reading and writing of Rich Molecular Format files
WWW= https://integrativemodeling.org/rmf/ WWW= https://integrativemodeling.org/rmf/ \
https://github.com/open-rmf/rmf
LICENSE= APACHE20 LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_FILE= ${WRKSRC}/COPYING
@ -27,10 +28,11 @@ LDFLAGS+= -lRMF
BINARY_ALIAS= python=${PYTHON_CMD} BINARY_ALIAS= python=${PYTHON_CMD}
do-test: # one testcase fails: https://github.com/salilab/rmf/issues/126 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 @${RM} ${WRKSRC}/test/*.cpp
@cd ${BUILD_WRKSRC} && \ @cd ${BUILD_WRKSRC} && \
${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DFREEBSD_BUILS_WITH_TESTS:BOOL=ON ${CMAKE_SOURCE_PATH} && \ ${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} ${ALL_TARGET} && \
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1716605218 TIMESTAMP = 1733424482
SHA256 (salilab-rmf-1.6.1_GH0.tar.gz) = abe143e7411b910e5ba863c162b3a23bfdec440cbb1c4909e88727c0e63ad772 SHA256 (salilab-rmf-1.7.0_GH0.tar.gz) = 37997f189702b4705f69b2db5f64cef31cfa9ab9eb151dfc0457c72dba422345
SIZE (salilab-rmf-1.6.1_GH0.tar.gz) = 15105898 SIZE (salilab-rmf-1.7.0_GH0.tar.gz) = 15100498

View file

@ -1,11 +1,11 @@
PORTNAME= rmf PORTNAME= rmf
DISTVERSION= 1.6.1 DISTVERSION= 1.7.0
PORTREVISION= 2
CATEGORIES= science graphics CATEGORIES= science graphics
MAINTAINER= yuri@FreeBSD.org MAINTAINER= yuri@FreeBSD.org
COMMENT= Library to support reading and writing of Rich Molecular Format files COMMENT= Library to support reading and writing of Rich Molecular Format files
WWW= https://integrativemodeling.org/rmf/ WWW= https://integrativemodeling.org/rmf/ \
https://github.com/open-rmf/rmf
LICENSE= APACHE20 LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_FILE= ${WRKSRC}/COPYING

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1716603187 TIMESTAMP = 1733424309
SHA256 (salilab-rmf-1.6.1_GH0.tar.gz) = abe143e7411b910e5ba863c162b3a23bfdec440cbb1c4909e88727c0e63ad772 SHA256 (salilab-rmf-1.7.0_GH0.tar.gz) = 37997f189702b4705f69b2db5f64cef31cfa9ab9eb151dfc0457c72dba422345
SIZE (salilab-rmf-1.6.1_GH0.tar.gz) = 15105898 SIZE (salilab-rmf-1.7.0_GH0.tar.gz) = 15100498

View file

@ -99,4 +99,4 @@ include/RMF/types.h
include/RMF/utility.h include/RMF/utility.h
include/RMF/validate.h include/RMF/validate.h
lib/libRMF.so lib/libRMF.so
lib/libRMF.so.1.6 lib/libRMF.so.1.7