Skip to content

Commit

Permalink
Merge #193163: onnxruntime: fix paths in pkg-config file
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Sep 27, 2022
2 parents 4b59241 + 0d873b3 commit 9f59caf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/libraries/onnxruntime/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ stdenv.mkDerivation rec {
postPatch = ''
substituteInPlace cmake/external/abseil-cpp.cmake \
--replace "${abseil.url}" "${abseil}"
substituteInPlace cmake/libonnxruntime.pc.cmake.in \
--replace '$'{prefix}/@CMAKE_INSTALL_ @CMAKE_INSTALL_
'';

postInstall = ''
Expand Down

0 comments on commit 9f59caf

Please sign in to comment.