Ticket #49066: patch-CMakeLists.txt.diff

File patch-CMakeLists.txt.diff, 633 bytes (added by dstrubbe (David Strubbe), 9 years ago)
  • alps/CMakeLists.txt

    old new  
    107107
    108108#maintenance building options
    109109
    110 include (CMakeDetermineSystem)
     110#include (CMakeDetermineSystem)
    111111#include (CMakeDetermineFortranCompiler)
    112112#message (STATUS "Fortran compiler: ${CMAKE_Fortran_COMPILER}")
    113113#include (CMakeTestFortranCompiler)
     
    318318  ENDIF(NOT WIN32)
    319319endif (NOT ALPS_FOR_VISTRAILS)
    320320if(MAC_VECLIB)
    321   set(LAPACK_LDFLAGS "-framework vecLib")
     321  set(LAPACK_LDFLAGS "-framework Accelerate")
    322322endif(MAC_VECLIB)
    323323set(LAPACK_LINKER_FLAGS ${LAPACK_LDFLAGS})
    324324