Dear all I am trying to install on a new machine running opensuse tumbleweed.
I installed packages using spack $ spack find *==>* 37 installed packages. -- linux-opensuse20161212-x86_64 / gcc@6 ------------------------ [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] I would like to compile deal.II from git on my own. I configure deal.II like this DEAL_II_DIR=/opt/deal.II TRILINOS_DIR=`spack location -i trilinos` P4EST_DIR=`spack location -i p4est` METIS_DIR=`spack location -i metis` HDF5_DIR=`spack location -i hdf5` PETSC_DIR=`spack location -i petsc` SLEPC_DIR=`spack location -i slepc` UMFPACK_DIR=`spack location -i suitesparse` cmake -DCMAKE_INSTALL_PREFIX=$DEAL_II_DIR \ -DCMAKE_C_COMPILER="mpicc" \ -DCMAKE_CXX_COMPILER="mpicxx" \ -DDEAL_II_COMPONENT_DOCUMENTATION=OFF \ -DDEAL_II_WITH_UMFPACK=ON \ -DUMFPACK_DIR=$UMFPACK_DIR \ -DDEAL_II_WITH_THREADS=ON \ -DDEAL_II_WITH_TRILINOS=ON \ -DTRILINOS_DIR=$TRILINOS_DIR \ -DDEAL_II_WITH_PETSC=ON \ -DPETSC_DIR=$PETSC_DIR \ -DDEAL_II_WITH_SLEPC=ON \ -DSLEPC_DIR=$SLEPC_DIR \ -DDEAL_II_WITH_MPI=ON \ -DDEAL_II_WITH_P4EST=ON \ -DP4EST_DIR=$P4EST_DIR \ -DDEAL_II_WITH_METIS=ON \ -DMETIS_DIR=$METIS_DIR \ -DDEAL_II_WITH_HDF5=ON \ -DHDF5_DIR=$HDF5_DIR \ -DDEAL_II_WITH_NETCDF=OFF \ -DDEAL_II_WITH_OPENCASCADE=OFF \ -DOPENCASCADE_DIR=$CASROOT \ -DDEAL_II_WITH_GSL=OFF \ .. While running cmake, it is stuck at -- Performing Test DEAL_II_HAVE_USABLE_FLAGS_DEBUG Do you know what could be the problem ? Thanks praveen -- 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]. For more options, visit https://groups.google.com/d/optout.
