mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-libs/ignition-math: add multilib support
Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit cmake-utils vcs-snapshot flag-o-matic
|
||||
inherit cmake-multilib vcs-snapshot flag-o-matic
|
||||
|
||||
DESCRIPTION="A small, fast, and high performance math library for robot applications"
|
||||
HOMEPAGE="http://ignitionrobotics.org/libraries/math"
|
||||
@@ -24,5 +24,5 @@ src_configure() {
|
||||
append-flags "-fPIC"
|
||||
echo "set (CMAKE_C_FLAGS_ALL \"${CXXFLAGS} \${CMAKE_C_FLAGS_ALL}\")" > "${S}/cmake/HostCFlags.cmake"
|
||||
sed -i -e "s/LINK_FLAGS_RELWITHDEBINFO \" \"/LINK_FLAGS_RELWITHDEBINFO \" ${LDFLAGS} \"/" cmake/DefaultCFlags.cmake || die
|
||||
cmake-utils_src_configure
|
||||
cmake-multilib_src_configure
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user