Commit 26a811f
committed
Fix openblas related errors in configuration
When running the configuration, two issues can arise:
1. The script searches for the OpenBLAS libraries in ./tools/OpenBLAS/install yet the default scripts lead to this being created in ./tools/extras/OpenBLAS/install
2. When compiling statically, the flag for -lgfortran is added without space, leading to the configuration trying to link -l:libopenblas.a-lgfortran as one string1 parent f400766 commit 26a811f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1351 | 1351 | | |
1352 | 1352 | | |
1353 | 1353 | | |
1354 | | - | |
| 1354 | + | |
1355 | 1355 | | |
1356 | 1356 | | |
1357 | 1357 | | |
| |||
1389 | 1389 | | |
1390 | 1390 | | |
1391 | 1391 | | |
1392 | | - | |
| 1392 | + | |
1393 | 1393 | | |
1394 | 1394 | | |
1395 | 1395 | | |
| |||
0 commit comments