Hello, I'm trying to get deal.ii installed using candi on my Mac running macOS Mojave.
Everything seems to work up till the deal.ii compiling where it tells me that it can't find the lapack libraries. I've tried installing lapack through brew and from the website, but the installations can't seem to find the lapack libraries. Is there anybody who has had this problem or knows how to resolve it? === The error that I get is as follows: Include /Users/davidryan/deal.ii-candi/tmp/unpack/deal.II-v9.1.1/cmake/configure/configure_1_lapack.cmake -- A library with LAPACK API found. -- Performing Test mpi_usempif08_LIBRARY -- Performing Test mpi_usempif08_LIBRARY - Success -- Performing Test mpi_usempi_ignore_tkr_LIBRARY -- Performing Test mpi_usempi_ignore_tkr_LIBRARY - Success -- Performing Test mpi_mpifh_LIBRARY -- Performing Test mpi_mpifh_LIBRARY - Success -- Performing Test mpi_LIBRARY -- Performing Test mpi_LIBRARY - Success -- Performing Test gfortran_LIBRARY -- Performing Test gfortran_LIBRARY - Failed -- Performing Test gcc_ext.10.5_LIBRARY -- Performing Test gcc_ext.10.5_LIBRARY - Failed -- Performing Test gcc_LIBRARY -- Performing Test gcc_LIBRARY - Failed -- Performing Test quadmath_LIBRARY -- Performing Test quadmath_LIBRARY - Failed -- Performing Test m_LIBRARY -- Performing Test m_LIBRARY - Success -- LAPACK_LIBRARIES: *** Required variable "_lapack_libraries" empty *** -- LAPACK_LINKER_FLAGS: -- LAPACK_INCLUDE_DIRS: -- LAPACK_USER_INCLUDE_DIRS: -- Could NOT find LAPACK -- DEAL_II_WITH_LAPACK has unmet external dependencies. CMake Error at cmake/macros/macro_configure_feature.cmake:112 (MESSAGE): Could not find the lapack library! Please ensure that a suitable lapack library is installed on your computer. If the library is not at a default location, either provide some hints for autodetection, $ LAPACK_DIR="..." cmake <...> $ cmake -DLAPACK_DIR="..." <...> or set the relevant variables by hand in ccmake. Call Stack (most recent call first): cmake/macros/macro_configure_feature.cmake:269 (FEATURE_ERROR_MESSAGE) cmake/configure/configure_1_lapack.cmake:116 (CONFIGURE_FEATURE) cmake/macros/macro_verbose_include.cmake:19 (INCLUDE) CMakeLists.txt:124 (VERBOSE_INCLUDE) -- Configuring incomplete, errors occurred! See also "/Users/davidryan/deal.ii-candi/tmp/build/deal.II-v9.1.1/CMakeFiles/CMakeOutput.log". See also "/Users/davidryan/deal.ii-candi/tmp/build/deal.II-v9.1.1/CMakeFiles/CMakeError.log". *Failure with exit status: 1* *Exit message: There was a problem configuring dealii v9.1.1.* -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to dealii+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/0a8202b6-5406-403f-b98d-178948414aa4%40googlegroups.com.