-
Notifications
You must be signed in to change notification settings - Fork 441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add LAPACK option and support building only LAPACKE without requiring fortran #273
Closed
1 of 4 tasks
Comments
Will this fix #267? |
yes |
a-andreyev
added a commit
to a-andreyev/lapack
that referenced
this issue
May 8, 2020
Contributes to Reference-LAPACK#273
a-andreyev
added a commit
to a-andreyev/lapack
that referenced
this issue
May 8, 2020
Contributes to Reference-LAPACK#273
a-andreyev
added a commit
to a-andreyev/lapack
that referenced
this issue
May 8, 2020
Contributes to Reference-LAPACK#273
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@langou : @phcerdan and I will start working on the following
Do not require
Fortran
. Seelapack/CMakeLists.txt
Line 3 in 9fb29d8
Add option
LAPACK
enabled by default (similar to the other option namedLAPACKE
andCBLAS
). Enable Fortran only withLAPACK
is on. In a nutshell,enable_language(Fortran)
will be called only ifLAPACK
isON
Exclude this code if
CMAKE_CONFIGURATION_TYPES
is definedUpdate
appveyor.yml
to test building withLAPACK:BOOL=OFF
andLAPACKE:BOOL=ON
using generators-G "Visual Studio 14 2015 Win64
(will add VS 2017 later)The text was updated successfully, but these errors were encountered: