Further improvements to version parsing

This commit is contained in:
Adam J. Stewart
2018-07-24 21:56:56 -05:00
committed by Todd Gamblin
parent e948a54d8e
commit 68c2bdfaf6
33 changed files with 38 additions and 60 deletions

View File

@@ -33,7 +33,7 @@ class Bohrium(CMakePackage, CudaPackage):
"""Library for automatic acceleration of array operations"""
homepage = "http://bh107.org"
url = "https://github.com/bh107/bohrium/archive/v0.8.9.tar.gz"
url = "https://github.com/bh107/bohrium/archive/v0.9.0.tar.gz"
git = "https://github.com/bh107/bohrium.git"
maintainers = ['mfherbst']