Skip to content

Commit

Permalink
science/{,py-}arbor: Update 0.8 -> 0.8.1
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Dec 24, 2022
1 parent 8ff4eae commit c441ab0
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
9 changes: 6 additions & 3 deletions 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
Expand All @@ -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
Expand All @@ -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}

Expand Down
6 changes: 3 additions & 3 deletions 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
1 change: 0 additions & 1 deletion science/arbor/pkg-plist
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion science/py-arbor/Makefile
@@ -1,6 +1,6 @@
PORTNAME= arbor
DISTVERSIONPREFIX= v
DISTVERSION= 0.8
DISTVERSION= 0.8.1
CATEGORIES= science
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit c441ab0

Please sign in to comment.