easyconfigs-it4i/ARCHIVE/l/libctl/libctl-3.2.2-intel-2015b.eb
Lukas Krupcik 182459da35 deleted: "a/ANSYS/\\"
deleted:    a/Anaconda2/Anaconda2-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-2019.10.eb
	deleted:    a/Anaconda3/Anaconda3-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-5.3.1.eb
	deleted:    a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb
	deleted:    a/Autotools/Autotools-20170619.eb
	deleted:    a/Autotools/Autotools-20180311.eb
2022-05-05 11:22:37 +02:00

23 lines
703 B
Plaintext

# Built with EasyBuild version 2.1.1 on 2015-08-24_10-15-06
easyblock = 'ConfigureMake'
name = 'libctl'
version = '3.2.2'
homepage = 'http://ab-initio.mit.edu/libctl'
description = """libctl is a free Guile-based library implementing flexible control files for scientific simulations."""
toolchain = {'name': 'intel', 'version': '2015b'}
toolchainopts = {'optarch': True}
source_urls = ['http://ab-initio.mit.edu/libctl/']
sources = [SOURCELOWER_TAR_GZ]
dependencies = [('guile', '1.8.8')]
# fix for guile-config being broken because shebang line contains full
# path to bin/guile
configopts = 'GUILE_CONFIG="$EBROOTGUILE/bin/guile -e main -s $EBROOTGUILE/bin/guile-config"'
moduleclass = 'chem'