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

new file: d/dftd3-lib/dftd3-lib-0.9.2-GCC-12.3.0.eb new file: f/fypp/fypp-3.2-foss-2023a.eb new file: p/PyTorch/PyTorch-2.4.1-foss-2023b-CUDA-12.4.0.eb new file: t/tblite/tblite-0.3.0-foss-2023a.eb new file: t/tblite/tblite-0.4.0-foss-2023a.eb
28 lines
764 B
Plaintext
28 lines
764 B
Plaintext
# IT4Innovations
|
|
# PH 2024
|
|
|
|
easyblock = 'PythonPackage'
|
|
|
|
name = 'fypp'
|
|
version = '3.2'
|
|
|
|
homepage = 'https://github.com/aradi/fypp'
|
|
description = """Fypp is a Python-based preprocessor for Fortran, enabling conditional
|
|
compilation and template metaprogramming with Python expressions. It enhances Fortran
|
|
development by allowing flexible macros, file inclusion, and conditional output."""
|
|
|
|
# https://github.com/aradi/fypp/archive/refs/tags/3.2.tar.gz
|
|
source_urls = ['https://github.com/aradi/fypp/archive/refs/tags/']
|
|
sources = [f'{version}.tar.gz']
|
|
checksums = ['33f48c8d2337db539865265ce33c7c50e4d521aacbd31ac7b7e8b189d771ce1d']
|
|
|
|
toolchain = {'name': 'foss', 'version': '2023a'}
|
|
|
|
dependencies = [
|
|
('Python', '3.11.3')
|
|
]
|
|
|
|
use_pip = True
|
|
|
|
|
|
moduleclass = 'lib' |