easyconfigs-it4i/f/FreeXL/FreeXL-1.0.1-intel-2015a.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

23 lines
578 B
Plaintext

name = 'FreeXL'
version = '1.0.1'
easyblock = 'ConfigureMake'
homepage = "https://www.gaia-gis.it/fossil/freexl/index"
description = "FreeXL is an open source library to extract valid data from within an Excel (.xls) spreadsheet."
toolchain = {'name': 'intel', 'version': '2015a'}
toolchainopts = {'usempi': False, 'pic': True}
source_urls = ['http://www.gaia-gis.it/gaia-sins/freexl-sources/']
sources = [SOURCELOWER_TAR_GZ]
builddependencies = [('CMake', '3.2.2')]
sanity_check_paths = {
'files': ["lib/libfreexl.la"],
'dirs': ["lib"]
}
moduleclass = 'lib'