mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

modified: c/cURL/cURL-7.56.1.eb new file: c/cURL/cURL-7.65.3.eb modified: c/cuDNN/cuDNN-7.6.4.38-CUDA-10.1.243.eb new file: v/VASP/VASP-5.4.4-intel-2017c-CUDA-10.1.243-mkl=cluster.eb
24 lines
528 B
Plaintext
24 lines
528 B
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'cURL'
|
|
version = '7.65.3'
|
|
|
|
homepage = 'http://curl.haxx.se'
|
|
description = 'libcurl is a free and easy-to-use client-side URL transfer library'
|
|
|
|
toolchain = SYSTEM
|
|
|
|
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'
|