Skip to content

Commit

Permalink
Merge pull request #3876 from wpoely86/simpeg
Browse files Browse the repository at this point in the history
{geo} [intel/2016b] SimPEG/0.3.1 (REVIEW)
  • Loading branch information
boegel authored Nov 30, 2016
2 parents 26024fc + 41825bb commit 701dbd4
Showing 1 changed file with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
easyblock = 'PythonPackage'

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

homepage = 'http://simpeg.xyz'
description = """Simulation and Parameter Estimation in Geophysics: a python package for simulation and gradient
based parameter estimation in the context of geophysical applications."""

toolchain = {'name': 'intel', 'version': '2016b'}

sources = [SOURCE_TAR_GZ]
source_urls = [PYPI_SOURCE]

dependencies = [
('Python', '2.7.12'),
('matplotlib', '1.5.3', versionsuffix),
]

options = {'modulename': 'SimPEG'}

sanity_check_paths = {
'files': ['bin/TreeUtils.pyx'],
'dirs': ['lib/python%(pyshortver)s/site-packages'],
}

moduleclass = 'geo'

0 comments on commit 701dbd4

Please sign in to comment.