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

deleted: a/Anaconda2/Anaconda2-4.4.0.eb deleted: a/Anaconda3/Anaconda3-2019.10.eb deleted: a/Anaconda3/Anaconda3-4.4.0.eb deleted: a/Anaconda3/Anaconda3-5.3.1.eb deleted: a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb deleted: a/Autotools/Autotools-20170619.eb deleted: a/Autotools/Autotools-20180311.eb
26 lines
739 B
Plaintext
26 lines
739 B
Plaintext
# made by PERMON team
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'Clp'
|
|
version = '1.16.10'
|
|
|
|
homepage = 'https://projects.coin-or.org/Clp'
|
|
description = """Clp (COIN-OR linear programming) is an open-source linear programming solver written in C++. It is primarily meant to be used as a callable library, but a basic stand-alone executable version is also available. It is a part of the COIN-OR project (https://www.coin-or.org)."""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2017a'}
|
|
|
|
source_urls = ['https://www.coin-or.org/download/source/Clp/']
|
|
sources = [SOURCE_TGZ]
|
|
|
|
dependencies = []
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/clp'],
|
|
'dirs': ['include/coin/', 'lib/'],
|
|
}
|
|
|
|
sanity_check_commands = [('clp', '-h')]
|
|
|
|
moduleclass = 'numlib'
|