Skip to content

Commit a96f482

Browse files
committed
correct typo
1 parent e96304b commit a96f482

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup-fortran.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,7 @@ install_intel()
535535
local platform=$1
536536
local classic=$2
537537
local install_mkl=$3
538+
mkl_subdir=""
538539
case $platform in
539540
linux*)
540541
install_intel_apt $version $classic $install_mkl
@@ -568,8 +569,6 @@ install_intel()
568569
export CXX="icpx"
569570
fi
570571

571-
if
572-
573572
if $install_mkl; then
574573
export MKLLIB="$ONEAPI_ROOT/mkl/latest/lib/$mkl_subdir"
575574
export MKLROOT="$ONEAPI_ROOT/mkl/latest"

0 commit comments

Comments
 (0)