Hello Luca Since cmake configure fails, at that stage no detailed.log is present, and I did not find any other log file in the build directory.
Thanks praveen > On 05-Jan-2024, at 10:54 AM, Luca Heltai <[email protected]> wrote: > > Can you post the detailed.log file? > Luca > >> Il giorno 5 gen 2024, alle ore 03:48, Praveen C >> <[email protected]> ha scritto: >> >> spack location -i cgal >> /home/spack/opt/spack/linux-opensuse15-broadwell/gcc-12.3.0/cgal-5.5.2-6umjskepmayihkexoscjiovjmtgo5toy >> >> does return the correct directory, which contains >> >> CGAL/include, etc., and they do have the include files. >> >> >> I have tried directly putting the cgal directory path also, it does not >> help. My configure script which is below, works fine in finding all >> directories, except cgal. >> >> Thanks >> praveen >> >> >> `spack location -i cmake`/bin/cmake \ >> -DCMAKE_INSTALL_PREFIX=$DEAL_II_DIR \ >> -DCMAKE_FIND_FRAMEWORK=LAST \ >> -DCMAKE_BUILD_TYPE=DebugRelease \ >> -DDEAL_II_COMPONENT_EXAMPLES=ON \ >> -DDEAL_II_COMPILE_EXAMPLES=OFF \ >> -DDEAL_II_WITH_LAPACK=ON \ >> -DLAPACK_INCLUDE_DIRS=`spack location -i openblas`/include \ >> -DLAPACK_LIBRARIES=`spack location -i openblas`/lib/${LAPACK_LIBRARY} \ >> -DBOOST_DIR=`spack location -i boost` \ >> -DDEAL_II_WITH_ARBORX=ON \ >> -DARBORX_DIR=`spack location -i arborx` \ >> -DMUPARSER_DIR=`spack location -i muparser` \ >> -DUMFPACK_DIR=`spack location -i suite-sparse` \ >> -DTBB_DIR=`spack location -i intel-tbb` \ >> -DZLIB_DIR=`spack location -i zlib-ng` \ >> -DDEAL_II_WITH_MPI:BOOL=ON \ >> -DCMAKE_C_COMPILER=$MPI_DIR/bin/mpicc \ >> -DCMAKE_CXX_COMPILER=$MPI_DIR/bin/mpic++ \ >> -DCMAKE_Fortran_COMPILER=$MPI_DIR/bin/mpif90 \ >> -DDEAL_II_CXX_FLAGS="-march=native -mtune=native -std=c++17" \ >> -DDEAL_II_CXX_FLAGS_RELEASE="-O3" \ >> -DGSL_DIR=`spack location -i gsl` \ >> -DDEAL_II_WITH_GSL:BOOL=ON \ >> -DCGAL_DIR=`spack location -i cgal` \ >> -DDEAL_II_WITH_CGAL:BOOL=ON \ >> -DHDF5_DIR=`spack location -i hdf5` \ >> -DDEAL_II_WITH_HDF5:BOOL=ON \ >> -DP4EST_DIR=`spack location -i p4est` \ >> -DDEAL_II_WITH_P4EST:BOOL=ON \ >> -DPETSC_DIR=`spack location -i petsc` \ >> -DDEAL_II_WITH_PETSC:BOOL=ON \ >> -DSLEPC_DIR=`spack location -i slepc` \ >> -DDEAL_II_WITH_SLEPC:BOOL=ON \ >> -DTRILINOS_DIR=`spack location -i trilinos` \ >> -DDEAL_II_WITH_TRILINOS:BOOL=ON \ >> -DMETIS_DIR=`spack location -i metis` \ >> -DDEAL_II_WITH_METIS:BOOL=ON \ >> -DDEAL_II_COMPONENT_DOCUMENTATION=OFF \ >> -DARPACK_DIR=`spack location -i arpack-ng` \ >> -DDEAL_II_WITH_ARPACK=ON \ >> -DDEAL_II_ARPACK_WITH_PARPACK=ON \ >> -DOPENCASCADE_DIR=`spack location -i oce` \ >> -DDEAL_II_WITH_OPENCASCADE=ON \ >> -DGMSH_DIR=$GMSH_DIR \ >> -DDEAL_II_WITH_GMSH=$DEAL_II_WITH_GMSH \ >> -DASSIMP_DIR=`spack location -i assimp` \ >> -DDEAL_II_WITH_ASSIMP=ON \ >> -DSUNDIALS_DIR=`spack location -i sundials` \ >> -DDEAL_II_WITH_SUNDIALS=ON \ >> -DADOLC_DIR=`spack location -i adol-c` \ >> -DDEAL_II_WITH_ADOLC=ON \ >> -DSCALAPACK_DIR=`spack location -i netlib-scalapack` \ >> -DDEAL_II_WITH_SCALAPACK=ON \ >> -DDEAL_II_WITH_GINKGO=ON \ >> -DGINKGO_DIR=`spack location -i ginkgo` \ >> -DDEAL_II_WITH_SYMENGINE=ON \ >> -DSYMENGINE_DIR=`spack location -i symengine` \ >> ../ >> >> >> -- >> 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 [email protected] >> <mailto:[email protected]>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/dealii/34DB1C30-B69D-4121-9FF8-1D934702C925%40gmail.com >> >> <https://groups.google.com/d/msgid/dealii/34DB1C30-B69D-4121-9FF8-1D934702C925%40gmail.com?utm_medium=email&utm_source=footer>. > > > -- > 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 [email protected] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/dealii/A1F7C697-C559-4F3C-8232-141DB3C1EACB%40gmail.com > > <https://groups.google.com/d/msgid/dealii/A1F7C697-C559-4F3C-8232-141DB3C1EACB%40gmail.com?utm_medium=email&utm_source=footer>. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/B2D50346-F1C8-46A3-9246-0896E274DD66%40gmail.com.
