> On 17 Dec 2016, at 12:59, Praveen C <[email protected]> wrote:
>
> I used instructions on wiki like this
>
> DEAL_II_VIEW=/home/soft
>
> cmake \
> -DCMAKE_FIND_FRAMEWORK=LAST \
> -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=FALSE \
> -DCMAKE_INSTALL_RPATH=${DEAL_II_VIEW} \
> -DCMAKE_BUILD_TYPE=DebugRelease \
> -DDEAL_II_COMPONENT_EXAMPLES=ON \
> -DDEAL_II_WITH_THREADS:BOOL=ON \
> -DBOOST_DIR=${DEAL_II_VIEW} \
> -DBZIP2_DIR=${DEAL_II_VIEW} \
> -DMUPARSER_DIR=${DEAL_II_VIEW} \
> -DUMFPACK_DIR=${DEAL_II_VIEW} \
> -DTBB_DIR=${DEAL_II_VIEW} \
> -DZLIB_DIR=${DEAL_II_VIEW} \
> -DDEAL_II_WITH_MPI:BOOL=ON \
> -DCMAKE_C_COMPILER=${DEAL_II_VIEW}/bin/mpicc \
> -DCMAKE_CXX_COMPILER=${DEAL_II_VIEW}/bin/mpic++ \
> -DCMAKE_Fortran_COMPILER=${DEAL_II_VIEW}/bin/mpif90 \
> -DGSL_DIR=${DEAL_II_VIEW} \
> -DDEAL_II_WITH_GSL:BOOL=ON \
> -DHDF5_DIR=${DEAL_II_VIEW} \
> -DDEAL_II_WITH_HDF5:BOOL=ON \
> -DP4EST_DIR=${DEAL_II_VIEW} \
> -DDEAL_II_WITH_P4EST:BOOL=ON \
> -DPETSC_DIR=${DEAL_II_VIEW} \
> -DDEAL_II_WITH_PETSC:BOOL=ON \
> -DSLEPC_DIR=${DEAL_II_VIEW} \
> -DDEAL_II_WITH_SLEPC:BOOL=ON \
> -DTRILINOS_DIR=${DEAL_II_VIEW} \
> -DDEAL_II_WITH_TRILINOS:BOOL=ON \
> -DMETIS_DIR=${DEAL_II_VIEW} \
> -DDEAL_II_WITH_METIS:BOOL=ON \
> -DDEAL_II_COMPONENT_DOCUMENTATION=OFF \
> -DARPACK_DIR=${DEAL_II_VIEW} \
> -DDEAL_II_WITH_ARPACK=ON \
> -DDEAL_II_ARPACK_WITH_PARPACK=ON \
> -DNETCDF_DIR=${DEAL_II_VIEW} \
> -DOPENCASCADE_DIR=${DEAL_II_VIEW} \
> -DDEAL_II_WITH_OPENCASCADE=ON \
> ../
That all looks fine, with an exception of missing Lapack. I presume you
installed with the default Openblas? If so, add
-DLAPACK_FOUND=true -DLAPACK_INCLUDE_DIRS=${DEAL_II_VIEW}/include
-DLAPACK_LIBRARIES=${DEAL_II_VIEW}/lib/libopenblas.so
As for the original question, do still have the issue? If so, can you upload
here CMakeError.log and CMakeOutput.log ?
p.s. the versions of those files you uploaded to Spack do not correspond to the
manual build via FilesystemView.
Some of the errors there are due to the wrong path to Netcdf libs, which shall
be fixed by https://github.com/LLNL/spack/pull/2616
Regards,
Denis.
--
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.