science/arbor: update 0.9.0 → 0.10.1
Reported by: portscout
This commit is contained in:
parent
de81fb29ba
commit
01b26869b1
@ -1,6 +1,6 @@
|
||||
PORTNAME= arbor
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.9.0
|
||||
DISTVERSION= 0.10.1
|
||||
CATEGORIES= science
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -27,6 +27,7 @@ USES= cmake compiler:c++17-lang localbase python shebangfix
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= arbor-sim
|
||||
GH_TUPLE= LLNL:units:7917f5f:units/ext/units
|
||||
|
||||
SHEBANG_FILES= scripts/arbor-build-catalogue
|
||||
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
TIMESTAMP = 1691736150
|
||||
SHA256 (arbor-sim-arbor-v0.9.0_GH0.tar.gz) = 920c7926453379d367c6c8bb01ff867c03e44e8a7a6a5655d5eaa3d692618ca1
|
||||
SIZE (arbor-sim-arbor-v0.9.0_GH0.tar.gz) = 10164524
|
||||
TIMESTAMP = 1723264051
|
||||
SHA256 (arbor-sim-arbor-v0.10.1_GH0.tar.gz) = 6a9a209dc20ab6edcf9847a70b0b4dbabf0c0d3c7e6e29b5bec7c00de9d7b8ae
|
||||
SIZE (arbor-sim-arbor-v0.10.1_GH0.tar.gz) = 10159032
|
||||
SHA256 (LLNL-units-7917f5f_GH0.tar.gz) = 5ea0edf7dfe48185c05f1fd455ef66a483fc5fa6d8586bef4e4b219ef0f3e378
|
||||
SIZE (LLNL-units-7917f5f_GH0.tar.gz) = 1878237
|
||||
|
||||
@ -50,6 +50,8 @@ include/arbor/morph/primitives.hpp
|
||||
include/arbor/morph/region.hpp
|
||||
include/arbor/morph/segment_tree.hpp
|
||||
include/arbor/morph/stitch.hpp
|
||||
include/arbor/network.hpp
|
||||
include/arbor/network_generation.hpp
|
||||
include/arbor/profile/clock.hpp
|
||||
include/arbor/profile/meter.hpp
|
||||
include/arbor/profile/meter_manager.hpp
|
||||
@ -79,6 +81,7 @@ include/arbor/spike.hpp
|
||||
include/arbor/spike_event.hpp
|
||||
include/arbor/spike_source_cell.hpp
|
||||
include/arbor/symmetric_recipe.hpp
|
||||
include/arbor/units.hpp
|
||||
include/arbor/util/any_cast.hpp
|
||||
include/arbor/util/any_ptr.hpp
|
||||
include/arbor/util/any_visitor.hpp
|
||||
@ -106,6 +109,8 @@ include/arborio/cv_policy_parse.hpp
|
||||
include/arborio/export.hpp
|
||||
include/arborio/json_serdes.hpp
|
||||
include/arborio/label_parse.hpp
|
||||
include/arborio/loaded_morphology.hpp
|
||||
include/arborio/networkio.hpp
|
||||
include/arborio/neurolucida.hpp
|
||||
include/arborio/neuroml.hpp
|
||||
include/arborio/swcio.hpp
|
||||
@ -116,4 +121,5 @@ lib/cmake/arbor/arbor-targets.cmake
|
||||
lib/libarbor.so
|
||||
lib/libarborenv.so
|
||||
lib/libarborio.so
|
||||
lib/libunits.a
|
||||
%%DATADIR%%/BuildModules.cmake
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user