mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
science/{,py-}rmf: update 1.6.1 → 1.7.0
Reported by: portscout
This commit is contained in:
parent
7479d0a29d
commit
ab0aca7ec7
5 changed files with 16 additions and 14 deletions
|
@ -1,11 +1,12 @@
|
|||
PORTNAME= rmf
|
||||
DISTVERSION= 1.6.1
|
||||
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/
|
||||
WWW= https://integrativemodeling.org/rmf/ \
|
||||
https://github.com/open-rmf/rmf
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
@ -27,10 +28,11 @@ LDFLAGS+= -lRMF
|
|||
|
||||
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
|
||||
@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} test
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1716605218
|
||||
SHA256 (salilab-rmf-1.6.1_GH0.tar.gz) = abe143e7411b910e5ba863c162b3a23bfdec440cbb1c4909e88727c0e63ad772
|
||||
SIZE (salilab-rmf-1.6.1_GH0.tar.gz) = 15105898
|
||||
TIMESTAMP = 1733424482
|
||||
SHA256 (salilab-rmf-1.7.0_GH0.tar.gz) = 37997f189702b4705f69b2db5f64cef31cfa9ab9eb151dfc0457c72dba422345
|
||||
SIZE (salilab-rmf-1.7.0_GH0.tar.gz) = 15100498
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
PORTNAME= rmf
|
||||
DISTVERSION= 1.6.1
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 1.7.0
|
||||
CATEGORIES= science graphics
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
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_FILE= ${WRKSRC}/COPYING
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1716603187
|
||||
SHA256 (salilab-rmf-1.6.1_GH0.tar.gz) = abe143e7411b910e5ba863c162b3a23bfdec440cbb1c4909e88727c0e63ad772
|
||||
SIZE (salilab-rmf-1.6.1_GH0.tar.gz) = 15105898
|
||||
TIMESTAMP = 1733424309
|
||||
SHA256 (salilab-rmf-1.7.0_GH0.tar.gz) = 37997f189702b4705f69b2db5f64cef31cfa9ab9eb151dfc0457c72dba422345
|
||||
SIZE (salilab-rmf-1.7.0_GH0.tar.gz) = 15100498
|
||||
|
|
|
@ -99,4 +99,4 @@ include/RMF/types.h
|
|||
include/RMF/utility.h
|
||||
include/RMF/validate.h
|
||||
lib/libRMF.so
|
||||
lib/libRMF.so.1.6
|
||||
lib/libRMF.so.1.7
|
||||
|
|
Loading…
Add table
Reference in a new issue