Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 381
    • Issues 381
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #1045

Closed
Open
Created Oct 17, 2018 by Admin@OpenFOAM-adminMaintainer

ccmToFoam and foamToCcm build error

the install location from makeCCMIO differs from what ccm/Allwmake for ccmToFoam and foamToCCm. So, Allwmake script failed to find libccm.so and compile ccmToFoam and foamToCCm.

I have a look at ccm/Allwmake script and etc/config.sh/ccm in OpenFOAM-plus source tree. Allwmake tries to find the library in $FOAM_LIBBIN but etc/config.sh/ccmio sets the library location to $WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$ccmio_version

the value from ccmio script is close to $FOAM_EXT_LIBBIN but not exactly.

makeCCMIO in ThirdParty-plus tries to install to $WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER which is set by the value defined in etc/tools/ThirdPartyFunctions and identical value by etc/config.sh/ccmio

I think Allwmake for ccmToFoam and foamToCcm should be modified to match the thirdparty library location to make to work the utilities for ccm.

Assignee
Assign to
Time tracking