Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{geo} [intel/2016b] SimPEG/0.3.1 (REVIEW) #3876

Merged
merged 2 commits into from
Nov 30, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
easyblock = 'PythonPackage'

name = 'SimPEG'
version = '0.3.0'
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 = ['v%(version)s.tar.gz']
source_urls = ['https://github.com/simpeg/simpeg/archive/']
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PyPI has 0.3.1 release?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not on github...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

well, they didn't tag it, but they sure did release it, see simpeg/simpeg#469

It's also recommended to use the releases from PyPI BTW, since the raw sources from GitHub do not work for some projects (cough hpcugent/vsc-base#232 cough)


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'