Merge pull request #28508 from juliendehos/eigen3
eigen: fix configuration file for pkg-config
This commit is contained in:
commit
3709a864df
1 changed files with 5 additions and 1 deletions
|
@ -13,7 +13,11 @@ stdenv.mkDerivation {
|
|||
};
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
|
||||
postInstall = ''
|
||||
sed -e '/Cflags:/s@''${prefix}/@@' -i "$out"/share/pkgconfig/eigen3.pc
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "C++ template library for linear algebra: vectors, matrices, and related algorithms";
|
||||
license = licenses.lgpl3Plus;
|
||||
|
|
Loading…
Reference in a new issue