easyconfigs-it4i/a/ABCluster/ABCluster-3.1.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

37 lines
883 B
Plaintext

# IT4Innovatins 2022
# JK
easyblock = 'Tarball'
name = 'ABCluster'
version = '3.1'
homepage = 'http://zhjun-sci.com/home-EN.php'
description = """ABCluster a program for the global optimization of chemical cluster structures."""
docurls = 'http://www.zhjun-sci.com/abcluster/doc/introduction.html'
toolchain = SYSTEM
toolchainopts = { 'openmp': True }
# Segfaults!
# dependencies = [ ('glibc', '2.29') ]
source_urls = ['http://www.zhjun-sci.com/docs/abcluster/']
sources = ['%(name)s-%(version)s-Linux.tar.gz']
checksums = ['4e4de1b354ac5965334f725523a435c2ddad9257811c73c282884625ec267fd3']
sanity_check_paths = {
'files': [
'abcinp', 'atom', 'bee', 'gaussian2xyz', 'geom', 'isomer', 'libiomp5.so',
'rigidmol', 'topgen', 'xyz2gaussian'
],
'dirs': ['misc', 'testfiles']
}
modextrapaths = {
'PATH': '.',
'LD_LIBRARY_PATH': '.'
}
moduleclass = 'chem'