Update f_check

This commit is contained in:
Martin Kroeker 2023-07-03 20:31:07 +02:00 committed by GitHub
parent 649de1af58
commit e952a3c481
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ else
case "$compiler" in
*flang*)
vendor=FLANG
if ["$compiler" = "flang-new" ]; then
if [`basename "$compiler"` = "flang-new" ]; then
vendor=LLVMFLANG
fi
openmp='-fopenmp'
@ -226,7 +226,7 @@ else
;;
*flang*)
vendor=FLANG
if ["$compiler" = "flang-new" ]; then
if [`basename "$compiler"` = "flang-new" ]; then
vendor=LLVMFLANG
fi
bu=_