FIX: alps build now working (with gcc@8.3.0)

This commit is contained in:
Germann Elsa Sylvia
2022-09-05 15:46:21 +02:00
parent 911bfc3800
commit fa11fd3860
3 changed files with 50 additions and 7 deletions

View File

@@ -39,6 +39,19 @@ compilers:
fc: /opt/psi/Programming/intel/22.2/compiler/2022.1.0/linux/bin/ifx
spec: oneapi@2022.1.0
target: x86_64
- compiler:
environment: {}
extra_rpaths: []
flags: {}
modules: []
operating_system: rhel7
paths:
cc: /opt/psi/Programming/gcc/8.3.0/bin/gcc
cxx: /opt/psi/Programming/gcc/8.3.0/bin/g++
f77: /opt/psi/Programming/gcc/8.3.0/bin/gfortran
fc: /opt/psi/Programming/gcc/8.3.0/bin/gfortran
spec: gcc@8.3.0
target: x86_64
- compiler:
environment: {}
extra_rpaths: []