Fix NODES native dependencies
Move NODES build tools to nativeBuildInputs. This is needed for cross-compilation, given that build tools must much the build system. Reviewed-by: Rodrigo Arias Mallo <rodrigo.arias@bsc.es>
This commit is contained in:
parent
73e30d20e9
commit
48d67ef6c2
@ -69,12 +69,15 @@ in
|
|||||||
# disable all by default, which includes bindnow.
|
# disable all by default, which includes bindnow.
|
||||||
hardeningDisable = [ "all" ];
|
hardeningDisable = [ "all" ];
|
||||||
|
|
||||||
buildInputs = [
|
nativeBuildInputs = [
|
||||||
autoreconfHook
|
autoreconfHook
|
||||||
autoconf
|
autoconf
|
||||||
automake
|
automake
|
||||||
libtool
|
libtool
|
||||||
pkg-config
|
pkg-config
|
||||||
|
];
|
||||||
|
|
||||||
|
buildInputs = [
|
||||||
boost
|
boost
|
||||||
numactl
|
numactl
|
||||||
hwloc
|
hwloc
|
||||||
|
Loading…
Reference in New Issue
Block a user