Debian Patches
Status for sfcgal/2.2.0-3
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| sfcgal-config.patch | Add gmpxx to `sfcgal-config --libs`. Fixes link errors: . /usr/bin/ld: /usr/lib/x86_64-linux-gnu/libSFCGAL.so: undefined reference to `operator>>(std::istream&, __mpz_struct*)' /usr/bin/ld: /usr/lib/x86_64-linux-gnu/libSFCGAL.so: undefined reference to `operator<<(std::ostream&, __mpz_struct const*)' |
Bas Couwenberg <sebastic@debian.org> | not-needed | |||
| boost1.89.patch | Fix compilation with boost 1.89 In the upcoming Boost 1.89.0 release, Boost.System stub has been removed which causes CMake error: . ``` CMake Error at /opt/homebrew/lib/cmake/Boost-1.89.0/BoostConfig.cmake:141 (find_package): Could not find a package configuration file provided by "boost_system" (requested version 1.89.0) with any of the following names: . boost_systemConfig.cmake boost_system-config.cmake ``` . This issue is fixed by dropping `system` from the `COMPONENTS` as it's not needed since 1.69. With this change, boost minimum version to build SFCGAL is now 1.69.0. This should not be an issue as this version was released in 2018. |
Jean Felder <jean.felder@oslandia.com> | yes | upstream | https://gitlab.com/sfcgal/SFCGAL/-/commit/9b044794ab95758c56a51f51a98adcb3ef874060 |
