mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-11 09:22:12 +01:00

new file: b/binutils/binutils-2.31.1-GCCcore-8.2.0.eb new file: c/CMake/CMake-3.13.1.eb new file: e/ed/ed-1.9.eb modified: f/flex/flex-2.6.4.eb new file: g/GCC/GCC-7.3.0-2.30.eb modified: g/GCCcore/GCCcore-6.3.0.eb new file: g/GCCcore/GCCcore-8.2.0.eb new file: g/GMP/GMP-6.0.0a.eb new file: l/libtool/libtool-2.4.6.eb new file: l/libzip/libzip-1.2.0.eb modified: r/RapidJSON/RapidJSON-1.1.0-GCC-6.3.0-2.27.eb modified: s/Szip/Szip-2.1.eb
20 lines
544 B
Plaintext
20 lines
544 B
Plaintext
# It4innovations 2018
|
|
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': 'dummy', 'version': ''}
|
|
|
|
source_urls = [GNU_SOURCE]
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
checksums = ['e3bd4d5d3d025a36c21dd6af7ea818a2afcd4dfc1ea5a17b39d7854bcd0c06e3']
|
|
|
|
dependencies = [('M4', '1.4.18')]
|
|
|
|
moduleclass = 'lib'
|