Skip to content

Commit

Permalink
Switch to Pypi and use latest release for SimPEG
Browse files Browse the repository at this point in the history
  • Loading branch information
wpoely86 committed Nov 30, 2016
1 parent 7e1ee44 commit 41825bb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
easyblock = 'PythonPackage'

name = 'SimPEG'
version = '0.3.0'
version = '0.3.1'
versionsuffix = '-Python-%(pyver)s'

homepage = 'http://simpeg.xyz'
Expand All @@ -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'),
Expand Down

0 comments on commit 41825bb

Please sign in to comment.