Disable extrae as is broken

This commit is contained in:
2023-04-11 20:32:49 +02:00
parent a46a2ee794
commit 03c7256767
4 changed files with 7 additions and 11 deletions

View File

@@ -10,9 +10,7 @@
, numactl
, hwloc
, papi
, extrae
, boost
, babeltrace2
, ovni
, enableJemalloc ? true
, jemalloc ? null
@@ -48,7 +46,6 @@ stdenv.mkDerivation rec {
'';
configureFlags = [
"--with-babeltrace2=${babeltrace2}"
"--with-ovni=${ovni}"
] ++
(optional enableJemalloc "--with-jemalloc=${jemalloc}") ++
@@ -71,8 +68,7 @@ stdenv.mkDerivation rec {
numactl
hwloc
papi
babeltrace2
ovni
] ++ (if (extrae != null) then [extrae] else []);
];
}

View File

@@ -9,7 +9,6 @@
, numactl
, hwloc
, papi
, extrae
, boost
, autoreconfHook
, enableJemalloc ? true
@@ -61,6 +60,5 @@ stdenv.mkDerivation rec {
boost
numactl
hwloc
papi ]
++ (if (extrae != null) then [extrae] else []);
papi ];
}