Add top-level attributes for git R-Z packages

This commit is contained in:
Adam J. Stewart
2018-07-24 20:52:35 -05:00
committed by Todd Gamblin
parent a1572bb999
commit 3f18c04865
71 changed files with 210 additions and 200 deletions

View File

@@ -30,10 +30,11 @@ class XtensorPython(CMakePackage):
homepage = "https://xtensor-python.readthedocs.io"
url = "https://github.com/QuantStack/xtensor-python/archive/0.17.0.tar.gz"
git = "https://github.com/QuantStack/xtensor-python.git"
maintainers = ['ax3l']
version('develop', branch='master',
git='https://github.com/QuantStack/xtensor-python.git')
version('develop', branch='master')
version('0.17.0', '51d22e42909a81201c3421d9e119eed0')
depends_on('xtensor@0.15.1:0.15.99', when='@0.17.0:')