easyconfigs-it4i/g/guile/guile-1.8.8.eb
Easy Build 58411e55a1 modified: a/ABINIT/ABINIT-8.6.1-intel-2017a.eb
new file:   b/byacc/byacc-20170509.eb
	new file:   c/CP2K/CP2K-5.1-intel-2017a.eb
	new file:   g/GMP/GMP-5.0.5.eb
	new file:   g/guile/guile-1.8.8.eb
	new file:   l/Libint/Libint-1.1.6-intel-2017a.eb
	new file:   l/libmatheval/libmatheval-1.1.11.eb
	new file:   l/libtool/libtool-2.4.2.eb
	new file:   l/libxc/libxc-2.2.2-intel-2017a.eb
	new file:   l/libxsmm/libxsmm-1.6.4-intel-2017a.eb
	new file:   l/libxsmm/libxsmm-1.6.4.eb
	new file:   p/PLUMED/PLUMED-2.3.0-intel-2017a.eb
	deleted:    b/byacc/byacc-20160606.eb
2017-11-09 13:12:29 +01:00

32 lines
793 B
Plaintext

easyblock = 'ConfigureMake'
name = 'guile'
version = '1.8.8'
homepage = 'http://www.gnu.org/software/guile'
description = """Guile is the GNU Ubiquitous Intelligent Language for Extensions,
the official extension language for the GNU operating system."""
toolchain = {'name': 'dummy', 'version': ''}
sources = [SOURCELOWER_TAR_GZ]
source_urls = [GNU_SOURCE]
dependencies = [
('libtool', '2.4.2'),
('GMP', '5.0.5'),
('libunistring', '0.9.3'),
('pkg-config', '0.27.1'),
('libffi', '3.0.13'),
('libreadline', '6.3'),
]
configopts = " --enable-error-on-warning=no"
sanity_check_paths = {
'files': ["bin/%s" % x for x in ["guile", 'guile-config', 'guile-snarf', 'guile-tools']] + ["lib/libguile.a", "include/libguile.h"],
'dirs': []
}
moduleclass = 'devel'