misc pkgs: Manual fixup pkgconfig nativeBuildInputs after sed
Importantly, this included regenerating pkgs/servers/x11/xorg, to clobber the old sed.
This commit is contained in:
@@ -7,9 +7,8 @@ stdenv.mkDerivation rec {
|
||||
url = "http://linalg.org/fflas-ffpack-${version}.tar.gz";
|
||||
sha256 = "02fr675278c65hfiy1chb903j4ix9i8yni1xc2g5nmsjcaf9vra9";
|
||||
};
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||
buildInputs = [ givaro_3_7 openblas gmpxx];
|
||||
nativeBuildInputs = [pkgconfig];
|
||||
configureFlags = "--with-blas=-lopenblas --with-gmp=${gmpxx.dev} --with-givaro=${givaro_3_7}";
|
||||
meta = {
|
||||
inherit version;
|
||||
|
||||
@@ -9,9 +9,8 @@ stdenv.mkDerivation rec {
|
||||
rev = "v${version}";
|
||||
sha256 = "0k1f4pb7azrm6ajncvg7vni7ixfmn6fssd5ld4xddbi6jqbsf9rd";
|
||||
};
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||
buildInputs = [ givaro (liblapack.override {shared = true;}) openblas];
|
||||
nativeBuildInputs = [pkgconfig];
|
||||
configureFlags = "--with-blas-libs=-lopenblas --with-lapack-libs=-llapack";
|
||||
meta = {
|
||||
inherit version;
|
||||
|
||||
Reference in New Issue
Block a user