Changeset 7e573177 in OpenModelica


Ignore:
Timestamp:
2020-10-21T14:04:16+02:00 (3 years ago)
Author:
Mahder Gebremedhin <mahder.gebremedhin@…>
Children:
2aaa189f
Parents:
b5b95099
git-author:
Mahder Gebremedhin <mahder.gebremedhin@…> (07/12/20 20:34:31)
git-committer:
Mahder Gebremedhin <mahder.gebremedhin@…> (10/21/20 14:04:16)
Message:

[cmake] Link omcruntime to blas.

  • I am not sure which blas we are supposed to use. There are some sources in 3rdParty/dgesv. I will check later if they need to be used somewhere.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • OMCompiler/Compiler/runtime/CMakeLists.txt

    rb5b95099 r7e573177  
    33find_package(Intl REQUIRED)
    44find_package(Iconv REQUIRED)
     5find_package(BLAS REQUIRED)
    56# find_package(ZLIB REQUIRED) # We use the minizip lib from 3rdParty/FMIL
    67
     
    2223target_link_libraries(omcruntime PUBLIC Intl)
    2324target_link_libraries(omcruntime PUBLIC iconv)
     25target_link_libraries(omcruntime PUBLIC BLAS::BLAS)
    2426target_link_libraries(omcruntime PUBLIC OpenModelicaRuntimeC)
    2527target_link_libraries(omcruntime PUBLIC omc::3rd::lpsolve55)
Note: See TracChangeset for help on using the changeset viewer.