mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

modified: d/Doxygen/Doxygen-1.8.11-intel-2017a.eb new file: f/foss/foss-2017a.eb new file: g/gompi/gompi-2017a.eb new file: h/hwloc/hwloc-1.11.7-GCC-6.3.0-2.27.eb new file: h/hwloc/hwloc-1.11.7-GCC-7.1.0-2.28.eb new file: l/libtool/libtool-2.4.6-GCC-7.1.0-2.28.eb modified: n/netCDF/netCDF-4.4.1-intel-2017a.eb new file: n/numactl/numactl-2.0.11-GCC-7.1.0-2.28.eb new file: o/OpenMPI/OpenMPI-1.10.7-GCC-6.3.0-2.27.eb new file: o/OpenMPI/OpenMPI-1.10.7-GCC-7.1.0-2.28.eb new file: o/OpenMPI/OpenMPI-2.1.1-GCC-7.1.0-2.28.eb modified: x/X11/X11-20160819.eb
18 lines
459 B
Plaintext
18 lines
459 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libtool'
|
|
version = '2.4.6'
|
|
|
|
homepage = 'http://www.gnu.org/software/libtool'
|
|
description = """GNU libtool is a generic library support script. Libtool hides the complexity of using shared libraries
|
|
behind a consistent, portable interface."""
|
|
|
|
toolchain = {'name': 'GCC', 'version': '7.1.0-2.28'}
|
|
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
source_urls = [GNU_SOURCE]
|
|
|
|
dependencies = [('M4', '1.4.18', '', True)]
|
|
|
|
moduleclass = 'lib'
|