Add Fujitsu compiler to Spack. (#11287)

* Add Fujitsu compiler to Spack.

* Fixes for flake8

* Chenges location of FCC to subdirectory called case-insensitive

* Add compiler tests for Fujitsu compiler

* Modify the logic of taking compiler version for new version of Fujitsu compiler
This commit is contained in:
t-karatsu
2019-05-22 10:31:14 +09:00
committed by Adam J. Stewart
parent a973ab4751
commit 1e9bb8c512
7 changed files with 87 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
# -------------------------------------------------------------------------
packages:
all:
compiler: [gcc, intel, pgi, clang, xl, nag]
compiler: [gcc, intel, pgi, clang, xl, nag, fj]
providers:
D: [ldc]
awk: [gawk]