Open pimpul opened 6 years ago
Sorry, I am still working on the MacOS version of MRiLab. Please let me know if you have successfully compiled in MacOS.
A MacOS version would be very welcome among my students! Hope you can make it work!
Hello! Just wondering if it is possible to run MRiLab on a Mac nowadays. Thanks!
Hello, I'd like to run MRiLab on Mac, but I'm running into cmake compilation issues. I'm not a cmake expert, but what I did is:
Install packages with homebrew:
obtain and install IPP from https://software.seek.intel.com/performance-libraries.
add to .bash_profile:
modify FindIPP.cmake:
IF ($ENV{IPP_ROOT} MATCHES .*compilers_and_libraries_2018.1.126.*)
However, the libraries on Mac have different names than on Linux..which one is which?
the include/ files are:
CMake Warning at /usr/local/Cellar/cmake/3.10.2/share/cmake/Modules/FindBoost.cmake:801 (message): New Boost version may have incorrect or missing dependencies and imported targets Call Stack (most recent call first): /usr/local/Cellar/cmake/3.10.2/share/cmake/Modules/FindBoost.cmake:907 (_Boost_COMPONENT_DEPENDENCIES) /usr/local/Cellar/cmake/3.10.2/share/cmake/Modules/FindBoost.cmake:1542 (_Boost_MISSING_DEPENDENCIES) CMakeLists.txt:20 (find_package)
CMake Warning at /usr/local/Cellar/cmake/3.10.2/share/cmake/Modules/FindBoost.cmake:801 (message): New Boost version may have incorrect or missing dependencies and imported targets Call Stack (most recent call first): /usr/local/Cellar/cmake/3.10.2/share/cmake/Modules/FindBoost.cmake:907 (_Boost_COMPONENT_DEPENDENCIES) /usr/local/Cellar/cmake/3.10.2/share/cmake/Modules/FindBoost.cmake:1542 (_Boost_MISSING_DEPENDENCIES) CMakeLists.txt:20 (find_package)
CMake Warning at /usr/local/Cellar/cmake/3.10.2/share/cmake/Modules/FindBoost.cmake:801 (message): New Boost version may have incorrect or missing dependencies and imported targets Call Stack (most recent call first): /usr/local/Cellar/cmake/3.10.2/share/cmake/Modules/FindBoost.cmake:907 (_Boost_COMPONENT_DEPENDENCIES) /usr/local/Cellar/cmake/3.10.2/share/cmake/Modules/FindBoost.cmake:1542 (_Boost_MISSING_DEPENDENCIES) CMakeLists.txt:20 (find_package)
CMake Warning at /usr/local/Cellar/cmake/3.10.2/share/cmake/Modules/FindBoost.cmake:801 (message): New Boost version may have incorrect or missing dependencies and imported targets Call Stack (most recent call first): /usr/local/Cellar/cmake/3.10.2/share/cmake/Modules/FindBoost.cmake:907 (_Boost_COMPONENT_DEPENDENCIES) /usr/local/Cellar/cmake/3.10.2/share/cmake/Modules/FindBoost.cmake:1542 (_Boost_MISSING_DEPENDENCIES) CMakeLists.txt:20 (find_package)
-- Boost version: 1.66.0 -- Found the following Boost libraries: -- thread -- system -- chrono -- date_time -- atomic MATLAB not found...nothing will be built. CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: MATLAB_INCLUDE_DIR (ADVANCED) used as include directory in directory /Users/pimpullens/bin/MRiLab/Lib/src used as include directory in directory /Users/pimpullens/bin/MRiLab/Lib/src
-- Configuring incomplete, errors occurred!