Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 May 2024 20:49:02 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 69ae83bae473 - main - science/py-PyNE: Fix build broken by MOAB update
Message-ID:  <202405052049.445Kn2Vk039378@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=69ae83bae4733e12df759ba7f11d6bb9bbd567b7

commit 69ae83bae4733e12df759ba7f11d6bb9bbd567b7
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-05-05 20:47:53 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-05-05 20:48:56 +0000

    science/py-PyNE: Fix build broken by MOAB update
    
    Reported by:    fallout
---
 science/py-PyNE/Makefile  | 4 ++++
 science/py-PyNE/pkg-plist | 1 -
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/science/py-PyNE/Makefile b/science/py-PyNE/Makefile
index 8630a8f24b48..1eda9655b2d2 100644
--- a/science/py-PyNE/Makefile
+++ b/science/py-PyNE/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	PyNE
 DISTVERSION=	0.7.8
+PORTREVISION=	1
 CATEGORIES=	science # physics
 MASTER_SITES=	https://raw.githubusercontent.com/pyne/data/master/:decay \
 		https://raw.githubusercontent.com/pyne/data/master/:cram \
@@ -81,4 +82,7 @@ do-install:
 		${STAGEDIR}${PYTHON_SITELIBDIR}/pyne/*.so \
 		${STAGEDIR}${PYTHON_SITELIBDIR}/pyne/xs/models.so
 
+# CAVEAT: due to the failure to find MOAB-5.5.1 the file pyne/source_sampling.so isn't built, and is removed from plist
+#         - see https://github.com/pyne/pyne/issues/1537
+
 .include <bsd.port.mk>
diff --git a/science/py-PyNE/pkg-plist b/science/py-PyNE/pkg-plist
index c429e2018ed7..5e6baa1151b7 100644
--- a/science/py-PyNE/pkg-plist
+++ b/science/py-PyNE/pkg-plist
@@ -231,7 +231,6 @@ lib/libpyne.so
 %%PYTHON_SITELIBDIR%%/pyne/source.pxd
 %%PYTHON_SITELIBDIR%%/pyne/source.so
 %%PYTHON_SITELIBDIR%%/pyne/source_sampling.pxd
-%%PYTHON_SITELIBDIR%%/pyne/source_sampling.so
 %%PYTHON_SITELIBDIR%%/pyne/spatialsolver.py
 %%PYTHON_SITELIBDIR%%/pyne/spectanalysis.py
 %%PYTHON_SITELIBDIR%%/pyne/stlcontainers.pxd



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405052049.445Kn2Vk039378>