mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/catkin: Set PYTHONPATH at configure time so that tests run against the version to install, not the installed one.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
@@ -68,6 +68,7 @@ catkin_src_configure_internal() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
export PYTHONPATH="${S}/python"
|
||||
local mycmakeargs=(
|
||||
"$(cmake-utils_use test CATKIN_ENABLE_TESTING)"
|
||||
"-DCATKIN_BUILD_BINARY_PACKAGE=ON"
|
||||
|
||||
@@ -68,6 +68,7 @@ catkin_src_configure_internal() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
export PYTHONPATH="${S}/python"
|
||||
local mycmakeargs=(
|
||||
"$(cmake-utils_use test CATKIN_ENABLE_TESTING)"
|
||||
"-DCATKIN_BUILD_BINARY_PACKAGE=ON"
|
||||
|
||||
Reference in New Issue
Block a user