3
0
mirror of https://github.com/triqs/dft_tools synced 2024-09-12 05:38:31 +02:00

Rename easybuild file and update conda meta yaml with version number

This commit is contained in:
Nils Wentzell 2023-06-26 14:37:04 -04:00
parent e28230abe4
commit 8c67d5e9d3
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
easyblock = 'CMakeMake' easyblock = 'CMakeMake'
name = 'TRIQS-app4triqs' name = 'TRIQS-app4triqs'
version = '3.1.0' version = '3.2.0'
homepage = 'https://triqs.github.io/app4triqs/' homepage = 'https://triqs.github.io/app4triqs/'
description = """ description = """
@ -27,7 +27,7 @@ dependencies = [
('GMP', '6.2.1'), ('GMP', '6.2.1'),
('HDF5', '1.10.7'), ('HDF5', '1.10.7'),
('Mako', '1.1.4'), ('Mako', '1.1.4'),
('TRIQS', '3.1.0'), ('TRIQS', '3.2.0'),
('NFFT', '3.5.2') ('NFFT', '3.5.2')
] ]

View File

@ -1,4 +1,4 @@
{% set version = "3.0.0" %} {% set version = "3.2.0" %}
package: package:
name: app4triqs name: app4triqs