Skip to content

Commit

Permalink
neuron: github → git to keep spack from crashing. (spack#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
matz-e authored and pramodk committed Nov 27, 2018
1 parent fbfbd01 commit 3e61769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/neuron/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Neuron(Package):
version('7.4', '2c0bbee8a9e55d60fa26336f4ab7acbf')
version('7.3', '993e539cb8bf102ca52e9fefd644ab61')
version('7.2', '5486709b6366add932e3a6d141c4f7ad')
version('develop', git=github, preferred=True)
version('develop', git=git, preferred=True)

variant('binary', default=True, description="Create special as a binary instead of shell script")
variant('coreneuron', default=True, description="Patch hh.mod for CoreNEURON compatibility")
Expand Down

0 comments on commit 3e61769

Please sign in to comment.