15
0
Files
pybind11-abseil/pybind11-abseil.changes
Matej Cepl 64842edcbe This fixes a number of problems in the current package, e.g. python extension modules installed in %{_libdir} (status.so), missing CMake files, etc. This now allows building for google-or-tools.
- Add pybind11_abseil.patch, ported from google-or-tools. Change
  target type from plain library to python extension. 
- Drop find-and-link-python-libs.patch -- python extension should
  not link to the python libraries explcitly
- Replace install-headers.patch with
  0001-Install-headers-and-CMake-development-files.patch -- for
  downstream users, also the CMake files are required

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/pybind11-abseil?expand=0&rev=3
2024-06-26 20:21:08 +00:00

24 lines
1022 B
Plaintext

-------------------------------------------------------------------
Sun Jun 16 18:00:35 UTC 2024 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Add pybind11_abseil.patch, ported from google-or-tools. Change
target type from plain library to python extension.
- Drop find-and-link-python-libs.patch -- python extension should
not link to the python libraries explcitly
- Replace install-headers.patch with
0001-Install-headers-and-CMake-development-files.patch -- for
downstream users, also the CMake files are required
-------------------------------------------------------------------
Fri Apr 26 18:20:46 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
- Initial package.
- Add patches to fix build:
* use-system-packages-if-possible.patch -- Allow the use of
system absl-cpp and pybind11 if available
* find-and-link-python-libs.patch -- Link against python
libraries to avoid undefined references
* install-headers.patch -- Install header files to appropriate
system includedirs