Skip to content

Commit

Permalink
Fix for missing tag in libsonata v0.1.10 (#1413)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiorg-hpc authored Jan 10, 2022
1 parent 298bffc commit 50c14dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/libsonata/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Libsonata(CMakePackage):
git = "https://github.com/BlueBrain/libsonata.git"

version('develop', branch='master', submodules=False, get_full_repo=True)
version('0.1.10', submodules=False, get_full_repo=True)
version('0.1.10', tag='v0.1.10', submodules=False, get_full_repo=True)
# Important: v0.1.9 is not Spack-compatible (use v0.1.10 instead)
# version('0.1.9', tag='v0.1.9', submodules=False, get_full_repo=True)
version('0.1.8', tag='v0.1.8', submodules=False, get_full_repo=True)
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/py-libsonata/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class PyLibsonata(PythonPackage):
git = "https://github.com/BlueBrain/libsonata.git"

version('develop', branch='master', submodules=True, get_full_repo=True)
version('0.1.10', submodules=True, get_full_repo=True)
version('0.1.10', tag='v0.1.10', submodules=True, get_full_repo=True)
# Important: v0.1.9 is not Spack-compatible (use v0.1.10 instead)
# version('0.1.9', tag='v0.1.9', submodules=True, get_full_repo=True)
version('0.1.8', tag='v0.1.8', submodules=True, get_full_repo=True)
Expand Down

0 comments on commit 50c14dc

Please sign in to comment.