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.
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.
-- LAPACK_LIBRARIES: *** Required variable "_lapack_libraries" empty ***
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.
Include /Users/davidryan/deal.ii-candi/tmp/unpack/deal.II-v9.1.1/cmake/setup_finalize.cmake
CMake Error at cmake/setup_finalize.cmake:137 (MESSAGE):
Configuration error: Cannot compile a test program with the final set of
compiler and linker flags:
CXX flags (DEBUG): -pedantic -fPIC -Wall -Wextra -Woverloaded-virtual -Wpointer-arith -Wsign-compare -Wswitch -Wsynth -Wwrite-strings -Wno-deprecated-declarations -Wfloat-conversion -Qunused-arguments -Wno-unsupported-friend -Wno-undefined-var-template -openmp-simd -std=c++17 -std=c++17 -ftemplate-depth=1024 -Wno-unused-local-typedefs -Og -ggdb -Wa,--compress-debug-sections
LD flags (DEBUG): -lgfortran /usr/lib/libm.dylib -ggdb
LIBRARIES (DEBUG): LOTS OF .DYLIB FILES
Line 676 of the Candi.sh lets you skip packages.
--
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+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/6d5b807a-afcc-48b6-8e59-54f87a7d4f82%40googlegroups.com.