diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-08-12 13:36:40 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-08-12 13:36:40 +0000 |
| commit | 69caace8c90d73bb9df3023f9cf94e8fe25fc57c (patch) | |
| tree | acae835fae16ee8c3af16d0be430010c46886c5b /dev-python/python_orocos_kdl | |
| parent | 7a4f63145bd8f325a46d629bb5df667e0e2ebff8 (diff) | |
| download | baldeagleos-repo-69caace8c90d73bb9df3023f9cf94e8fe25fc57c.tar.gz baldeagleos-repo-69caace8c90d73bb9df3023f9cf94e8fe25fc57c.tar.xz baldeagleos-repo-69caace8c90d73bb9df3023f9cf94e8fe25fc57c.zip | |
Adding metadata
Diffstat (limited to 'dev-python/python_orocos_kdl')
| -rw-r--r-- | dev-python/python_orocos_kdl/python_orocos_kdl-1.5.0.ebuild | 4 | ||||
| -rw-r--r-- | dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/dev-python/python_orocos_kdl/python_orocos_kdl-1.5.0.ebuild b/dev-python/python_orocos_kdl/python_orocos_kdl-1.5.0.ebuild index ec54ad1c4197..9332f5ac81ac 100644 --- a/dev-python/python_orocos_kdl/python_orocos_kdl-1.5.0.ebuild +++ b/dev-python/python_orocos_kdl/python_orocos_kdl-1.5.0.ebuild @@ -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 diff --git a/dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild b/dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild index ec54ad1c4197..9332f5ac81ac 100644 --- a/dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild +++ b/dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild @@ -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 |
