mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
science/{,py-}arbor: Update 0.8 -> 0.8.1
Reported by: portscout
This commit is contained in:
parent
8ff4eae96c
commit
c441ab0ff6
@ -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}
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user