|
[Sponsors] |
[OpenFOAM.org] Dependency tetPoints.H --> tetPointRef.H OF-dev |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 2, 2017, 01:34 |
Dependency tetPoints.H --> tetPointRef.H OF-dev
|
#1 |
New Member
Bernard
Join Date: Feb 2017
Posts: 4
Rep Power: 9 |
Edit: with more errors at compilation, I removed all dep files and started the compilation from scratch. that seemed to do the trick.
Hi all, I encountered an error when pulling and recompiling Weller's OF-dev version. The file "tetPoints.H" is still a dependency for many of the C files in src/OpenFOAM. It seems this file has recently changed to tetPointRef.H and has been pared down, although I checked the commit history and it is a completely new file. As I type this, "tetPoints.H" is also giving me grief elsewhere in the compilation process. Here's my solution. Code:
cd $FOAM_SRC grep -rl tetPoints.H . | xargs sed -i 's/tetPoints.H/tetPointRef.H/g' To anyone higher up, please let me know if this approach is wrong. Last edited by berny.tuegs; June 2, 2017 at 03:15. Reason: I found a better solution. |
|
June 4, 2017, 17:52 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Quick answer: In the following page are instructions on how to update your installation when building from source code: https://openfoam.org/download/source...ling-openfoam/
__________________
|
|
Tags |
compilation, error, tetpoints.h |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[swak4Foam] funkyDoCalc with OF2.3 massflow | NiFl | OpenFOAM Community Contributions | 14 | November 25, 2020 04:30 |
polynomial BC | srv537 | OpenFOAM Pre-Processing | 4 | December 3, 2016 10:07 |
[Other] How to use finite area method in official OpenFOAM 2.2.0? | Detian Liu | OpenFOAM Meshing & Mesh Conversion | 4 | November 3, 2015 04:04 |
[foam-extend.org] problem when installing foam-extend-1.6 | Thomas pan | OpenFOAM Installation | 7 | September 9, 2015 22:53 |
DecomposePar links against liblamso0 with OpenMPI | jens_klostermann | OpenFOAM Bugs | 11 | June 28, 2007 18:51 |