Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ebrains-spack-builds
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Klaus Noelp
ebrains-spack-builds
Commits
45f6a76b
Commit
45f6a76b
authored
1 year ago
by
Brent Huisman
Browse files
Options
Downloads
Patches
Plain Diff
Add arb v0.9.0
parent
6a52b8c6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/arbor/package.py
+19
-12
19 additions, 12 deletions
packages/arbor/package.py
with
19 additions
and
12 deletions
packages/arbor/package.py
+
19
−
12
View file @
45f6a76b
# Copyright 2013-202
2
Lawrence Livermore National Security, LLC and other
# Copyright 2013-202
3
Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
...
@@ -13,26 +13,32 @@ class Arbor(CMakePackage, CudaPackage):
...
@@ -13,26 +13,32 @@ class Arbor(CMakePackage, CudaPackage):
homepage
=
"
https://arbor-sim.org
"
homepage
=
"
https://arbor-sim.org
"
git
=
"
https://github.com/arbor-sim/arbor.git
"
git
=
"
https://github.com/arbor-sim/arbor.git
"
url
=
"
https://github.com/arbor-sim/arbor/releases/download/v0.8.1/arbor-v0.8.1-full.tar.gz
"
url
=
"
https://github.com/arbor-sim/arbor/releases/download/v0.8.1/arbor-v0.8.1-full.tar.gz
"
maintainers
=
[
"
bcumming
"
,
"
brenthuisman
"
,
"
haampie
"
,
"
schmitts
"
]
maintainers
=
[
"
thorstenhater
"
,
"
brenthuisman
"
,
"
haampie
"
]
version
(
"
master
"
,
branch
=
"
master
"
,
submodules
=
True
)
version
(
"
master
"
,
branch
=
"
master
"
)
version
(
"
develop
"
)
version
(
"
0.9.0
"
,
sha256
=
"
5f9740955c821aca81e23298c17ad64f33f635756ad9b4a0c1444710f564306a
"
,
url
=
"
https://github.com/arbor-sim/arbor/releases/download/v0.9.0/arbor-v0.9.0-full.tar.gz
"
,
)
version
(
version
(
"
0.8.1
"
,
"
0.8.1
"
,
sha256
=
"
caebf96676ace6a9c50436541c420ca4bb53f0639dcab825de6fa370aacf6baa
"
,
sha256
=
"
caebf96676ace6a9c50436541c420ca4bb53f0639dcab825de6fa370aacf6baa
"
,
url
=
"
https://github.com/arbor-sim/arbor/releases/download/v0.8.1/arbor-v0.8.1-full.tar.gz
"
,
url
=
"
https://github.com/arbor-sim/arbor/releases/download/v0.8.1/arbor-v0.8.1-full.tar.gz
"
,
)
)
version
(
version
(
"
0.8
"
,
"
0.8
.0
"
,
sha256
=
"
18df5600308841616996a9de93b55a105be0f59692daa5febd3a65aae5bc2c5d
"
,
sha256
=
"
18df5600308841616996a9de93b55a105be0f59692daa5febd3a65aae5bc2c5d
"
,
url
=
"
https://github.com/arbor-sim/arbor/releases/download/v0.8/arbor-v0.8-full.tar.gz
"
,
url
=
"
https://github.com/arbor-sim/arbor/releases/download/v0.8/arbor-v0.8-full.tar.gz
"
,
)
)
version
(
version
(
"
0.7
"
,
"
0.7
.0
"
,
sha256
=
"
c3a6b7193946aee882bb85f9c38beac74209842ee94e80840968997ba3b84543
"
,
sha256
=
"
c3a6b7193946aee882bb85f9c38beac74209842ee94e80840968997ba3b84543
"
,
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.7/arbor-v0.7-full.tar.gz
"
,
)
)
version
(
version
(
"
0.6
"
,
"
0.6
.0
"
,
sha256
=
"
4cd333b18effc8833428ddc0b99e7dc976804771bc85da90034c272c7019e1e8
"
,
sha256
=
"
4cd333b18effc8833428ddc0b99e7dc976804771bc85da90034c272c7019e1e8
"
,
url
=
"
https://github.com/arbor-sim/arbor/releases/download/v0.6/arbor-v0.6-full.tar.gz
"
,
url
=
"
https://github.com/arbor-sim/arbor/releases/download/v0.6/arbor-v0.6-full.tar.gz
"
,
)
)
...
@@ -74,8 +80,9 @@ class Arbor(CMakePackage, CudaPackage):
...
@@ -74,8 +80,9 @@ class Arbor(CMakePackage, CudaPackage):
# misc dependencies
# misc dependencies
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
(
"
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
(
"
nlohmann-json
"
)
depends_on
(
"
nlohmann-json
@3.11.2
"
)
depends_on
(
"
random123
"
)
depends_on
(
"
random123
"
)
with
when
(
"
+cuda
"
):
with
when
(
"
+cuda
"
):
depends_on
(
"
cuda@10:
"
)
depends_on
(
"
cuda@10:
"
)
...
@@ -90,9 +97,9 @@ class Arbor(CMakePackage, CudaPackage):
...
@@ -90,9 +97,9 @@ class Arbor(CMakePackage, CudaPackage):
depends_on
(
"
python@3.7:
"
,
when
=
"
+python
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
python@3.7:
"
,
when
=
"
+python
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-numpy
"
,
when
=
"
+python
"
,
type
=
(
"
build
"
,
"
run
"
))
depends_on
(
"
py-numpy
"
,
when
=
"
+python
"
,
type
=
(
"
build
"
,
"
run
"
))
with
when
(
"
+python
"
):
with
when
(
"
+python
"
):
depends_on
(
"
py-pybind11@2.6:
"
,
type
=
(
"
build
"
)
)
depends_on
(
"
py-pybind11@2.6:
"
,
type
=
"
build
"
)
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
"
)
# sphinx based documentation
# sphinx based documentation
depends_on
(
"
python@3.7:
"
,
when
=
"
+doc
"
,
type
=
"
build
"
)
depends_on
(
"
python@3.7:
"
,
when
=
"
+doc
"
,
type
=
"
build
"
)
...
@@ -124,7 +131,7 @@ class Arbor(CMakePackage, CudaPackage):
...
@@ -124,7 +131,7 @@ class Arbor(CMakePackage, CudaPackage):
return
args
return
args
@run_after
(
'
install
'
)
@run_after
(
"
install
"
,
when
=
"
+python
"
)
@on_package_attributes
(
run_tests
=
True
)
@on_package_attributes
(
run_tests
=
True
)
def
install_test
(
self
):
def
install_test
(
self
):
python
(
'
-c
'
,
'
import arbor
'
)
python
(
"
-c
"
,
"
import arbor
"
)
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