Skip to content
Snippets Groups Projects
Unverified Commit 38c6cb92 authored by Brent Huisman's avatar Brent Huisman Committed by GitHub
Browse files

Post release: add Zenodo entry, add Spack entry, update docs and scripts (#2036)

parent 8e82ec19
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
doi={10.1109/EMPDP.2019.8671560},
ISSN={2377-5750}}
@software{nora_abi_akar_2022_6865725,
@software{nora_abi_akar_2022_7323982,
author = {Nora Abi Akar and
John Biddiscombe and
Benjamin Cumming and
......@@ -29,12 +29,13 @@
Max Engelen and
Fabian Bösch and
Jannik Luboeinski and
Simon Frasch},
title = {Arbor Library v0.7},
month = jul,
Simon Frasch and
Lukas Drescher},
title = {Arbor Library v0.8},
month = nov,
year = 2022,
publisher = {Zenodo},
version = {v0.7},
doi = {10.5281/zenodo.6865725},
url = {https://doi.org/10.5281/zenodo.6865725}
version = {v0.8},
doi = {10.5281/zenodo.7323982},
url = {https://doi.org/10.5281/zenodo.7323982}
}
0.8.0
0.8.1-dev
......@@ -135,7 +135,7 @@ Post Release
- Spack upstream: `PR here <https://github.com/spack/spack/blob/develop/var/spack/repos/builtin/packages/arbor/package.py>`_
- Ebrains Lab: `MR here <https://gitlab.ebrains.eu/technical-coordination/project-internal/devops/platform/ebrains-spack-builds/>`_
- OSB: update `dockerfile <https://github.com/OpenSourceBrain/OSBv2/blob/master/applications/jupyterlab/Dockerfile>`_ if needed.
- OSB: update `requirementsfile <https://github.com/OpenSourceBrain/OSBv2/blob/master/applications/jupyterlab/requirements.txt>`_ if needed.
- Make sure that `Notebooks <https://www.v2.opensourcebrain.org/repositories/38>`_ work on the version that their image is built with.
......
......@@ -45,6 +45,9 @@ The Arbor software can be cited by version via Zenodo or via Arbors introductory
Latest version
|zlatest|
Version 0.8
|z08|
Version 0.7
|z07|
......@@ -77,6 +80,9 @@ Cite (Bibtex format)
.. |zlatest| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1459678.svg
:target: https://doi.org/10.5281/zenodo.1459678
.. |z08| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.7323982.svg
:target: https://doi.org/10.5281/zenodo.7323982
.. |z07| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.6865725.svg
:target: https://doi.org/10.5281/zenodo.6865725
......
......@@ -13,7 +13,7 @@ PREFIX="${1:-} `pwd`/build/bin"
cxx=/usr/local/opt/llvm/bin/clang++
cc=/usr/local/opt/llvm/bin/clang
for tag in v0.4 v0.5.2 v0.6 v0.7
for tag in v0.4 v0.5.2 v0.6 v0.7 v0.8
do
echo "Version=$tag"
rm -rf ext/*
......@@ -54,7 +54,7 @@ check () {
fi
}
for tag in "v0.4-79855b66" "v0.5.2-51e35898" "v0.6-930c23eb" "v0.7-d0e424b4"
for tag in "v0.4-79855b66" "v0.5.2-51e35898" "v0.6-930c23eb" "v0.7-d0e424b4" "v0.8-8e82ec1"
do
echo "Version=$tag"
for simd in ON OFF
......
......@@ -12,10 +12,15 @@ class Arbor(CMakePackage, CudaPackage):
homepage = "https://arbor-sim.org"
git = "https://github.com/arbor-sim/arbor.git"
url = "https://github.com/arbor-sim/arbor/releases/download/v0.7/arbor-v0.7-full.tar.gz"
url = "https://github.com/arbor-sim/arbor/releases/download/v0.8/arbor-v0.8-full.tar.gz"
maintainers = ["bcumming", "brenthuisman", "haampie", "schmitts"]
version("master", branch="master", submodules=True)
version(
"0.8",
sha256="18df5600308841616996a9de93b55a105be0f59692daa5febd3a65aae5bc2c5d",
url="https://github.com/arbor-sim/arbor/releases/download/v0.8/arbor-v0.8-full.tar.gz",
)
version(
"0.7",
sha256="c3a6b7193946aee882bb85f9c38beac74209842ee94e80840968997ba3b84543",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment