mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-python/python_orocos_kdl: fix prestripped files
Closes: https://bugs.gentoo.org/806857 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
This commit is contained in:
@@ -10,6 +10,10 @@ if [ "${PV#9999}" != "${PV}" ] ; then
|
||||
EGIT_REPO_URI="https://github.com/orocos/orocos_kinematics_dynamics"
|
||||
fi
|
||||
|
||||
# pybind11 strips targets at build otherwise...
|
||||
# https://bugs.gentoo.org/806857
|
||||
CMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
|
||||
inherit ${SCM} python-r1 cmake
|
||||
|
||||
if [ "${PV#9999}" != "${PV}" ] ; then
|
||||
|
||||
@@ -10,6 +10,10 @@ if [ "${PV#9999}" != "${PV}" ] ; then
|
||||
EGIT_REPO_URI="https://github.com/orocos/orocos_kinematics_dynamics"
|
||||
fi
|
||||
|
||||
# pybind11 strips targets at build otherwise...
|
||||
# https://bugs.gentoo.org/806857
|
||||
CMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
|
||||
inherit ${SCM} python-r1 cmake
|
||||
|
||||
if [ "${PV#9999}" != "${PV}" ] ; then
|
||||
|
||||
Reference in New Issue
Block a user