make yorick extendable. See plugins on D Munro github. (#4631)

This commit is contained in:
Thierry 2017-06-28 12:14:24 -07:00 committed by Adam J. Stewart
parent d354289b9c
commit dd4fa07de9

View File

@ -51,6 +51,8 @@ class Yorick(Package):
depends_on('libx11', when='+X')
extendable = True
def url_for_version(self, version):
url = "https://github.com/dhmunro/yorick/archive/y_{0}.tar.gz"
return url.format(version.underscored)