lapack
lapack copied to clipboard
Add LAPACK option and support building only LAPACKE without requiring fortran
@langou : @phcerdan and I will start working on the following
-
[ ] Do not require
Fortran. See https://github.com/Reference-LAPACK/lapack/blob/9fb29d8ea47d643ad44a67d3da5de36e280143f5/CMakeLists.txt#L3 -
[ ] Add option
LAPACKenabled by default (similar to the other option namedLAPACKEandCBLAS). Enable Fortran only withLAPACKis on. In a nutshell,enable_language(Fortran)will be called only ifLAPACKisON -
[x] Exclude this code if
CMAKE_CONFIGURATION_TYPESis defined -
[ ] Update
appveyor.ymlto test building withLAPACK:BOOL=OFFandLAPACKE:BOOL=ONusing generators-G "Visual Studio 14 2015 Win64(will add VS 2017 later)
Will this fix #267?
Will this fix #267?
yes
@phcerdan Let's fix #267 in with a dedicated PR.
@phcerdan Let's fix #267 in with a dedicated PR.
Opened #274 for this, please have a look!