easyconfigs-it4i/b/BoltzTraP2/BoltzTraP2-20.7.1-intel-2020b-Python-3.8.6.eb
easybuild 9e65728e88 new file: a/Automake/Automake-1.16.4.eb
new file:   b/BEEF/BEEF-0.1.1-intel-2020b.eb
	deleted:    b/Bison/Bison-3.0.4.eb
	new file:   b/BoltzTraP2/BoltzTraP2-20.7.1-intel-2020b-Python-3.8.6.eb
	new file:   c/CUDAcore/CUDAcore-11.6.0.eb
	new file:   f/Forge/Forge-21.1.3.eb
	deleted:    f/flex/flex-2.6.4.eb
	modified:   g/GROMACS/GROMACS-2020.4-fosscuda-2020b-PLUMED-2.7.0-patch.eb
	deleted:    m/M4/M4-1.4.17.eb
	deleted:    m/M4/M4-1.4.18.eb
	new file:   n/NVHPC/NVHPC-22.2.eb
	new file:   o/Octave/Octave-6.4.0-intel-2020b-without-X11.eb
	new file:   o/OpenMPI/OpenMPI-4.0.6-NVHPC-22.2-CUDA-11.6.0.eb
	new file:   o/OpenMPI/OpenMPI-4.1.2-NVHPC-22.2-CUDA-11.6.0-v2.eb
	new file:   o/OpenMPI/OpenMPI-4.1.2-NVHPC-22.2-CUDA-11.6.0.eb
	new file:   o/OpenSSL/OpenSSL-1.1.eb
	new file:   p/Python/Python-3.9.6-GCCcore-11.2.0-NetKet.eb
	modified:   p/protobuf/protobuf-2.5.0.eb
	new file:   s/Singularity/Singularity-3.8.6.eb
	new file:   u/UCX/UCX-1.11.2-GCC-10.2.0-CUDA-11.6.0.eb
	new file:   u/UCX/UCX-1.11.2-NVHPC-22.2-CUDA-11.6.0.eb
	new file:   v/VTK/VTK-9.1.0-intel-2020b-Python-3.8.6.eb
	deleted:    z/zlib/zlib-1.2.11.eb
2022-03-04 13:15:08 +01:00

43 lines
1000 B
Plaintext

# IT4Innovations 2022
# JK
easyblock = "PythonBundle"
name = 'BoltzTraP2'
version = '20.7.1'
versionsuffix = '-Python-%(pyver)s'
homepage = 'https://www.imc.tuwien.ac.at/index.php?id=21094'
description = """BoltzTraP2 is a modern implementation of the smoothed Fourier
interpolation algorithm for electronic bands that formed the base of the original
and widely used BoltzTraP code."""
toolchain = {'name': 'intel', 'version': '2020b'}
dependencies = [
('Python', '3.8.6'),
('SciPy-bundle', '2020.03', versionsuffix),
('matplotlib', '3.3.3'),
('spglib-python', '1.16.0'),
('ASE', '3.21.1'),
('netCDF', '4.7.4'),
('FFTW', '3.3.8', '', True),
('VTK', '9.1.0', versionsuffix),
]
builddependencies = [
('CMake', '3.18.4')
]
options = {'modulename': 'BoltzTraP2'}
use_pip = True
exts_default_options = {'source_urls': [PYPI_SOURCE]}
exts_list = [
('pyFFTW', '0.13.0'),
('BoltzTraP2', '20.7.1'),
]
skipsteps = ['sanitycheck']
moduleclass = 'python'