Richard
Richard
I don't want to open a new issue for this just yet, but should the SOVERSION of the library be set to something? It's really required for Fedora so if...
Sounds good to me as long as I have a single self-contained archive that I can use for packaging :)
Trying to update to 9.7.0.1 and getting this when running prepare.py: ``` Traceback (most recent call last): File "/tmp/smesh-e3nc0Cuvth/prepare.py", line 149, in prepare_netgen() File "/tmp/smesh-e3nc0Cuvth/prepare.py", line 17, in prepare_netgen shutil.copytree('external/Netgen/libsrc',...
Never mind, I had forgotten about `--recurse-submodules`.
I added a `using std::swap` and changed it to just `swap` and that fixed it for now.
9.8.0.2 still exhibits the same problem for me. My workaround for now is: ``` Index: smesh-9.7.0.1/src/SMESH/src/SMESH/SMESH_MeshEditor.cxx =================================================================== --- smesh-9.7.0.1.orig/src/SMESH/src/SMESH/SMESH_MeshEditor.cxx +++ smesh-9.7.0.1/src/SMESH/src/SMESH/SMESH_MeshEditor.cxx @@ -4304,10 +4304,11 @@ void SMESH_MeshEditor::sweepElement(cons bool sameOrder =...
While a local build succeeded the official build failed with a new error on Fedora Rawhide: ``` /builddir/build/BUILD/smesh-9.8.0.2/src/Netgen/libsrc/core/table.hpp: At global scope: /builddir/build/BUILD/smesh-9.8.0.2/src/Netgen/libsrc/core/table.hpp:104:26: error: redefinition of 'size_t* ngcore::TablePrefixSum(FlatArray)' 104 | NETGEN_INLINE...
I haven't had a chance to debug. I'm on vacation this week but will take a look when I get back. Hopefuly something simple.
Adding a +1 here. Fedora is looking to retire pcre for F37 or F38.
Seeing that the last commit was in 2018 I don't think it's going to happen