Add top-level attributes for git M-P packages

This commit is contained in:
Adam J. Stewart
2018-07-23 20:55:17 -05:00
committed by Todd Gamblin
parent 4c6aca533a
commit 908d2dcd4d
104 changed files with 290 additions and 346 deletions

View File

@@ -33,10 +33,9 @@ class Mrtrix3(Package):
density."""
homepage = "http://www.mrtrix.org/"
url = "https://github.com/MRtrix3/mrtrix3"
git = "https://github.com/MRtrix3/mrtrix3.git"
version('2017-09-25', commit='72aca89e3d38c9d9e0c47104d0fb5bd2cbdb536d',
git='https://github.com/MRtrix3/mrtrix3.git')
version('2017-09-25', commit='72aca89e3d38c9d9e0c47104d0fb5bd2cbdb536d')
depends_on('python@2.7:', type=('build', 'run'))
depends_on('py-numpy', type=('build', 'run'))