easyconfigs-it4i/o/obspy/obspy-1.3.0-fosscuda-2020b.eb
Lukas Krupcik 46ede8169c new file: a/apex/apex-20210420-fosscuda-2020b.eb
new file:   g/git-lfs/git-lfs-3.1.2.eb
	new file:   h/h5py/h5py-3.2.1-intel-2021a.eb
	new file:   l/libcint/libcint-4.4.0-intel-2020b.eb
	new file:   m/mpi4py/mpi4py-3.1.3-foss-2020b-Python-3.8.6.eb
	new file:   m/mpi4py/mpi4py-3.1.3-foss-2021a-Python-3.9.5.eb
	new file:   m/mpi4pyscf/mpi4pyscf-0.3.1-foss-2021a-Python-3.9.5.eb
	new file:   m/mpi4pyscf/mpi4pyscf-0.3.1.tar.gz
	new file:   o/obspy/obspy-1.3.0-fosscuda-2020b.eb
	new file:   p/PROJ/PROJ-8.0.1-GCCcore-10.2.0.eb
	new file:   p/PillowSIMD/Pillow-SIMD-7.1.2-GCCcore-10.2.0.eb
	new file:   p/PySCF/PySCF-2.0.1-foss-2021a.eb
	new file:   p/PySCF/PySCF-2.0.1-intel-2020b.eb.broken
	new file:   p/pyproj/pyproj-3.0.1-GCCcore-10.2.0.eb
	new file:   q/QMCPACK/QMCPACK-3.12.0-intel-2020b-Python-3.8.6.eb.old
	new file:   q/QMCPACK/QMCPACK-3.13.0-foss-2021a-Python-3.9.5.eb.broken
	modified:   q/QMCPACK/QMCPACK-3.13.0-intel-2020b-Python-3.8.6.eb
	new file:   q/QMCPACK/QMCPACK-3.13.0-intel-2021a-Python-3.9.5.eb
	new file:   s/scikit-learn/scikit-learn-0.23.2-fosscuda-2020b.eb
	new file:   t/TotalView/TotalView-2022.1.11.eb
	new file:   t/torchaudio/torchaudio-0.10.0-fosscuda-2020b-Python-3.8.6-PyTorch-1.10.0.eb
	new file:   t/torchvision/torchvision-0.11.3-fosscuda-2020b-PyTorch-1.10.0.eb
	new file:   v/VASP/VASP-6.3.0-VTST-fix.patch
	new file:   v/VASP/VASP-6.3.0-intel-2021b-mkl=sequential-march=znver3-karolina.eb
	new file:   v/VASP/VASP-6.3.1-intel-2020b-mkl=sequential-vtst-karolina.eb
	deleted:    q/QMCPACK/QMCPACK-3.12.0-intel-2020b-Python-3.8.6.eb
	deleted:    v/VASP/VASP-6.3.0-intel-2020b-mkl=sequential-march=znver3-karolina.eb
2022-04-14 15:20:32 +02:00

55 lines
1.7 KiB
Plaintext

easyblock = 'PythonBundle'
name = 'obspy'
version = '1.3.0'
homepage = 'https://docs.obspy.org/'
description = """
ObsPy is an open-source project dedicated to provide a Python framework for processing seismological data. It provides parsers for common file formats, clients to access data centers and seismological signal processing routines which allow the manipulation of seismological time series.
The goal of the ObsPy project is to facilitate rapid application development for seismology.
"""
toolchain = {'name': 'fosscuda', 'version': '2020b'}
dependencies = [
('Python', '3.8.6'),
('SciPy-bundle', '2020.11'),
('matplotlib', '3.3.3'),
('lxml', '4.6.2'),
('pyproj', '3.0.1'),
('GEOS', '3.9.1'),
('geopy', '2.1.0'),
]
use_pip = True
exts_list = [
('greenlet', '1.1.2', {
'checksums': ['e30f5ea4ae2346e62cedde8794a56858a67b878dd79f7df76a0767e356b1744a'],
}),
('sqlalchemy', '1.4.35', {
'source_tmpl': 'SQLAlchemy-%(version)s.tar.gz',
'checksums': ['2ffc813b01dc6473990f5e575f210ca5ac2f5465ace3908b78ffd6d20058aab5'],
}),
('Shapely', '1.8.1.post1', {
'modulename': 'shapely',
'checksums': ['93ff06ff05fbe2be843b93c7b1ad8292e56e665ba01b4708f75ae8a757972e9f'],
}),
('pyshp', '2.2.0', {
'modulename': 'shapefile',
'checksums': ['0eda209bd62f3345701c4f6799b638c114ceb67fee28295cddb4e1caf053e944'],
}),
('Cartopy', '0.20.2', {
'modulename': '%(namelower)s',
'checksums': ['4d08c198ecaa50a6a6b109d0f14c070e813defc046a83ac5d7ab494f85599e35'],
}),
(name, version, {
'checksums': ['932eb8af44542d605184a07f518f4839c7f42c22939fc848a9ddb9d8f7125077'],
}),
]
sanity_pip_check = True
moduleclass = 'geo'