xsimd: fix path in pkg-config file

main
Alexander Shpilkin 2 years ago committed by Artturin
parent 9b66b717b7
commit 6a0a4f9456
  1. 6
      pkgs/development/libraries/xsimd/default.nix

@ -25,6 +25,12 @@ stdenv.mkDerivation rec {
in
"-${builtins.concatStringsSep ":" filteredTests}";
# https://github.com/xtensor-stack/xsimd/issues/748
postPatch = ''
substituteInPlace xsimd.pc.in \
--replace '$'{prefix}/@CMAKE_INSTALL_LIBDIR@ @CMAKE_INSTALL_FULL_LIBDIR@
'';
meta = with lib; {
description = "C++ wrappers for SIMD intrinsics";
homepage = "https://github.com/xtensor-stack/xsimd";

Loading…
Cancel
Save