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

new file: g/GSL/GSL-2.5-intel-2017a.eb new file: i/ICU/ICU-61.1.eb new file: l/libMesh/libMesh-1.3.0-intel-2017a.eb new file: l/libjpeg-turbo/libjpeg-turbo-2.0.2.eb new file: l/libreadline/libreadline-8.0.eb modified: l/libsndfile/libsndfile-1.0.28.eb new file: o/OpenCV/OpenCV-3.4.6-intel-2017c.eb modified: o/OpenFOAM/OpenFOAM-4.1-intel-2017a.eb new file: p/PROJ/PROJ-5.0.0-intel-2017a.eb new file: p/Python/Python-3.7.3-GCCcore-6.3.0.eb new file: q/Qualimap/Qualimap-2.2.1.eb new file: r/R/R-3.5.3-intel-2017a.eb new file: r/R/R-3.5.3-intel-2017a.old new file: s/SQLite/SQLite-3.27.2.eb new file: u/UDUNITS/UDUNITS-2.2.26-intel-2017a.eb new file: x/XZ/XZ-5.2.4.eb deleted: l/libjpeg-turbo/libjpeg-turbo-2.0.0-GCC-6.3.0-2.27.eb
40 lines
1.3 KiB
Plaintext
40 lines
1.3 KiB
Plaintext
##
|
|
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
|
|
#
|
|
# Copyright:: Copyright 2012-2013 University of Luxembourg, Ghent University
|
|
# Authors:: Fotis Georgatos <fotis@cern.ch>, Kenneth Hoste (Ghent University)
|
|
# License:: MIT/GPL
|
|
# $Id$
|
|
#
|
|
# This work implements a part of the HPCBIOS project and is a component of the policy:
|
|
# http://hpcbios.readthedocs.org/en/latest/HPCBIOS_2012-97.html
|
|
##
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'UDUNITS'
|
|
version = '2.2.26'
|
|
|
|
homepage = 'http://www.unidata.ucar.edu/software/udunits/'
|
|
description = """UDUNITS supports conversion of unit specifications between formatted and binary forms,
|
|
arithmetic manipulation of units, and conversion of values between compatible scales of measurement."""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2017a'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = ['https://fossies.org/linux/privat']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
checksums = ['368f4869c9c7d50d2920fa8c58654124e9ed0d8d2a8c714a9d7fdadc08c7356d']
|
|
|
|
dependencies = [('expat', '2.2.6', '', True)]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/udunits2', 'include/converter.h', 'include/udunits2.h', 'include/udunits.h',
|
|
'lib/libudunits2.a', 'lib/libudunits2.%s' % SHLIB_EXT],
|
|
'dirs': ['share'],
|
|
}
|
|
|
|
parallel = 1
|
|
|
|
moduleclass = 'phys'
|