forked from pool/pybind11-abseil
- 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
24 lines
1022 B
Plaintext
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
|
|
|