Created
January 6, 2015 14:31
-
-
Save astrojuanlu/976e8dc7dd9050cf5d2c to your computer and use it in GitHub Desktop.
DOLFIN compilation error with PETSc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Performing C++ SOURCE FILE Test PETSC_CUSP_FOUND failed with the following output: | |
| Change Dir: /home/juanlu/miniconda3/conda-bld/work/dolfin-1.4.0/build/CMakeFiles/CMakeTmp | |
| Run Build Command:"/usr/bin/make" "cmTryCompileExec3430642007/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec3430642007.dir/build.make CMakeFiles/cmTryCompileExec3430642007.dir/build | |
| make[1]: Entering directory `/home/juanlu/miniconda3/conda-bld/work/dolfin-1.4.0/build/CMakeFiles/CMakeTmp' | |
| /home/juanlu/miniconda3/envs/_build/bin/cmake -E cmake_progress_report /home/juanlu/miniconda3/conda-bld/work/dolfin-1.4.0/build/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building CXX object CMakeFiles/cmTryCompileExec3430642007.dir/src.cxx.o | |
| /usr/bin/c++ -std=c++11 -DPETSC_CUSP_FOUND -fopenmp -I/home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/petsc/include -I/home/juanlu/miniconda3/envs/_build/include -o CMakeFiles/cmTryCompileExec3430642007.dir/src.cxx.o -c /home/juanlu/miniconda3/conda-bld/work/dolfin-1.4.0/build/CMakeFiles/CMakeTmp/src.cxx | |
| Linking CXX executable cmTryCompileExec3430642007 | |
| /home/juanlu/miniconda3/envs/_build/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3430642007.dir/link.txt --verbose=1 | |
| /usr/bin/c++ -std=c++11 -DPETSC_CUSP_FOUND -fopenmp CMakeFiles/cmTryCompileExec3430642007.dir/src.cxx.o -o cmTryCompileExec3430642007 -rdynamic /home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/petsc/lib/libpetsc.so -lmpich -lopa -lmpl -lrt -lpthread /home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/petsc/lib/libumfpack.a /home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/petsc/lib/libklu.a /home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/petsc/lib/libcholmod.a /home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/petsc/lib/libbtf.a /home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/petsc/lib/libccolamd.a /home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/petsc/lib/libcolamd.a /home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/petsc/lib/libcamd.a /home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/petsc/lib/libamd.a /home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/petsc/lib/libsuitesparseconfig.a -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lssl -lcrypto -lmpichf90 -lgfortran -lquadmath -lm -lmpichcxx -lstdc++ -lmpich -lopa -lmpl -lrt -lpthread -lgcc_s -ldl /home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/petsc/lib/libumfpack.a /home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/petsc/lib/libklu.a /home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/petsc/lib/libcholmod.a /home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/petsc/lib/libbtf.a /home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/petsc/lib/libccolamd.a /home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/petsc/lib/libcolamd.a /home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/petsc/lib/libcamd.a /home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/petsc/lib/libamd.a /home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/petsc/lib/libsuitesparseconfig.a -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lssl -lcrypto -lmpichf90 -lgfortran -lquadmath -lm -lmpichcxx -lstdc++ -lgcc_s -ldl -Wl,-rpath,/home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/petsc/lib | |
| make[1]: Leaving directory `/home/juanlu/miniconda3/conda-bld/work/dolfin-1.4.0/build/CMakeFiles/CMakeTmp' | |
| Return value: 1 | |
| Source file was: | |
| #include "petsc.h" | |
| int main() | |
| { | |
| #if PETSC_HAVE_CUSP | |
| return 0; | |
| #else | |
| return 1; | |
| #endif | |
| } | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| BUILD START: dolfin-1.4.0-py27_11 | |
| Fetching package metadata: .... | |
| Solving package specifications: .patching file cmake/modules/FindPETSc.cmake | |
| patching file cmake/modules/FindSLEPc.cmake | |
| -- The C compiler identification is GNU 4.8.2 | |
| -- The CXX compiler identification is GNU 4.8.2 | |
| -- Check for working C compiler: /usr/bin/cc | |
| -- Check for working C compiler: /usr/bin/cc -- works | |
| -- Detecting C compiler ABI info | |
| -- Detecting C compiler ABI info - done | |
| -- Check for working CXX compiler: /usr/bin/c++ | |
| -- Check for working CXX compiler: /usr/bin/c++ -- works | |
| -- Detecting CXX compiler ABI info | |
| -- Detecting CXX compiler ABI info - done | |
| -- Performing Test HAVE_PIPE | |
| -- Performing Test HAVE_PIPE - Success | |
| -- Performing Test HAVE_PEDANTIC | |
| -- Performing Test HAVE_PEDANTIC - Success | |
| -- Performing Test HAVE_STD_CPP11 | |
| -- Performing Test HAVE_STD_CPP11 - Success | |
| -- Performing Test HAVE_DEBUG | |
| -- Performing Test HAVE_DEBUG - Success | |
| -- Performing Test HAVE_O2_OPTIMISATION | |
| -- Performing Test HAVE_O2_OPTIMISATION - Success | |
| -- The Fortran compiler identification is GNU | |
| -- Check for working Fortran compiler: /usr/bin/gfortran | |
| -- Check for working Fortran compiler: /usr/bin/gfortran -- works | |
| -- Detecting Fortran compiler ABI info | |
| -- Detecting Fortran compiler ABI info - done | |
| -- Checking whether /usr/bin/gfortran supports Fortran 90 | |
| -- Checking whether /usr/bin/gfortran supports Fortran 90 -- yes | |
| -- Looking for sys/types.h | |
| -- Looking for sys/types.h - found | |
| -- Looking for stdint.h | |
| -- Looking for stdint.h - found | |
| -- Looking for stddef.h | |
| -- Looking for stddef.h - found | |
| -- Check size of size_t | |
| -- Check size of size_t - done | |
| -- Found MPI_C: /home/juanlu/miniconda3/envs/_build/lib/libmpich.so;/home/juanlu/miniconda3/envs/_build/lib/libopa.so;/home/juanlu/miniconda3/envs/_build/lib/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/x86_64-linux-gnu/libpthread.so | |
| -- Found MPI_CXX: /home/juanlu/miniconda3/envs/_build/lib/libmpichcxx.so;/home/juanlu/miniconda3/envs/_build/lib/libmpich.so;/home/juanlu/miniconda3/envs/_build/lib/libopa.so;/home/juanlu/miniconda3/envs/_build/lib/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/x86_64-linux-gnu/libpthread.so | |
| -- Found MPI_Fortran: /home/juanlu/miniconda3/envs/_build/lib/libmpichf90.so;/home/juanlu/miniconda3/envs/_build/lib/libmpichf90.so;/home/juanlu/miniconda3/envs/_build/lib/libmpich.so;/home/juanlu/miniconda3/envs/_build/lib/libopa.so;/home/juanlu/miniconda3/envs/_build/lib/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/x86_64-linux-gnu/libpthread.so | |
| -- Try OpenMP C flag = [-fopenmp] | |
| -- Performing Test OpenMP_FLAG_DETECTED | |
| -- Performing Test OpenMP_FLAG_DETECTED - Success | |
| -- Try OpenMP CXX flag = [-fopenmp] | |
| -- Performing Test OpenMP_FLAG_DETECTED | |
| -- Performing Test OpenMP_FLAG_DETECTED - Success | |
| -- Found OpenMP: -fopenmp | |
| -- Performing Test OPENMP_UINT_TEST_RUNS | |
| -- Performing Test OPENMP_UINT_TEST_RUNS - Success | |
| -- Boost version: 1.55.0 | |
| -- Found the following Boost libraries: | |
| -- filesystem | |
| -- program_options | |
| -- system | |
| -- thread | |
| -- iostreams | |
| -- UFC version: 1.4.0 | |
| -- Found Eigen3: /usr/include/eigen3 (Required is at least version "3.0.0") | |
| -- Found LibXml2: /home/juanlu/miniconda3/envs/_build/lib/libxml2.so (found version "2.9.0") | |
| -- Found PythonInterp: /home/juanlu/miniconda3/envs/_build/bin/python2 (found suitable version "2.7.9", minimum required is "2") | |
| -- NumPy header version 1.8.2 found | |
| -- Found SWIG: /home/juanlu/miniconda3/envs/_build/bin/swig (found version "3.0.2") | |
| -- Checking for package 'PETSc' | |
| -- PETSC_DIR is /home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/petsc | |
| -- PETSC_ARCH is empty | |
| -- Found petscconf.h | |
| -- Performing test PETSC_TEST_RUNS - Failed | |
| -- Performing test PETSC_TEST_3RD_PARTY_LIBS_RUNS - Success | |
| -- Performing Test PETSC_CUSP_FOUND | |
| -- Performing Test PETSC_CUSP_FOUND - Failed | |
| -- PETSc configured without Cusp support | |
| -- Found PETSc: /home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/petsc/lib/libpetsc.so;/home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/petsc/lib/libumfpack.a;/home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/petsc/lib/libklu.a;/home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/petsc/lib/libcholmod.a;/home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/petsc/lib/libbtf.a;/home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/petsc/lib/libccolamd.a;/home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/petsc/lib/libcolamd.a;/home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/petsc/lib/libcamd.a;/home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/petsc/lib/libamd.a;/home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/petsc/lib/libsuitesparseconfig.a;/home/juanlu/miniconda3/envs/_build/lib/libmkl_intel_lp64.so;/home/juanlu/miniconda3/envs/_build/lib/libmkl_sequential.so;/home/juanlu/miniconda3/envs/_build/lib/libmkl_core.so;/home/juanlu/miniconda3/envs/_build/lib/libssl.so;/home/juanlu/miniconda3/envs/_build/lib/libcrypto.so;/home/juanlu/miniconda3/envs/_build/lib/libmpichf90.so;/usr/lib/gcc/x86_64-linux-gnu/4.8/libgfortran.so;/usr/lib/gcc/x86_64-linux-gnu/4.8/libquadmath.so;/home/juanlu/miniconda3/envs/_build/lib/libm.so;/home/juanlu/miniconda3/envs/_build/lib/libmpichcxx.so;/usr/lib/gcc/x86_64-linux-gnu/4.8/libstdc++.so;/home/juanlu/miniconda3/envs/_build/lib/libmpich.so;/home/juanlu/miniconda3/envs/_build/lib/libopa.so;/home/juanlu/miniconda3/envs/_build/lib/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/gcc/x86_64-linux-gnu/4.8/libgcc_s.so;/usr/lib/x86_64-linux-gnu/libdl.so (Required is at least version "3.3") | |
| -- Checking for package 'SLEPc' | |
| -- SLEPC_DIR is /home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/slepc | |
| -- Performing test SLEPC_TEST_RUNS - Success | |
| -- Found SLEPc: /home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/slepc/lib/libslepc.so (Required is at least version "3.3") | |
| -- Checking for package 'PETSc4Py' | |
| -- petsc4py version 3.5.1 found | |
| -- ParMETIS could not be found/configured. (missing: PARMETIS_LIBRARIES PARMETIS_TEST_RUNS PARMETIS_INCLUDE_DIRS PARMETIS_VERSION PARMETIS_VERSION_OK) (Required is at least version "4.0.2") | |
| -- Checking for package 'SCOTCH-PT' | |
| -- SCOTCH could not be found. Be sure to set SCOTCH_DIR. (missing: SCOTCH_LIBRARIES SCOTCH_INCLUDE_DIRS SCOTCH_TEST_RUNS) | |
| -- Checking for package 'AMD' | |
| -- Looking for include file pthread.h | |
| -- Looking for include file pthread.h - found | |
| -- Looking for pthread_create | |
| -- Looking for pthread_create - found | |
| -- Found Threads: TRUE | |
| -- Looking for Fortran sgemm | |
| -- Looking for Fortran sgemm - found | |
| -- Checking for package 'UMFPACK' | |
| -- Checking for package 'AMD' | |
| -- Checking for package 'CHOLMOD' | |
| -- Checking for package 'AMD' | |
| -- A library with BLAS API found. | |
| -- Looking for Fortran cheev | |
| -- Looking for Fortran cheev - found | |
| -- Performing Test CHOLMOD_TEST_RUNS | |
| -- Performing Test CHOLMOD_TEST_RUNS - Success | |
| -- Performing Test UMFPACK_TEST_RUNS | |
| -- Performing Test UMFPACK_TEST_RUNS - Success | |
| -- Checking for package 'CHOLMOD' | |
| -- Checking for package 'AMD' | |
| -- A library with BLAS API found. | |
| -- Could NOT find HDF5 (missing: HDF5_LIBRARIES HDF5_INCLUDE_DIRS) | |
| -- PASTIX_LIBRARIES PASTIX_LIBRARY-NOTFOUND;/usr/lib/x86_64-linux-gnu/librt.so;/home/juanlu/miniconda3/envs/_build/lib/libm.so | |
| -- A library with BLAS API found. | |
| -- PaStiX could not be found. Be sure to set PASTIX_DIR. (missing: PASTIX_INCLUDE_DIRS PASTIX_TEST_RUNS PASTIX_VERSION PASTIX_VERSION_OK) | |
| -- Checking for Trilinos | |
| -- Unable to find Trilinos (>= 11.0.0) | |
| -- Trilinos could not be found | |
| -- Checking for package 'CGAL' | |
| -- CGAL could not be found. Be sure to set CGAL_DIR (missing: CGAL_LIBRARIES CGAL_INCLUDE_DIRS CGAL_TEST_RUNS CGAL_VERSION_OK) (Required is at least version "4.1") | |
| -- Found ZLIB: /home/juanlu/miniconda3/envs/_build/lib/libz.so (found version "1.2.7") | |
| -- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") | |
| -- checking for module 'cppunit' | |
| -- package 'cppunit' not found | |
| -- CPPUNIT could not be found. Be sure to set CPPUNIT_DIR. (missing: CPPUNIT_LIBRARIES CPPUNIT_INCLUDE_DIRS) | |
| -- Checking for package 'Sphinx' | |
| -- Found Sphinx: /home/juanlu/miniconda3/envs/_build/bin/sphinx-build (Required is at least version "1.1.0") | |
| -- Found unsuitable Qt version "" from NOTFOUND | |
| -- | |
| -- The following optional packages were found: | |
| -- ------------------------------------------- | |
| -- (OK) OPENMP | |
| -- (OK) MPI | |
| -- (OK) PETSC | |
| -- (OK) PETSC4PY | |
| -- (OK) SLEPC | |
| -- (OK) UMFPACK | |
| -- (OK) CHOLMOD | |
| -- (OK) ZLIB | |
| -- (OK) PYTHON | |
| -- (OK) SPHINX | |
| -- | |
| -- The following optional packages were not found: | |
| -- ----------------------------------------------- | |
| -- (**) TRILINOS | |
| -- (**) PASTIX | |
| -- (**) SCOTCH | |
| -- (**) PARMETIS | |
| -- (**) CGAL | |
| -- (**) HDF5 | |
| -- (**) VTK | |
| -- (**) QT | |
| -- | |
| -- | |
| -- Generating SWIG interface. | |
| -- -------------------------- | |
| -- Found unsuitable Qt version "" from NOTFOUND | |
| -- QT not found, or QT/VTK not enabled in DOLFIN. Not building demo_plot-qt | |
| -- Enabling generation of documentation. | |
| -- Initializing sphinx projects | |
| -- Enabling generation of html-documentation | |
| -- Configuring incomplete, errors occurred! | |
| See also "/home/juanlu/miniconda3/conda-bld/work/dolfin-1.4.0/build/CMakeFiles/CMakeOutput.log". | |
| See also "/home/juanlu/miniconda3/conda-bld/work/dolfin-1.4.0/build/CMakeFiles/CMakeError.log". | |
| The following NEW packages will be INSTALLED: | |
| boost: 1.55.0-1 | |
| cmake: 3.0.1-0 | |
| docutils: 0.12-py27_0 | |
| ffc: 1.4.0-py27_8 | |
| fiat: 1.4.0-py27_8 | |
| instant: 1.4.0-py27_8 | |
| jinja2: 2.7.3-py27_1 | |
| libxml2: 2.9.0-0 | |
| markupsafe: 0.23-py27_0 | |
| mkl: 11.1-np18py27_p3 | |
| mkl-rt: 11.1-p0 | |
| mkl-service: 1.0.0-py27_p1 | |
| mpi4py: 1.3-py27_0 | |
| mpich2: 1.4.1p1-0 | |
| numexpr: 2.3.1-np18py27_0 | |
| numpy: 1.8.2-py27_0 | |
| openssl: 1.0.1j-4 | |
| pcre: 8.31-0 | |
| petsc: 3.5.2-py27_1 | |
| petsc4py: 3.5.1-py27_1 | |
| ply: 3.4-py27_0 | |
| pygments: 1.6-py27_0 | |
| python: 2.7.9-1 | |
| readline: 6.2-2 | |
| scientificpython: 2.9.4-py27_8 | |
| scikit-learn: 0.15.0b1-np18py27_0 | |
| scipy: 0.14.0-np18py27_0 | |
| setuptools: 7.0-py27_0 | |
| slepc: 3.5.1-py27_1 | |
| sphinx: 1.2.3-py27_0 | |
| sqlite: 3.8.4.1-0 | |
| swig: 3.0.2-0 | |
| system: 5.8-1 | |
| tk: 8.5.15-0 | |
| ufl: 1.4.0-py27_8 | |
| zlib: 1.2.7-2 | |
| Linking packages ... | |
| | | 0% | |
| [sqlite ] |# | 2% | |
| [readline ] |## | 5% | |
| [boost ] |#### | 8% | |
| [zlib ] |##### | 11% | |
| [mkl-rt ] |###### | 13% | |
| [mpich2 ] |######## | 16% | |
| [openssl ] |######### | 19% | |
| [cmake ] |########## | 22% | |
| [tk ] |############ | 25% | |
| [pcre ] |############# | 27% | |
| [system ] |############## | 30% | |
| [libxml2 ] |################ | 33% | |
| [swig ] |################# | 36% | |
| [python ] |################### | 38% | |
| [pygments ] |#################### | 41% | |
| [ply ] |##################### | 44% | |
| [instant ] |####################### | 47% | |
| [ufl ] |######################## | 50% | |
| [mkl-service ] |######################### | 52% | |
| [mpi4py ] |########################### | 55% | |
| [markupsafe ] |############################ | 58% | |
| [setuptools ] |############################# | 61% | |
| [docutils ] |############################### | 63% | |
| [numpy ] |################################ | 66% | |
| [numexpr ] |################################## | 69% | |
| [scientificpython ] |################################### | 72% | |
| [jinja2 ] |#################################### | 75% | |
| [scipy ] |###################################### | 77% | |
| [scikit-learn ] |####################################### | 80% | |
| [sphinx ] |######################################## | 83% | |
| [fiat ] |########################################## | 86% | |
| [mkl ] |########################################### | 88% | |
| [ffc ] |############################################ | 91% | |
| [petsc ] |############################################## | 94% | |
| [petsc4py ] |############################################### | 97% | |
| [slepc ] |#################################################| 100% | |
| [ COMPLETE ] |#################################################| 100% | |
| This is an install message from the boost package. | |
| Removing old work directory | |
| Source cache directory is: /home/juanlu/miniconda3/conda-bld/src_cache | |
| Found source in cache: dolfin-1.4.0.tar.gz | |
| Extracting download | |
| Applying patch: '/home/juanlu/Development/Python/conda-recipes/dolfin/find_petsc.patch' | |
| Applying patch: '/home/juanlu/Development/Python/conda-recipes/dolfin/find_slepc.patch' | |
| Package: dolfin-1.4.0-py27_11 | |
| source tree in: /home/juanlu/miniconda3/conda-bld/work/dolfin-1.4.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| + mkdir build | |
| + cd build | |
| + export AMD_DIR=/home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/petsc | |
| + AMD_DIR=/home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/petsc | |
| + export UMFPACK_DIR=/home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/petsc | |
| + UMFPACK_DIR=/home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/petsc | |
| + export CHOLMOD_DIR=/home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/petsc | |
| + CHOLMOD_DIR=/home/juanlu/miniconda3/envs/_build/lib/python2.7/site-packages/petsc | |
| + cmake .. -DCMAKE_INSTALL_PREFIX=/home/juanlu/miniconda3/envs/_build -DCMAKE_INCLUDE_PATH=/home/juanlu/miniconda3/envs/_build/include -DCMAKE_LIBRARY_PATH=/home/juanlu/miniconda3/envs/_build/lib | |
| fatal: Not a git repository (or any of the parent directories): .git | |
| CMake Error at cmake/modules/FindSCOTCH.cmake:124 (file): | |
| file STRINGS file | |
| "/home/juanlu/miniconda3/conda-bld/work/dolfin-1.4.0/SCOTCH_INCLUDE_DIRS-NOTFOUND/scotch.h" | |
| cannot be read. | |
| Call Stack (most recent call first): | |
| CMakeLists.txt:396 (find_package) | |
| CMake Error at cmake/modules/FindSCOTCH.cmake:125 (string): | |
| string sub-command REGEX, mode MATCH needs at least 5 arguments total to | |
| command. | |
| Call Stack (most recent call first): | |
| CMakeLists.txt:396 (find_package) | |
| CMake Error at cmake/modules/FindSCOTCH.cmake:126 (string): | |
| string sub-command REGEX, mode MATCH needs at least 5 arguments total to | |
| command. | |
| Call Stack (most recent call first): | |
| CMakeLists.txt:396 (find_package) | |
| CMake Warning at cmake/modules/FindCGAL.cmake:46 (find_package): | |
| Could not find a package configuration file provided by "CGAL" with any of | |
| the following names: | |
| CGALConfig.cmake | |
| cgal-config.cmake | |
| Add the installation prefix of "CGAL" to CMAKE_PREFIX_PATH or set | |
| "CGAL_DIR" to a directory containing one of the above files. If "CGAL" | |
| provides a separate development package or SDK, be sure it has been | |
| installed. | |
| Call Stack (most recent call first): | |
| CMakeLists.txt:512 (find_package) | |
| CMake Warning at CMakeLists.txt:549 (find_package): | |
| Could not find a package configuration file provided by "VTK" with any of | |
| the following names: | |
| VTKConfig.cmake | |
| vtk-config.cmake | |
| Add the installation prefix of "VTK" to CMAKE_PREFIX_PATH or set "VTK_DIR" | |
| to a directory containing one of the above files. If "VTK" provides a | |
| separate development package or SDK, be sure it has been installed. | |
| CMake Warning (dev) at build/dolfin/swig/modules/mesh/CMakeLists.txt:54 (get_target_property): | |
| Policy CMP0026 is not set: Disallow use of the LOCATION target property. | |
| Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy | |
| command to set the policy and suppress this warning. | |
| The LOCATION property should not be read from target "_mesh". Use the | |
| target name directly with add_custom_command, or use the generator | |
| expression $<TARGET_FILE>, as appropriate. | |
| This warning is for project developers. Use -Wno-dev to suppress it. | |
| CMake Warning (dev) at build/dolfin/swig/modules/la/CMakeLists.txt:54 (get_target_property): | |
| Policy CMP0026 is not set: Disallow use of the LOCATION target property. | |
| Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy | |
| command to set the policy and suppress this warning. | |
| The LOCATION property should not be read from target "_la". Use the target | |
| name directly with add_custom_command, or use the generator expression | |
| $<TARGET_FILE>, as appropriate. | |
| This warning is for project developers. Use -Wno-dev to suppress it. | |
| CMake Warning (dev) at build/dolfin/swig/modules/io/CMakeLists.txt:54 (get_target_property): | |
| Policy CMP0026 is not set: Disallow use of the LOCATION target property. | |
| Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy | |
| command to set the policy and suppress this warning. | |
| The LOCATION property should not be read from target "_io". Use the target | |
| name directly with add_custom_command, or use the generator expression | |
| $<TARGET_FILE>, as appropriate. | |
| This warning is for project developers. Use -Wno-dev to suppress it. | |
| CMake Warning (dev) at build/dolfin/swig/modules/function/CMakeLists.txt:54 (get_target_property): | |
| Policy CMP0026 is not set: Disallow use of the LOCATION target property. | |
| Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy | |
| command to set the policy and suppress this warning. | |
| The LOCATION property should not be read from target "_function". Use the | |
| target name directly with add_custom_command, or use the generator | |
| expression $<TARGET_FILE>, as appropriate. | |
| This warning is for project developers. Use -Wno-dev to suppress it. | |
| CMake Warning (dev) at build/dolfin/swig/modules/fem/CMakeLists.txt:54 (get_target_property): | |
| Policy CMP0026 is not set: Disallow use of the LOCATION target property. | |
| Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy | |
| command to set the policy and suppress this warning. | |
| The LOCATION property should not be read from target "_fem". Use the | |
| target name directly with add_custom_command, or use the generator | |
| expression $<TARGET_FILE>, as appropriate. | |
| This warning is for project developers. Use -Wno-dev to suppress it. | |
| CMake Warning (dev) at build/dolfin/swig/modules/common/CMakeLists.txt:54 (get_target_property): | |
| Policy CMP0026 is not set: Disallow use of the LOCATION target property. | |
| Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy | |
| command to set the policy and suppress this warning. | |
| The LOCATION property should not be read from target "_common". Use the | |
| target name directly with add_custom_command, or use the generator | |
| expression $<TARGET_FILE>, as appropriate. | |
| This warning is for project developers. Use -Wno-dev to suppress it. | |
| CMake Warning (dev) at dolfin/CMakeLists.txt:396 (get_target_property): | |
| Policy CMP0026 is not set: Disallow use of the LOCATION target property. | |
| Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy | |
| command to set the policy and suppress this warning. | |
| The LOCATION property should not be read from target "dolfin". Use the | |
| target name directly with add_custom_command, or use the generator | |
| expression $<TARGET_FILE>, as appropriate. | |
| This warning is for project developers. Use -Wno-dev to suppress it. | |
| CMake Warning at demo/undocumented/plot-qt/cpp/CMakeLists.txt:39 (find_package): | |
| Could not find a package configuration file provided by "VTK" with any of | |
| the following names: | |
| VTKConfig.cmake | |
| vtk-config.cmake | |
| Add the installation prefix of "VTK" to CMAKE_PREFIX_PATH or set "VTK_DIR" | |
| to a directory containing one of the above files. If "VTK" provides a | |
| separate development package or SDK, be sure it has been installed. | |
| Command failed: /bin/bash -x -e /home/juanlu/Development/Python/conda-recipes/dolfin/build.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment