mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: d/DFT-D4/DFT-D4-3.6.0-intel-2022b-Python-3.10.8.eb modified: d/DFTB+/DFTB+-21.1-intel-2020b-Python-3.8.6-karolina.eb modified: d/DFTB+/DFTB+-21.2-intel-2020b-TB.eb new file: f/Forge/Forge-23.0.2.eb new file: l/LAPACK/LAPACK-3.10.0-GCC-12.2.0.eb modified: p/PyTorch/PyTorch-1.11.0-fosscuda-2020b.eb modified: v/VASP/VASP-6.2.0-intel-2020b.eb new file: v/VASP/VASP-6.4.2-intel-2022b-DFT-D4.eb new file: w/Wannier90/Wannier90-3.1.0-intel-2022b-serial.eb
27 lines
939 B
Diff
27 lines
939 B
Diff
# The separate mod directory isn't helpful for a EB install since we install a unique version per compiler anyway.
|
|
# The pkg-config file can just include one path anyway
|
|
# so separating out the (compiler specific) mod files won't help either way.
|
|
# Author: mikael.ohman@chalmers.se
|
|
--- meson.build.orig 2021-05-10 23:11:21.509151845 +0200
|
|
+++ meson.build 2021-05-10 23:32:55.890484048 +0200
|
|
@@ -79,17 +79,16 @@
|
|
dftd4_header,
|
|
)
|
|
|
|
- module_id = meson.project_name() / fc_id + '-' + fc.version()
|
|
meson.add_install_script(
|
|
find_program(files('config'/'install-mod.py')),
|
|
- get_option('includedir') / module_id,
|
|
+ get_option('includedir'),
|
|
)
|
|
|
|
pkg = import('pkgconfig')
|
|
pkg.generate(
|
|
dftd4_lib,
|
|
description: 'Generally Applicable Atomic-Charge Dependent London Dispersion Correction',
|
|
- subdirs: ['', module_id],
|
|
+ subdirs: [''],
|
|
)
|
|
|
|
asciidoc = find_program('asciidoctor', required: false)
|