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

new file: p/PCRE2/PCRE2-10.34-GCCcore-9.3.0.eb new file: t/Tk/Tk-8.6.10-GCCcore-9.3.0.eb new file: u/UDUNITS/UDUNITS-2.2.26-GCCcore-9.3.0.eb modified: v/VASP/VASP-5.4.4-intel-2020a-mkl=sequential.eb new file: x/XZ/XZ-5.2.5-GCCcore-9.3.0.eb
42 lines
1.3 KiB
Plaintext
42 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 = 'https://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': 'GCCcore', 'version': '9.3.0'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = ['https://fossies.org/linux/privat/']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
checksums = ['368f4869c9c7d50d2920fa8c58654124e9ed0d8d2a8c714a9d7fdadc08c7356d']
|
|
|
|
builddependencies = [('binutils', '2.34')]
|
|
|
|
dependencies = [('expat', '2.2.9')]
|
|
|
|
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'
|