make yorick extendable. See plugins on D Munro github. (#4631)
This commit is contained in:
parent
d354289b9c
commit
dd4fa07de9
@ -51,6 +51,8 @@ class Yorick(Package):
|
|||||||
|
|
||||||
depends_on('libx11', when='+X')
|
depends_on('libx11', when='+X')
|
||||||
|
|
||||||
|
extendable = True
|
||||||
|
|
||||||
def url_for_version(self, version):
|
def url_for_version(self, version):
|
||||||
url = "https://github.com/dhmunro/yorick/archive/y_{0}.tar.gz"
|
url = "https://github.com/dhmunro/yorick/archive/y_{0}.tar.gz"
|
||||||
return url.format(version.underscored)
|
return url.format(version.underscored)
|
||||||
|
Loading…
Reference in New Issue
Block a user