Skip to content

Commit

Permalink
morphio: v3.3.4 (#1833)
Browse files Browse the repository at this point in the history
Update both `morphio` and its Python package `py-morphio`
  • Loading branch information
1uc committed Feb 15, 2023
1 parent 033c890 commit 4a6eb3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bluebrain/repo-bluebrain/packages/morphio/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class Morphio(CMakePackage):

version('develop', submodules=True)

version('3.3.4', sha256='b70c6884e9b835560501f798c75c9cc7eaf3162cba1d930b5a9b854bb9ea60dc')
version('3.3.3', sha256='f6d91970cfd734b2e5fb8f9239a0bfa00519fe082dd8e403e4cc204dbdf0a9fa')
version('3.3.2', sha256="fc961defbfbfb3f11360954fb3ec51373eaff25b154fa31d6b31decca6937780")
version('3.1.1', sha256="ad9f0e363f09f03c6eda54f5f3b006d204236677d2f2c9675421e0441033a503")
Expand All @@ -40,6 +41,6 @@ def cmake_args(self):
'-DCMAKE_CXX_COMPILER={0}'.format(self.spec['mpi'].mpicxx)
]
# PyPI tarballs don't include the unit tests
if self.spec.satisfies('@3.3.3'):
if self.spec.satisfies('@3.3.3:'):
args.append('-DMORPHIO_TESTS:BOOL=OFF')
return args
1 change: 1 addition & 0 deletions bluebrain/repo-bluebrain/packages/py-morphio/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class PyMorphio(PythonPackage):
version('develop', branch='master', submodules=True)
version('unifurcation', branch='unifurcation', submodules=True)

version('3.3.4', sha256='b70c6884e9b835560501f798c75c9cc7eaf3162cba1d930b5a9b854bb9ea60dc')
version('3.3.3', sha256='f6d91970cfd734b2e5fb8f9239a0bfa00519fe082dd8e403e4cc204dbdf0a9fa')
version('3.3.2', sha256="fc961defbfbfb3f11360954fb3ec51373eaff25b154fa31d6b31decca6937780")
version('3.1.1', sha256="ad9f0e363f09f03c6eda54f5f3b006d204236677d2f2c9675421e0441033a503")
Expand Down

0 comments on commit 4a6eb3c

Please sign in to comment.