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

{phys}[intel/2018a] CHERAB v1.2.0 and Raysect v0.6.0 for Python/3.6.6 #7141

Merged
merged 10 commits into from Dec 11, 2020
@@ -0,0 +1,28 @@
easyblock = 'PythonPackage'

name = 'CHERAB'
version = '1.2.0'
versionsuffix = '-Python-%(pyver)s'

homepage = 'https://cherab.github.io/documentation/index.html'

description = """CHERAB is a python library for forward modelling diagnostics
based on spectroscopic plasma emission."""

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

source_urls = [PYPI_SOURCE]
sources = [SOURCELOWER_TAR_GZ]
checksums = ['92510a886dc68f9a13bc05dc46aa9881ff61fbd02ecbb40d3a2d6a9f2611358e']

dependencies = [
('Python', '3.6.6'),
('matplotlib', '3.0.0', versionsuffix),
('Raysect', '0.6.0', versionsuffix)
]

download_dep_fail = True
use_pip = True
sanity_pip_check = True

moduleclass = 'phys'
@@ -0,0 +1,26 @@
easyblock = 'PythonPackage'

name = 'Raysect'
version = '0.6.0'
versionsuffix = '-Python-%(pyver)s'

homepage = 'https://raysect.org'

description = """Raysect is an OOP ray-tracing framework for Python"""

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

source_urls = [PYPI_SOURCE]
sources = [SOURCELOWER_TAR_GZ]
checksums = ['04aca4fdaa4d0802409922cc396934d6eb62da261cfacd7ab7b0a19380253cc6']

dependencies = [
('Python', '3.6.6'),
('matplotlib', '3.0.0', versionsuffix),
]

download_dep_fail = True
use_pip = True
sanity_pip_check = True

moduleclass = 'vis'