Fix shebang in nanos6 master
Also perl is a new dependency now
This commit is contained in:
parent
6f60e3cab2
commit
11601703ce
@ -4,6 +4,7 @@
|
|||||||
, autoconf
|
, autoconf
|
||||||
, libtool
|
, libtool
|
||||||
, pkg-config
|
, pkg-config
|
||||||
|
, perl
|
||||||
, numactl
|
, numactl
|
||||||
, hwloc
|
, hwloc
|
||||||
, papi
|
, papi
|
||||||
@ -25,6 +26,10 @@ stdenv.mkDerivation rec {
|
|||||||
ref = branch;
|
ref = branch;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
prePatch = ''
|
||||||
|
patchShebangs scripts/generate_config.sh
|
||||||
|
'';
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
@ -43,6 +48,7 @@ stdenv.mkDerivation rec {
|
|||||||
automake
|
automake
|
||||||
libtool
|
libtool
|
||||||
pkg-config
|
pkg-config
|
||||||
|
perl
|
||||||
boost
|
boost
|
||||||
numactl
|
numactl
|
||||||
hwloc
|
hwloc
|
||||||
|
Loading…
Reference in New Issue
Block a user