mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: p/PhaseLink/PhaseLink-20210503-fosscuda-2020b.eb new file: p/PhaseLink/PhaseLink-20210503.tar.gz deleted: m/mpi4pyscf/mpi4pyscf-0.3.1.tar.gz deleted: p/PySCF/PySCF-2.0.1-intel-2020b.eb.broken deleted: q/QMCPACK/QMCPACK-3.12.0-intel-2020b-Python-3.8.6.eb.old deleted: q/QMCPACK/QMCPACK-3.13.0-foss-2021a-Python-3.9.5.eb.broken deleted: q/QMCPACK/QMCPACK-3.13.0-intel-2020b-Python-3.8.6.eb.old
47 lines
1.1 KiB
Plaintext
47 lines
1.1 KiB
Plaintext
# IT4Innovations
|
|
# JK 2022
|
|
|
|
easyblock = 'PackedBinary'
|
|
|
|
name = 'PhaseLink'
|
|
version = '20210503'
|
|
|
|
local_pytorch_ver = '-PyTorch-1.10.0'
|
|
|
|
homepage = 'https://github.com/interseismic/PhaseLink'
|
|
description = """
|
|
PhaseLink applies a deep learning approach to seismic phase association.
|
|
"""
|
|
|
|
toolchain = {'name': 'fosscuda', 'version': '2020b'}
|
|
|
|
# clone from github and create an archive
|
|
sources = ['%(name)s-%(version)s.tar.gz']
|
|
extract_sources = True
|
|
|
|
dependencies = [
|
|
('Python', '3.8.6'),
|
|
('apex', '20210420'),
|
|
('CuPy', '8.5.0'),
|
|
('Cython', '0.29.22'),
|
|
('geopy', '2.1.0'),
|
|
('h5py', '3.1.0'),
|
|
('matplotlib', '3.3.3'),
|
|
('mpi4py', '3.1.3', '', ('foss', '2020b')),
|
|
('MPICH', '3.3.2'),
|
|
('numba', '0.52.0'),
|
|
('obspy', '1.3.0'),
|
|
('pyproj', '3.0.1'),
|
|
('PyTorch', '1.10.0'),
|
|
('scikit-learn', '0.23.2'),
|
|
('torchaudio', '0.10.0', local_pytorch_ver),
|
|
('torchvision', '0.11.3', local_pytorch_ver),
|
|
]
|
|
|
|
postinstallcmds = ['find %(installdir)s -type f -name "*.py" -print0 | xargs -0 chmod +x']
|
|
|
|
skipsteps = ['sanitycheck']
|
|
modextrapaths = {'PYTHONPATH': ''}
|
|
|
|
moduleclass = 'geo'
|