mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 19:50:50 +01:00

modified: c/CP2K/CP2K-5.1-intel-2017a-test.eb new file: c/CP2K/CP2K-5.1.eb new file: c/cURL/cURL-7.56.1.eb new file: e/ELPA/ELPA-2017.05.002-foss-2017a.eb new file: e/expat/expat-2.2.5.eb new file: g/git/git-2.14.1-GCC-7.1.0-2.28.eb new file: g/gzip/gzip-1.8.eb modified: l/libxsmm/libxsmm-1.7.1-GCC-6.3.0-2.27.eb new file: t/tmux/tmux-2.6.eb deleted: c/CP2K/CP2K-5.1-intel-2017a-test2.eb
22 lines
531 B
Plaintext
22 lines
531 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'cURL'
|
|
version = '7.56.1'
|
|
|
|
homepage = 'http://curl.haxx.se'
|
|
description = 'libcurl is a free and easy-to-use client-side URL transfer library'
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
source_urls = ['http://curl.haxx.se/download/']
|
|
|
|
osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/curl', 'lib/libcurl.a', 'lib/libcurl.%s' % SHLIB_EXT],
|
|
'dirs': ['lib/pkgconfig'],
|
|
}
|
|
|
|
moduleclass = 'tools'
|