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
|
||||
, libtool
|
||||
, pkg-config
|
||||
, perl
|
||||
, numactl
|
||||
, hwloc
|
||||
, papi
|
||||
@ -25,6 +26,10 @@ stdenv.mkDerivation rec {
|
||||
ref = branch;
|
||||
};
|
||||
|
||||
prePatch = ''
|
||||
patchShebangs scripts/generate_config.sh
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
preConfigure = ''
|
||||
@ -43,6 +48,7 @@ stdenv.mkDerivation rec {
|
||||
automake
|
||||
libtool
|
||||
pkg-config
|
||||
perl
|
||||
boost
|
||||
numactl
|
||||
hwloc
|
||||
|
Loading…
Reference in New Issue
Block a user