Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-pybind11: add symlinks to include, cmake, pkg-config dirs
@ 2023-05-21  1:21 chrysos349
  2023-05-21  1:26 ` classabbyamp
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: chrysos349 @ 2023-05-21  1:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 703 bytes --]

There is a new pull request by chrysos349 against master on the void-packages repository

https://github.com/chrysos349/void-packages python3-pybind11
https://github.com/void-linux/void-packages/pull/43981

python3-pybind11: add symlinks to include, cmake, pkg-config dirs
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)

#### Note
Before this change, cmake and pkg-config couldn't find the library.
P.S. I could've moved the dirs, but decided to play it safe, and create symlinks instead.

A patch file from https://github.com/void-linux/void-packages/pull/43981.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-pybind11-43981.patch --]
[-- Type: text/x-diff, Size: 1326 bytes --]

From 917c7325ddb003fdccd06b35615d8d95c06bf04a Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Sun, 21 May 2023 04:12:33 +0300
Subject: [PATCH] python3-pybind11: add symlinks to include, cmake, pkg-config
 dirs

---
 srcpkgs/python3-pybind11/template | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pybind11/template b/srcpkgs/python3-pybind11/template
index 3aab06ec04a2..b1e4fcfe3df9 100644
--- a/srcpkgs/python3-pybind11/template
+++ b/srcpkgs/python3-pybind11/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pybind11'
 pkgname=python3-pybind11
 version=2.10.4
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="cmake python3-setuptools
  python3-pytest python3-sphinx_rtd_theme python3-breathe"
@@ -48,4 +48,15 @@ post_install() {
 	_manpage=docs/.build/man/pybind11.1
 	vsed -i ${_manpage} -e '/^\.TH/ s/"1"/"7"/'
 	vman ${_manpage} pybind11.7
+
+	vmkdir /usr/include
+	vmkdir /usr/share/pkgconfig
+	vmkdir /usr/share/cmake
+
+	ln -s /${py3_sitelib}/pybind11/include/pybind11 \
+		${DESTDIR}/usr/include/pybind11
+	ln -s /${py3_sitelib}/pybind11/share/cmake/pybind11 \
+		${DESTDIR}/usr/share/cmake/pybind11
+	ln -s /${py3_sitelib}/pybind11/share/pkgconfig/pybind11.pc \
+		${DESTDIR}/usr/share/pkgconfig/pybind11.pc
 }

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-05-26 16:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-21  1:21 [PR PATCH] python3-pybind11: add symlinks to include, cmake, pkg-config dirs chrysos349
2023-05-21  1:26 ` classabbyamp
2023-05-21  1:54 ` chrysos349
2023-05-25 18:30 ` ahesford
2023-05-26 14:34 ` chrysos349
2023-05-26 15:28 ` ahesford
2023-05-26 16:03 ` chrysos349
2023-05-26 16:03 ` [PR PATCH] [Closed]: " chrysos349

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).