Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • MARQOV MARQOV
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 52
    • Issues 52
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MARQOVMARQOV
  • MARQOVMARQOV
  • Issues
  • #178
Closed
Open
Issue created Nov 10, 2021 by Manuel Schrauth@schrauthOwner

cmake issue

cmake won't run through on some machines (our workstations / itpa cluster). It complains about policies and SWIG

Found SWIG: /usr/bin/swig3.0 (found suitable version "3.0.10", minimum required is "3.0")
CMake Error at src/CMakeLists.txt:27 (cmake_policy):
  Policy "CMP0086" is not known to this version of CMake.


CMake Error at src/CMakeLists.txt:28 (cmake_policy):
  Policy "CMP0078" is not known to this version of CMake.


-- SWIG found: /usr/bin/swig3.0.
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.5m.so (found version "3.5.3")
-- Python found, building Python bindings
CMake Error at src/CMakeLists.txt:38 (swig_add_library):
  Unknown CMake command "swig_add_library".


-- Configuring incomplete, errors occurred!

On my personal laptop and on JULIA everything works fine. @fgoth any idea how this can be fixed?

Assignee
Assign to
Time tracking