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

new file: a/apptainer/apptainer-1.2.5.eb new file: a/apptainer/apptainer-1.3.0.eb modified: a/apptainer/apptainer-1.3.1.eb modified: d/Dakota/Dakota-6.15.0-foss-2021b.eb modified: d/Dakota/Dakota-6.15.0-intel-2021b.eb new file: g/GSL/GSL-2.7-intel-compilers-2023.2.1.eb modified: h/HDF5/HDF5-1.12.1-foss-2021b-parallel.eb new file: h/htop/htop-3.3.0.eb new file: l/libxc/libxc-6.2.2-intel-compilers-2023.2.1.eb new file: n/netCDF-Fortran/netCDF-Fortran-4.6.1-iimpi-2023b.eb new file: n/netCDF/netCDF-4.9.2-iimpi-2023b.eb new file: o/Octopus/Octopus-14.1-intel-2023b-mpi.eb new file: s/squashfs-tools/squashfs-tools-4.6.1.eb new file: u/uncertainties/uncertainties-3.1.7-foss-2023b.eb
28 lines
635 B
Plaintext
28 lines
635 B
Plaintext
# IT4Innovations
|
|
# LK 2024
|
|
|
|
easyblock = 'PythonPackage'
|
|
|
|
name = 'uncertainties'
|
|
version = '3.1.7'
|
|
|
|
homepage = 'http://uncertainties-python-package.readthedocs.io'
|
|
description = """Transparent calculations with uncertainties on the quantities involved (aka error propagation);
|
|
fast calculation of derivatives"""
|
|
|
|
toolchain = {'name': 'foss', 'version': '2023b'}
|
|
|
|
dependencies = [
|
|
('Python', '3.11.5'),
|
|
('SciPy-bundle', '2023.11'),
|
|
]
|
|
|
|
sources = [SOURCE_TAR_GZ]
|
|
checksums = ['80111e0839f239c5b233cb4772017b483a0b7a1573a581b92ab7746a35e6faab']
|
|
|
|
use_pip = True
|
|
download_dep_fail = True
|
|
sanity_pip_check = True
|
|
|
|
moduleclass = 'lib'
|