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
652f4a6d
Unverified
Commit
652f4a6d
authored
3 years ago
by
Brent Huisman
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add zenodo 0.5.2 entry (#1598)
- zenodo entry for v0.5.2 - minor formatting update to spack file
parent
ca254d15
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/index.rst
+5
-2
5 additions, 2 deletions
doc/index.rst
spack/package.py
+4
-2
4 additions, 2 deletions
spack/package.py
with
9 additions
and
4 deletions
doc/index.rst
+
5
−
2
View file @
652f4a6d
...
...
@@ -38,8 +38,8 @@ The Arbor software can be cited by version via Zenodo or via Arbors introductory
Latest version
|zlatest|
Version 0.5
|z05|
Version 0.5
.2
|z05
2
|
.. code-block:: latex
...
...
@@ -91,6 +91,9 @@ Introductory paper
.. |zlatest| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1459678.svg
:target: https://doi.org/10.5281/zenodo.1459678
.. |z052| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.5031633.svg
:target: https://doi.org/10.5281/zenodo.5031633
.. |z05| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4428108.svg
:target: https://doi.org/10.5281/zenodo.4428108
...
...
This diff is collapsed.
Click to expand it.
spack/package.py
+
4
−
2
View file @
652f4a6d
...
...
@@ -73,7 +73,9 @@ class Arbor(CMakePackage, CudaPackage):
# query spack for the architecture-specific compiler flags set by its wrapper
args
.
append
(
'
-DARB_ARCH=none
'
)
opt_flags
=
self
.
spec
.
target
.
optimization_flags
(
self
.
spec
.
compiler
.
name
,
self
.
spec
.
compiler
.
version
)
args
.
append
(
'
-DARB_CXX_FLAGS_TARGET=
'
+
opt_flags
)
opt_flags
=
self
.
spec
.
target
.
optimization_flags
(
self
.
spec
.
compiler
.
name
,
self
.
spec
.
compiler
.
version
)
args
.
append
(
'
-DARB_CXX_FLAGS_TARGET=
'
+
opt_flags
)
return
args
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