Commit 2cbbf39
authored
OpenBLAS: starting with 0.3.21 build with LAPACK support per default (#639)
Starting with OpenBLAS 0.3.21 a f2c-converted copy of LAPACK 3.9.0 is
available as fallback when "no fortran compiler" is specified. This
means we get full BLAS/LAPACK support with just a normal C++ compiler.
From the release notes: https://github.com/xianyi/OpenBLAS/releases/tag/v0.3.21
> - when no Fortran compiler is available, OpenBLAS builds will now automatically
> build LAPACK from an f2c-converted copy of LAPACK 3.9.0 unless the NO_LAPACK option
> is specified (more recent releases make too heavy use of Fortran90+ features to be easily convertible to C)
Also disable the building of tests when building for Hunter to save time1 parent 56f99df commit 2cbbf39
File tree
2 files changed
+15
-1
lines changed- cmake/projects/OpenBLAS
- docs/packages/pkg
2 files changed
+15
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
99 | 107 | | |
100 | 108 | | |
101 | 109 | | |
| 110 | + | |
102 | 111 | | |
103 | | - | |
| 112 | + | |
104 | 113 | | |
105 | 114 | | |
106 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
| |||
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
0 commit comments