Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arbor
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
arbor-sim
arbor
Commits
b1463f16
Unverified
Commit
b1463f16
authored
9 months ago
by
Thorsten Hater
Committed by
GitHub
9 months ago
Browse files
Options
Downloads
Patches
Plain Diff
v0.10.0 post-release (#2381)
Update spack, DOIs, and citations.
parent
6b6cc900
No related branches found
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
CITATION.bib
+21
-1
21 additions, 1 deletion
CITATION.bib
VERSION
+1
-1
1 addition, 1 deletion
VERSION
doc/index.rst
+8
-2
8 additions, 2 deletions
doc/index.rst
scripts/check-all-tags.sh
+1
-1
1 addition, 1 deletion
scripts/check-all-tags.sh
spack/package.py
+11
-0
11 additions, 0 deletions
spack/package.py
with
42 additions
and
5 deletions
CITATION.bib
+
21
−
1
View file @
b1463f16
...
@@ -7,7 +7,27 @@
...
@@ -7,7 +7,27 @@
pages
=
{274--282}
,
pages
=
{274--282}
,
doi
=
{10.1109/EMPDP.2019.8671560}
,
doi
=
{10.1109/EMPDP.2019.8671560}
,
ISSN
=
{2377-5750}
}
ISSN
=
{2377-5750}
}
@software
{
arbor_0_10_0
,
author
=
{Cumming, Benjamin and
Yates, Stuart and
Hater, Thorsten and
Lu, Han and
Huisman, Brent and
Wouter, Klijn and
Bösch, Fabian and
Frasch, Simon and
de Schepper, Robin and
Luboeinski, Jannik}
,
title
=
{Arbor v0.10.0}
,
month
=
aug
,
year
=
2024
,
publisher
=
{Zenodo}
,
version
=
{v0.10.0}
,
doi
=
{10.5281/zenodo.13284789}
,
url
=
{https://doi.org/10.5281/zenodo.13284789}
}
@software
{
nora_abi_akar_2023_8233847
,
@software
{
nora_abi_akar_2023_8233847
,
author
=
{Nora Abi Akar and
author
=
{Nora Abi Akar and
John Biddiscombe and
John Biddiscombe and
...
...
This diff is collapsed.
Click to expand it.
VERSION
+
1
−
1
View file @
b1463f16
0.10.0
0.10.0
-dev
\ No newline at end of file
This diff is collapsed.
Click to expand it.
doc/index.rst
+
8
−
2
View file @
b1463f16
...
@@ -54,6 +54,9 @@ The Arbor software can be cited by version via Zenodo or via Arbors introductory
...
@@ -54,6 +54,9 @@ The Arbor software can be cited by version via Zenodo or via Arbors introductory
Latest version
Latest version
|zlatest|
|zlatest|
Version 0.10.0
|z0100|
Version 0.9.0
Version 0.9.0
|z090|
|z090|
...
@@ -92,8 +95,11 @@ Cite (Bibtex format)
...
@@ -92,8 +95,11 @@ Cite (Bibtex format)
.. |intropaper| image:: https://zenodo.org/badge/DOI/10.1109/EMPDP.2019.8671560.svg
.. |intropaper| image:: https://zenodo.org/badge/DOI/10.1109/EMPDP.2019.8671560.svg
:target: https://doi.org/10.1109/EMPDP.2019.8671560
:target: https://doi.org/10.1109/EMPDP.2019.8671560
.. |zlatest| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1459678.svg
.. |zlatest| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.13284789.svg
:target: https://doi.org/10.5281/zenodo.1459678
:target: https://doi.org/10.5281/zenodo.13284789image::
.. |z0100| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.13284789.svg
:target: https://doi.org/10.5281/zenodo.13284789
.. |z090| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.8233847.svg
.. |z090| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.8233847.svg
:target: https://doi.org/10.5281/zenodo.8233847
:target: https://doi.org/10.5281/zenodo.8233847
...
...
This diff is collapsed.
Click to expand it.
scripts/check-all-tags.sh
+
1
−
1
View file @
b1463f16
...
@@ -13,7 +13,7 @@ PREFIX="${1:-} `pwd`/build/bin"
...
@@ -13,7 +13,7 @@ PREFIX="${1:-} `pwd`/build/bin"
cxx
=
/usr/local/opt/llvm/bin/clang++
cxx
=
/usr/local/opt/llvm/bin/clang++
cc
=
/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 v0.8 v0.8.1 v0.9.0
for
tag
in
v0.4 v0.5.2 v0.6 v0.7 v0.8 v0.8.1 v0.9.0
v0.10.0
do
do
echo
"Version=
$tag
"
echo
"Version=
$tag
"
rm
-rf
ext/
*
rm
-rf
ext/
*
...
...
This diff is collapsed.
Click to expand it.
spack/package.py
+
11
−
0
View file @
b1463f16
...
@@ -18,6 +18,13 @@ class Arbor(CMakePackage, CudaPackage):
...
@@ -18,6 +18,13 @@ class Arbor(CMakePackage, CudaPackage):
version
(
"
master
"
,
branch
=
"
master
"
,
submodules
=
True
)
version
(
"
master
"
,
branch
=
"
master
"
,
submodules
=
True
)
version
(
"
develop
"
,
branch
=
"
master
"
,
submodules
=
True
)
version
(
"
develop
"
,
branch
=
"
master
"
,
submodules
=
True
)
version
(
"
0.10.0
"
,
sha256
=
"
6b6cc900b85fbf833fae94817b9406a0d690dc28
"
,
url
=
"
https://github.com/arbor-sim/arbor/releases/download/v0.10.1/arbor-v0.10.0-full.tar.gz
"
,
submodules
=
True
,
)
version
(
version
(
"
0.9.0
"
,
"
0.9.0
"
,
sha256
=
"
5f9740955c821aca81e23298c17ad64f33f635756ad9b4a0c1444710f564306a
"
,
sha256
=
"
5f9740955c821aca81e23298c17ad64f33f635756ad9b4a0c1444710f564306a
"
,
...
@@ -83,15 +90,18 @@ class Arbor(CMakePackage, CudaPackage):
...
@@ -83,15 +90,18 @@ class Arbor(CMakePackage, CudaPackage):
depends_on
(
"
fmt@7.1:
"
,
when
=
"
@0.5.3:
"
)
# required by the modcc compiler
depends_on
(
"
fmt@7.1:
"
,
when
=
"
@0.5.3:
"
)
# required by the modcc compiler
depends_on
(
"
fmt@9.1:
"
,
when
=
"
@0.7.1:
"
)
depends_on
(
"
fmt@9.1:
"
,
when
=
"
@0.7.1:
"
)
depends_on
(
"
fmt@10.2:
"
,
when
=
"
@0.9.1:
"
)
depends_on
(
"
fmt@10.2:
"
,
when
=
"
@0.9.1:
"
)
depends_on
(
"
fmt@10.2:
"
,
when
=
"
@0.10.0:
"
)
depends_on
(
"
googletest@1.12.1:
"
,
when
=
"
@0.7.1:
"
)
depends_on
(
"
googletest@1.12.1:
"
,
when
=
"
@0.7.1:
"
)
depends_on
(
"
pugixml@1.11:
"
,
when
=
"
@0.7.1:
"
)
depends_on
(
"
pugixml@1.11:
"
,
when
=
"
@0.7.1:
"
)
depends_on
(
"
pugixml@1.13:
"
,
when
=
"
@0.9.1:
"
)
depends_on
(
"
pugixml@1.13:
"
,
when
=
"
@0.9.1:
"
)
depends_on
(
"
pugixml@1.14:
"
,
when
=
"
@0.10.0:
"
)
depends_on
(
"
nlohmann-json@3.11.3:
"
)
depends_on
(
"
nlohmann-json@3.11.3:
"
)
depends_on
(
"
random123@1.14.0:
"
)
depends_on
(
"
random123@1.14.0:
"
)
with
when
(
"
+cuda
"
):
with
when
(
"
+cuda
"
):
depends_on
(
"
cuda@10:
"
)
depends_on
(
"
cuda@10:
"
)
depends_on
(
"
cuda@11:
"
,
when
=
"
@0.7.1:
"
)
depends_on
(
"
cuda@11:
"
,
when
=
"
@0.7.1:
"
)
depends_on
(
"
cuda@12:
"
,
when
=
"
@0.9.1:
"
)
depends_on
(
"
cuda@12:
"
,
when
=
"
@0.9.1:
"
)
depends_on
(
"
cuda@12:
"
,
when
=
"
@0.10.0:
"
)
# mpi
# mpi
depends_on
(
"
mpi
"
,
when
=
"
+mpi
"
)
depends_on
(
"
mpi
"
,
when
=
"
+mpi
"
)
...
@@ -107,6 +117,7 @@ class Arbor(CMakePackage, CudaPackage):
...
@@ -107,6 +117,7 @@ class Arbor(CMakePackage, CudaPackage):
depends_on
(
"
py-pybind11@2.8.1:
"
,
when
=
"
@0.5.3:
"
,
type
=
"
build
"
)
depends_on
(
"
py-pybind11@2.8.1:
"
,
when
=
"
@0.5.3:
"
,
type
=
"
build
"
)
depends_on
(
"
py-pybind11@2.10.1:
"
,
when
=
"
@0.7.1:
"
,
type
=
"
build
"
)
depends_on
(
"
py-pybind11@2.10.1:
"
,
when
=
"
@0.7.1:
"
,
type
=
"
build
"
)
depends_on
(
"
py-pybind11@2.10.1:
"
,
when
=
"
@0.7.1:
"
,
type
=
"
build
"
)
depends_on
(
"
py-pybind11@2.10.1:
"
,
when
=
"
@0.7.1:
"
,
type
=
"
build
"
)
depends_on
(
"
py-pybind11@2.10.1:
"
,
when
=
"
@2.11.1:
"
,
type
=
"
build
"
)
# sphinx based documentation
# sphinx based documentation
with
when
(
"
+doc
"
):
with
when
(
"
+doc
"
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment