pinocchio: 3.2.0 -> 3.3.0 (#354231)

authored by

Weijia Wang and committed by
GitHub
502d2808 a9da88a2

+2 -9
+2 -9
pkgs/by-name/pi/pinocchio/package.nix
··· 21 21 22 22 stdenv.mkDerivation (finalAttrs: { 23 23 pname = "pinocchio"; 24 - version = "3.2.0"; 24 + version = "3.3.0"; 25 25 26 26 src = fetchFromGitHub { 27 27 owner = "stack-of-tasks"; 28 28 repo = "pinocchio"; 29 29 rev = "v${finalAttrs.version}"; 30 - hash = "sha256-8V+n1TwFojXKOVkGG8k9aXVadt2NBFlZKba93L+NRNU="; 30 + hash = "sha256-8lRGdtN3V0pfRH3f70H8n2pt5CGQkUY1wKg9gUY0toQ="; 31 31 }; 32 32 33 33 outputs = [ ··· 52 52 53 53 # silence matplotlib warning 54 54 export MPLCONFIGDIR=$(mktemp -d) 55 - ''; 56 - 57 - # CMAKE_BUILD_TYPE defaults to Release in this package, 58 - # which enable -O3, which break some tests 59 - # ref. https://github.com/stack-of-tasks/pinocchio/issues/2304#issuecomment-2231018300 60 - postConfigure = '' 61 - substituteInPlace CMakeCache.txt --replace-fail '-O3' '-O2' 62 55 ''; 63 56 64 57 strictDeps = true;