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

@@ -38,13 +38,13 @@ class Neuron(Package):
homepage = "https://www.neuron.yale.edu/"
url = "http://www.neuron.yale.edu/ftp/neuron/versions/v7.5/nrn-7.5.tar.gz"
github = "https://github.com/nrnhines/nrn"
git = "https://github.com/nrnhines/nrn.git"
version('develop', git=git)
version('7.5', 'fb72c841374dfacbb6c2168ff57bfae9')
version('7.4', '2c0bbee8a9e55d60fa26336f4ab7acbf')
version('7.3', '993e539cb8bf102ca52e9fefd644ab61')
version('7.2', '5486709b6366add932e3a6d141c4f7ad')
version('develop', git=github)
variant('mpi', default=True, description='Enable MPI parallelism')
variant('python', default=True, description='Enable python')