From 41825bb1b2167a97cd7b2779bef7656a5d0bb9e4 Mon Sep 17 00:00:00 2001 From: Ward Poelmans Date: Wed, 30 Nov 2016 16:42:34 +0100 Subject: [PATCH] Switch to Pypi and use latest release for SimPEG --- ...-2.7.12.eb => SimPEG-0.3.1-intel-2016b-Python-2.7.12.eb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename easybuild/easyconfigs/s/SimPEG/{SimPEG-0.3.0-intel-2016b-Python-2.7.12.eb => SimPEG-0.3.1-intel-2016b-Python-2.7.12.eb} (84%) diff --git a/easybuild/easyconfigs/s/SimPEG/SimPEG-0.3.0-intel-2016b-Python-2.7.12.eb b/easybuild/easyconfigs/s/SimPEG/SimPEG-0.3.1-intel-2016b-Python-2.7.12.eb similarity index 84% rename from easybuild/easyconfigs/s/SimPEG/SimPEG-0.3.0-intel-2016b-Python-2.7.12.eb rename to easybuild/easyconfigs/s/SimPEG/SimPEG-0.3.1-intel-2016b-Python-2.7.12.eb index 4b2df190b59..d9e07f44c50 100644 --- a/easybuild/easyconfigs/s/SimPEG/SimPEG-0.3.0-intel-2016b-Python-2.7.12.eb +++ b/easybuild/easyconfigs/s/SimPEG/SimPEG-0.3.1-intel-2016b-Python-2.7.12.eb @@ -1,7 +1,7 @@ easyblock = 'PythonPackage' name = 'SimPEG' -version = '0.3.0' +version = '0.3.1' versionsuffix = '-Python-%(pyver)s' homepage = 'http://simpeg.xyz' @@ -10,8 +10,8 @@ based parameter estimation in the context of geophysical applications.""" toolchain = {'name': 'intel', 'version': '2016b'} -sources = ['v%(version)s.tar.gz'] -source_urls = ['https://github.com/simpeg/simpeg/archive/'] +sources = [SOURCE_TAR_GZ] +source_urls = [PYPI_SOURCE] dependencies = [ ('Python', '2.7.12'),