SCOTCH v6 not properly detected by CMake if DOLFIN_SKIP_BUILD_TESTS is set

Issue #253 resolved
Chris Richardson created an issue

FindSCOTCH.cmake should check for SCOTCH_VERSION >=6 and adjust the list of included libraries, regardless of whether it runs the build tests or not.

Comments (16)

  1. Chris Richardson reporter
    • changed status to open

    This failed for me when compiling with SCOTCH downloaded by PETSc. I think it should check for ptscotch.h not scotch.h

  2. Chris Richardson reporter

    I guess it is because you can build PETSc with ptscotch but not scotch... It was crashing for me because I didn't have scotch.h

  3. Log in to comment