# this file contains a list of settings to be used on macOS with
# the dependencies installed over MacPorts
set(BOOST_ROOT "/opt/local" CACHE PATH "prefix for the boost")
set(Python_ROOT_DIR "/opt/local" CACHE PATH "prefix for python")
set(QT_QMAKE_EXECUTABLE "/opt/local/bin/qmake" CACHE PATH 
    "absolute path to qt executable")
set(CMAKE_Fortran_FLAGS "-freal-loops" CACHE STRING "fortran compiler flags")
