-
Notifications
You must be signed in to change notification settings - Fork 706
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3876 from wpoely86/simpeg
{geo} [intel/2016b] SimPEG/0.3.1 (REVIEW)
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
easybuild/easyconfigs/s/SimPEG/SimPEG-0.3.1-intel-2016b-Python-2.7.12.eb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |