Include additional packs in foamConfigurePaths
Some packages are missing: -KaHIP -gperftools
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Link issues together to show that they're related. Learn more.
Activity
- Author
Also, it seems that the paraview version is not properly updated under config.sh/paraview.
- Maintainer
I'm not sure how much more I really want to expand
foamConfigurePaths
it is already a bit of a monster. I'll look into the paraview setting though.gperftools are purely optional, need to configure by hand.
Edited by Mark OLESEN - Maintainer
It must be something else. If I run this from the
$WM_PROJECT_DIR
with fairly arbitrary input:bin/tools/foamConfigurePaths -paraview 5.4321 -paraview-path /path/roger/ParaView-3.14159
The git diff shows me this:
--- a/etc/config.sh/paraview +++ b/etc/config.sh/paraview @@ -45 +45 @@ -ParaView_VERSION=5.4.1 +ParaView_VERSION=5.4321 @@ -113 +113 @@ then - export ParaView_DIR=$archDir/ParaView-$ParaView_VERSION + export ParaView_DIR=/path/roger/ParaView-3.14159
But using
-paraview 1.2.3
will not work. It only allows ParaView >= 5 versions since everything else is much too old. - Mark OLESEN mentioned in commit aebe6de524dcf0f2df164c15da72cf2da9078596
mentioned in commit aebe6de524dcf0f2df164c15da72cf2da9078596
- Maintainer
added kahip, gperftools is too specialized. ParaView was the odd one, specified with version number only.
Edited by Mark OLESEN - Mark OLESEN closed
closed