Open cnegre opened 7 years ago
@cnegre, is that on Ubuntu? Which OS version?
You could also try to export CMAKE_PREFIX_PATH
with where you have installed lapack.
@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" notifications@github.com 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 https://github.com/lanl/qmd-progress/issues/9#issuecomment-292714193, 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 notifications@github.com 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
andbuild/CMakeFiles/CMakeOutput.log
andbuild/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 https://github.com/lanl/qmd-progress/issues/9#issuecomment-292715428, 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
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))
Everything work perfectly well ....