easyconfigs-it4i/s/sqsgenerator/sqsgenerator-0.2-foss-2020b-Python-3.8.6.eb
Lukas Krupcik 5f3b84f8ff new file: a/ABCluster/ABCluster-3.1.eb
modified:   b/Boost/Boost-1.77.0-GCC-10.2.0-Python-3.8.6.eb
	new file:   b/Boost/Boost-1.77.0-GCC-10.2.0-Python-3.8.6.eb.bak_20220801085422_29482
	new file:   c/CP2K/CP2K-2022.1-foss-2021a-CUDA-11.4.1.eb
	new file:   c/CP2K/CP2K-2022.1-fosscuda-2020b.eb
	new file:   f/fromage/fromage-1.1.0.eb
	modified:   g/glibc/glibc-2.19.eb
	new file:   g/glibc/glibc-2.29-GCCcore-10.2.0.eb
	modified:   g/glibc/glibc-2.30-GCCcore-10.2.0.eb
	new file:   i/iRODS/iRODS-0.7.3.eb
	modified:   p/pymatgen/pymatgen-2022.0.12-foss-2020b.eb
	new file:   s/sqsgenerator/sqsgenerator-0.2-foss-2020b-Python-3.8.6.eb
	deleted:    i/IRODS/IRODS-0.7.3.eb
2022-08-01 10:38:12 +02:00

46 lines
1.2 KiB
Plaintext

# IT4Innovations 2022
# JK
easyblock = 'PythonPackage'
name = 'sqsgenerator'
version = '0.2'
versionsuffix = '-Python-3.8.6'
homepage = 'https://github.com/dnoeger/sqsgenerator'
description = """This package is a Special Quasirandom Structure generator written in Python3/Cython.
Please note that the programm currently only works with Python 3."""
toolchain = {'name': 'foss', 'version': '2020b'}
toolchainopts = {'pic': True, 'usempi': True}
source_urls = ['https://github.com/dgehringer/sqsgenerator/archive/refs/tags/']
sources = ['v%(version)s.tar.gz']
checksums = ['983e20a97203b37dc4d21850e1a9693023cb1516bf543f645cbbac198a84f23c']
builddependencies = [
('CMake', '3.18.4'),
]
dependencies = [
('Python', '3.8.6'),
('GMP', '6.2.0'),
('Boost', '1.77.0', '-Python-3.8.6', ('GCC', '10.2.0')),
('SciPy-bundle', '2020.11'),
('pymatgen', '2022.0.12'),
]
use_pip = True
preinstallopts = 'pip install --prefix=%(installdir)s --no-deps --no-build-isolation -r docs/requirements.txt && '
preinstallopts += 'SQS_BOOST_ROOT=$EBROOTBOOST '
preinstallopts += 'SQS_USE_MPI=ON '
sanity_check_paths = {
'files': [
'bin/sqsgen'],
'dirs': [
'bin',
'lib']}
moduleclass = 'lang'