mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 10:51:21 +01:00
added LIBLINEAR-2.11-intel-2017a.eb
This commit is contained in:
parent
2c831a91f9
commit
6046edc935
30
l/LIBLINEAR/LIBLINEAR-2.11-intel-2017a.eb
Normal file
30
l/LIBLINEAR/LIBLINEAR-2.11-intel-2017a.eb
Normal file
@ -0,0 +1,30 @@
|
||||
#made by PERMON team
|
||||
|
||||
easyblock = 'MakeCp'
|
||||
|
||||
name = 'LIBLINEAR'
|
||||
version = '2.11'
|
||||
|
||||
homepage = 'http://www.csie.ntu.edu.tw/~cjlin/liblinear/'
|
||||
description = """LIBLINEAR is a simple package for solving large-scale regularized linear
|
||||
classification and regression. It supports L2-regularized logistic regression, L2-loss support vector classification
|
||||
L1-loss support vector classification, L1-regularized L2-loss support vector classification, L1-regularized logistic regression
|
||||
L2-regularized L2-loss support vector regression, L1-loss support vector regression."""
|
||||
|
||||
toolchain = {'name': 'intel', 'version': '2017a'}
|
||||
|
||||
source_urls = [homepage]
|
||||
sources = [SOURCELOWER_TAR_GZ]
|
||||
|
||||
files_to_copy = [(['train', 'predict'], 'bin')]
|
||||
|
||||
sanity_check_paths = {
|
||||
'files': ['bin/%s' % x for x in ['train', 'predict']],
|
||||
'dirs': [],
|
||||
}
|
||||
|
||||
modextrapaths = {
|
||||
'PATH': ['bin'],
|
||||
}
|
||||
|
||||
moduleclass = 'lib'
|
Loading…
x
Reference in New Issue
Block a user