Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 426
    • Issues 426
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #178
Closed
Open
Issue created Jul 11, 2016 by Prashant Sonakar@PrashantDeveloper

BUG: wrmo couldn't trace the location of Make directory

If we have soft-link to installation directory in $HOME/OpenFOAM (i.e. we don't change FOAM_INST_DIR and keep it to default)

src/Allwmake fails in finding Make directory.

e.g. Moved installation files within directory 'innerPath' and added on line 66 of wmake/scripts/wmakeFunctions

    echo "path is $1"
    echo "exp path is $exPath"

we get output of Allwmake

+ wmakePrintBuild -check
no git description found
+ wrmo OpenFOAM/global/global.o
path is .
exp path is /hosts/pnq073/home/sonakar/OpenFOAM/innerPath/OpenFOAM-v1606+/src
path is ./..
exp path is /hosts/pnq073/home/sonakar/OpenFOAM/innerPath/OpenFOAM-v1606+
path is ./../..
exp path is /hosts/pnq073/home/sonakar/OpenFOAM/innerPath
path is ./../../..
exp path is /hosts/pnq073/home/sonakar/OpenFOAM
path is ./../../../..
exp path is /hosts/pnq073/home/sonakar
wrmo error: could not find Make directory

@mark @andy @Anshul

Assignee
Assign to
Time tracking