Add top-level attributes for git R-Z packages
This commit is contained in:

committed by
Todd Gamblin

parent
a1572bb999
commit
3f18c04865
@@ -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:')
|
||||
|
Reference in New Issue
Block a user