TetGen: patch upstream to fix crash - #3611
Conversation
| # the previous 1.5 version this does not happen. | ||
| # | ||
| mv tetgen.cxx tmp.cxx | ||
| sed -e "s/tetrahedrons->items \* 10/(tetrahedrons->items + 100) * 10/g" tmp.cxx > tetgen.cxx |
There was a problem hiding this comment.
Upstream situtation is a little bit nonstandard. The UFZ repo referred to in the script is a github version of the upstream source available as download from tetgen.org (hosted at wias-berlin.de) after filling a download form. This is for historical reasons when open source was seen with suspicion etc., I am personally involved into this almost from beginning...
So I could send this as a PR to "semi-upstream" at UFZ, but the also prefer to keep it "as is":
ufz/tetgen#1 (comment) , so I decided for this PR.
The optimal course of action would start with having an official upstream repo. I will try to fix this situation at wias-berlin.de, which hopefully can be resolved in a couple of weeks. If this works I would let the UFZ people know and try to set up a proper workflow with the author Hang Si and modify the script accordingly.
Meanwhile I propose to accept this PR as a short-time solution.
There was a problem hiding this comment.
That is.... hilariously German.
Co-authored-by: Juergen Fuhrmann <juergen.fuhrmann@wias-berlin.de>
No description provided.