Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Dec 2022 11:06:27 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: c441ab0ff6f4 - main - science/{,py-}arbor: Update 0.8 -> 0.8.1
Message-ID:  <202212241106.2BOB6RVK099385@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=c441ab0ff6f46a2c8ceb9fb55470483afe607dc0

commit c441ab0ff6f46a2c8ceb9fb55470483afe607dc0
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-12-24 10:23:43 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-12-24 11:06:21 +0000

    science/{,py-}arbor: Update 0.8 -> 0.8.1
    
    Reported by:    portscout
---
 science/arbor/Makefile    | 9 ++++++---
 science/arbor/distinfo    | 6 +++---
 science/arbor/pkg-plist   | 1 -
 science/py-arbor/Makefile | 3 ++-
 science/py-arbor/distinfo | 6 +++---
 5 files changed, 14 insertions(+), 11 deletions(-)

diff --git a/science/arbor/Makefile b/science/arbor/Makefile
index d5889645332b..d4bb0259284a 100644
--- a/science/arbor/Makefile
+++ b/science/arbor/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	arbor
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.8
-PORTREVISION=	1
+DISTVERSION=	0.8.1
 CATEGORIES=	science
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -18,9 +17,11 @@ BUILD_DEPENDS=	bash:shells/bash \
 		nlohmann-json>0:devel/nlohmann-json \
 		random123>0:devel/random123 \
 		${PYTHON_PKGNAMEPREFIX}svgwrite>0:graphics/py-svgwrite@${PY_FLAVOR}
+LIB_DEPENDS=	libpugixml.so:textproc/pugixml
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}svgwrite>0:graphics/py-svgwrite@${PY_FLAVOR}
+TEST_DEPENDS=	googletest>=0:devel/googletest
 
-USES=		cmake compiler:c++17-lang python shebangfix
+USES=		cmake compiler:c++17-lang localbase python shebangfix
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	arbor-sim
@@ -35,6 +36,8 @@ OPTIONS_DEFINE=		NATIVE
 NATIVE_CMAKE_ON=	-DARB_ARCH=native
 NATIVE_CMAKE_OFF=	-DARB_ARCH=none
 
+TEST_TARGET=	tests # tests fail to build, see https://github.com/arbor-sim/arbor/issues/2075
+
 post-install:
 	@${RMDIR} ${STAGEDIR}${DOCSDIR}
 
diff --git a/science/arbor/distinfo b/science/arbor/distinfo
index 6a64e8f1e731..2fd4d9cc91b9 100644
--- a/science/arbor/distinfo
+++ b/science/arbor/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1669535366
-SHA256 (arbor-sim-arbor-v0.8_GH0.tar.gz) = ee6b2486b1142cf4412dddd1caece0926d1712b8d1868283e3bfe73e4ec2cb71
-SIZE (arbor-sim-arbor-v0.8_GH0.tar.gz) = 7794543
+TIMESTAMP = 1671842310
+SHA256 (arbor-sim-arbor-v0.8.1_GH0.tar.gz) = 9d32edf5def9bbe30b5648d064291b86cf3f637b2dc0b82f7a276f5f41e6bcef
+SIZE (arbor-sim-arbor-v0.8.1_GH0.tar.gz) = 7812575
diff --git a/science/arbor/pkg-plist b/science/arbor/pkg-plist
index c450df72c2c7..88f635490f8f 100644
--- a/science/arbor/pkg-plist
+++ b/science/arbor/pkg-plist
@@ -103,7 +103,6 @@ include/arborio/label_parse.hpp
 include/arborio/neurolucida.hpp
 include/arborio/neuroml.hpp
 include/arborio/swcio.hpp
-include/arborio/xml.hpp
 lib/cmake/arbor/arbor-config-version.cmake
 lib/cmake/arbor/arbor-config.cmake
 lib/cmake/arbor/arbor-targets-%%CMAKE_BUILD_TYPE%%.cmake
diff --git a/science/py-arbor/Makefile b/science/py-arbor/Makefile
index 567c01f16f9c..8bd2028e8784 100644
--- a/science/py-arbor/Makefile
+++ b/science/py-arbor/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	arbor
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.8
+DISTVERSION=	0.8.1
 CATEGORIES=	science
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -15,6 +15,7 @@ BUILD_DEPENDS=	pybind11>0:devel/pybind11
 LIB_DEPENDS=	libarbor.so:science/arbor
 
 USES=		cmake compiler:c++17-lang localbase:ldflags python
+USE_PYTHON=	flavors
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	arbor-sim
diff --git a/science/py-arbor/distinfo b/science/py-arbor/distinfo
index 6a64e8f1e731..4c6eb0df5332 100644
--- a/science/py-arbor/distinfo
+++ b/science/py-arbor/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1669535366
-SHA256 (arbor-sim-arbor-v0.8_GH0.tar.gz) = ee6b2486b1142cf4412dddd1caece0926d1712b8d1868283e3bfe73e4ec2cb71
-SIZE (arbor-sim-arbor-v0.8_GH0.tar.gz) = 7794543
+TIMESTAMP = 1671874647
+SHA256 (arbor-sim-arbor-v0.8.1_GH0.tar.gz) = 9d32edf5def9bbe30b5648d064291b86cf3f637b2dc0b82f7a276f5f41e6bcef
+SIZE (arbor-sim-arbor-v0.8.1_GH0.tar.gz) = 7812575



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