diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-07-26 00:53:24 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-07-26 01:16:11 -0700 |
commit | 17fc014413ea6ae54fa51b39f0a278b15219cd0b (patch) | |
tree | 279fdfdfd813779ae37b106131ddc5a38c0a9757 | |
parent | misc/py-gguf: 0.17.1.5866 → 0.17.1.5895 (diff) |
science/{,py-}ncrystal: update 4.2.0 → 4.2.6
Reported by: portscout
-rw-r--r-- | science/ncrystal/Makefile | 4 | ||||
-rw-r--r-- | science/ncrystal/distinfo | 6 | ||||
-rw-r--r-- | science/py-ncrystal/Makefile | 4 | ||||
-rw-r--r-- | science/py-ncrystal/distinfo | 6 |
4 files changed, 10 insertions, 10 deletions
diff --git a/science/ncrystal/Makefile b/science/ncrystal/Makefile index fb63deb58062..9cfb8da272b6 100644 --- a/science/ncrystal/Makefile +++ b/science/ncrystal/Makefile @@ -1,6 +1,6 @@ PORTNAME= ncrystal DISTVERSIONPREFIX= v -DISTVERSION= 4.2.0 +DISTVERSION= 4.2.6 CATEGORIES= science # physics MAINTAINER= yuri@FreeBSD.org @@ -24,6 +24,6 @@ CMAKE_TESTING_ON= NCRYSTAL_ENABLE_TESTING \ post-install: # workaround for https://github.com/mctools/ncrystal/issues/150 @${RM} ${STAGEDIR}${PREFIX}/*.sh -# tests as of 4.1.4: 54% tests passed, 37 tests failed out of 80, see https://github.com/mctools/ncrystal/issues/231 +# tests as of 4.2.6: 52% tests passed, 42 tests failed out of 87 .include <bsd.port.mk> diff --git a/science/ncrystal/distinfo b/science/ncrystal/distinfo index a9c11355be17..1a8eec6572c9 100644 --- a/science/ncrystal/distinfo +++ b/science/ncrystal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749700880 -SHA256 (mctools-ncrystal-v4.2.0_GH0.tar.gz) = bc01465f4e7db596ebba34df96ad744eea7cd1d2308fb2ff1ae532d0dbc50725 -SIZE (mctools-ncrystal-v4.2.0_GH0.tar.gz) = 2812384 +TIMESTAMP = 1753507988 +SHA256 (mctools-ncrystal-v4.2.6_GH0.tar.gz) = 4e7926d8bb931cce3546e9406a2a3d9b182b864e94ce34e31b1a6d9475479602 +SIZE (mctools-ncrystal-v4.2.6_GH0.tar.gz) = 2821990 diff --git a/science/py-ncrystal/Makefile b/science/py-ncrystal/Makefile index 16b71cb75d5e..ed1e1279b00e 100644 --- a/science/py-ncrystal/Makefile +++ b/science/py-ncrystal/Makefile @@ -1,6 +1,6 @@ PORTNAME= ncrystal DISTVERSIONPREFIX= v -DISTVERSION= 4.2.0 +DISTVERSION= 4.2.6 CATEGORIES= science # physics PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -32,7 +32,7 @@ post-install: # strip binary #@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/NCrystal/ncrystal_pyinst_data/lib/libNCrystal.so -do-test: # the third test fails for an unknown reason +do-test: @cd ${TEST_WRKSRC} && \ ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m NCrystal.test all diff --git a/science/py-ncrystal/distinfo b/science/py-ncrystal/distinfo index a23e154ff514..aca64d45e427 100644 --- a/science/py-ncrystal/distinfo +++ b/science/py-ncrystal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749705869 -SHA256 (mctools-ncrystal-v4.2.0_GH0.tar.gz) = bc01465f4e7db596ebba34df96ad744eea7cd1d2308fb2ff1ae532d0dbc50725 -SIZE (mctools-ncrystal-v4.2.0_GH0.tar.gz) = 2812384 +TIMESTAMP = 1753507607 +SHA256 (mctools-ncrystal-v4.2.6_GH0.tar.gz) = 4e7926d8bb931cce3546e9406a2a3d9b182b864e94ce34e31b1a6d9475479602 +SIZE (mctools-ncrystal-v4.2.6_GH0.tar.gz) = 2821990 |