3
0
mirror of https://github.com/triqs/dft_tools synced 2024-08-16 01:08:29 +02:00

Update template for easybuild config file

This commit is contained in:
Nils Wentzell 2022-02-16 10:25:50 -05:00
parent 4f183b9bb2
commit dcb5456162

View File

@ -1,22 +1,17 @@
easyblock = 'CMakeMake' easyblock = 'CMakeMake'
name = 'TRIQS-app4triqs' name = 'TRIQS-app4triqs'
version = '3.0.0' version = '3.1.0'
versionsuffix = '-Python-%(pyver)s'
homepage = 'https://triqs.github.io/app4triqs/' homepage = 'https://triqs.github.io/app4triqs/'
description = """ description = """
TRIQS (Toolbox for Research on Interacting Quantum Systems) is a
scientific project providing a set of C++ and Python libraries to
develop new tools for the study of interacting quantum systems.
PROVIDE HERE A DESCRIPTION OF YOUR APPLICATION PROVIDE HERE A DESCRIPTION OF YOUR APPLICATION
""" """
docurls = ['https://triqs.github.io/app4triqs/%(version_major_minor)s.x/'] docurls = ['https://triqs.github.io/app4triqs/%(version_major_minor)s.x/']
software_license = 'LicenseGPLv3' software_license = 'LicenseGPLv3'
toolchain = {'name': 'foss', 'version': '2019a'} toolchain = {'name': 'foss', 'version': '2021b'}
toolchainopts = {'pic': True, 'usempi': True} toolchainopts = {'pic': True, 'usempi': True}
source_urls = ['https://github.com/TRIQS/app4triqs/releases/download/%(version)s/'] source_urls = ['https://github.com/TRIQS/app4triqs/releases/download/%(version)s/']
@ -24,20 +19,20 @@ sources = ['app4triqs-%(version)s.tar.gz']
checksums = ['PUT HERE THE SHA256 OF THE RELEASE TARBALL'] checksums = ['PUT HERE THE SHA256 OF THE RELEASE TARBALL']
dependencies = [ dependencies = [
('Python', '3.7.2'), ('Python', '3.9.6'),
('SciPy-bundle', '2019.03'), ('SciPy-bundle', '2021.10'),
('Boost', '1.70.0'), ('Boost', '1.77.0'),
('Clang', '8.0.0'), ('Clang', '13.0.1'),
('GMP', '6.1.2'), ('Clang-Python-bindings', '13.0.1'),
('HDF5', '1.10.5'), ('GMP', '6.2.1'),
('Mako', '1.0.8'), ('HDF5', '1.10.7'),
('h5py', '2.9.0'), ('Mako', '1.1.4'),
('TRIQS', '3.0.0', versionsuffix), ('TRIQS', '3.1.0'),
('NFFT', '3.5.1') ('NFFT', '3.5.2')
] ]
builddependencies = [ builddependencies = [
('CMake', '3.13.3') ('CMake', '3.22.1')
] ]
separate_build_dir = True separate_build_dir = True