• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Superconducting Toolkit


Commit MetaInfo

Revision1cf8d437cf996248d9f19a9b59fd6881c30adf74 (tree)
Time2020-11-03 20:45:47
AuthorDaniele Cesarini <d.cesarini@cine...>
CommiterDaniele Cesarini

Log Message

Forgot status message

Change Summary

Incremental Difference

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -207,6 +207,7 @@ if(NOT QE_LAPACK_INTERNAL)
207207 endif()
208208 find_package(LAPACK)
209209 elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^i.86$")
210+ message(STATUS "Trying to find LAPACK from Intel MKL - 32bit")
210211 SET(BLA_VENDOR Intel10_32)
211212 find_package(LAPACK)
212213 elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^aarch64")