Merge pull request #18394 from groxxda/gazebo
gazeboSimulator: fix builds
This commit is contained in:
commit
72f4bc9cf9
@ -15,6 +15,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
propagatedBuildInputs = [ cppzmq ];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace cmake/ignition-config.cmake.in --replace "@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_" "@CMAKE_INSTALL_"
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://ignitionrobotics.org/libraries/math;
|
||||
description = "Math library by Ingition Robotics, created for the Gazebo project";
|
||||
|
@ -16,6 +16,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
inherit name;
|
||||
|
||||
prePatch = ''
|
||||
substituteInPlace cmake/sdf_config.cmake.in --replace "@CMAKE_INSTALL_PREFIX@/@LIB_INSTALL_DIR@" "@LIB_INSTALL_DIR@"
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
buildInputs = [
|
||||
cmake boost ruby ignition.math2 tinyxml
|
||||
|
Loading…
Reference in New Issue
Block a user