Revert "replace ARCH with AR in lapack-netlib"

This reverts commit db17ce896f.
This commit is contained in:
Dumi Loghin
2018-09-06 13:08:30 +08:00
parent db17ce896f
commit 0b7ccb9e38
25 changed files with 75 additions and 79 deletions
-4
View File
@@ -121,10 +121,6 @@ if (($architecture eq "x86") && ($os ne Darwin) && ($os ne SunOS)) {
$binary =32;
}
if ($architecture eq "riscv64") {
$defined = 1;
}
if ($compiler eq "PGI") {
$compiler_name .= " -tp p7" if ($binary eq "32");
$compiler_name .= " -tp p7-64" if ($binary eq "64");