diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2022-11-11 00:10:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-11 00:10:29 +0100 |
commit | 6a3e20023e8b05bf9b3dbce3cdabde7b913ac555 (patch) | |
tree | de4e68a1392aa6423aa8ac325255755fccf39220 /var | |
parent | f92987b11fec53423d777bd6818e12c71810a8d5 (diff) | |
download | spack-6a3e20023e8b05bf9b3dbce3cdabde7b913ac555.tar.gz spack-6a3e20023e8b05bf9b3dbce3cdabde7b913ac555.tar.bz2 spack-6a3e20023e8b05bf9b3dbce3cdabde7b913ac555.tar.xz spack-6a3e20023e8b05bf9b3dbce3cdabde7b913ac555.zip |
Delete directory with vestigial configuration file (#33825)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/mock_configs/site_spackconfig/compilers.yaml | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/var/spack/mock_configs/site_spackconfig/compilers.yaml b/var/spack/mock_configs/site_spackconfig/compilers.yaml deleted file mode 100644 index 5f8b38007b..0000000000 --- a/var/spack/mock_configs/site_spackconfig/compilers.yaml +++ /dev/null @@ -1,40 +0,0 @@ -compilers: - all: - clang@3.3: - cc: /path/to/clang - cxx: /path/to/clang++ - f77: None - fc: None - modules: None - strategy: PATH - gcc@4.5.0: - cc: /path/to/gcc - cxx: /path/to/g++ - f77: /path/to/gfortran - fc: /path/to/gfortran - modules: None - strategy: PATH - gcc@5.2.0: - cc: cc - cxx: CC - f77: ftn - fc: ftn - modules: - - PrgEnv-gnu - - gcc/5.2.0 - strategy: MODULES - intel@15.0.1: - cc: cc - ccx: CC - f77: ftn - fc: ftn - modules: - - PrgEnv-intel - - intel/15.0.1 - strategy: MODULES - intel@15.1.2: - cc: /path/to/icc - cxx: /path/to/ic++ - f77: /path/to/ifort - fc: /path/to/ifort - strategy: PATH
\ No newline at end of file |