-
Notifications
You must be signed in to change notification settings - Fork 13
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
LAPACK not found #9
Comments
@cnegre, is that on Ubuntu? Which OS version? |
You could also try to export |
@cnegre Is this still an issue? |
It is my computer. But it could be a problem that I have. We can remove it
…On Apr 8, 2017 06:13, "Nicolas Bock" ***@***.***> wrote:
@cnegre <https://github.com/cnegre> Is this still an issue?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APQltZFevmDke9Fwmvh4zX-6aqiWi66wks5rt3nXgaJpZM4Mhejv>
.
|
On Sat, Apr 08, 2017 at 05:16:47AM -0700, Christian F. A. Negre wrote:
It is my computer. But it could be a problem that I have. We can remove it
Maybe it's a more serious problem though. Could you add more
details? There are error messages in `build.log` and
`build/CMakeFiles/CMakeOutput.log` and
`build/CMakeFiles/CMakeError.log`. Maybe we can narrow down what's
not working here.
|
This are the log and logError for this issue.
On Sat, Apr 8, 2017 at 6:38 AM, Nicolas Bock <[email protected]>
wrote:
… On Sat, Apr 08, 2017 at 05:16:47AM -0700, Christian F. A. Negre wrote:
>It is my computer. But it could be a problem that I have. We can remove it
Maybe it's a more serious problem though. Could you add more
details? There are error messages in `build.log` and
`build/CMakeFiles/CMakeOutput.log` and
`build/CMakeFiles/CMakeError.log`. Maybe we can narrow down what's
not working here.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APQltXXtlQH5CoehFC4zakKpRR7ZbVySks5rt3_ZgaJpZM4Mhejv>
.
--
Dr. Christian F. A . Negre
LOS ALAMOS NATIONAL LABORATORY
T-1 Division, TA-3 Bldg. 123, Room 263
Los Alamos, NM 87545
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At the moment of configuring cmake says lapack is not found (for both GNU, MKL). However by commenting the following lines in the Cmake.txt
#if(NOT (LAPACK_LIBRARIES OR LAPACK_FOUND))
# include(FindLAPACK)
#if(NOT LAPACK_FOUND)
# message(FATAL_ERROR "Can not find suitable LAPACK library")
# endif()
#endif()
Everything work perfectly well ....
The text was updated successfully, but these errors were encountered: