Disable extrae as is broken

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

View File

@ -12,11 +12,12 @@
, gfortran
, xml2
, which
, libbfd
, mpi ? null
, cuda ? null
, llvmPackages
, autoreconfHook
, python37Packages
#, python3Packages
, installShellFiles
, symlinkJoin
}:
@ -64,7 +65,8 @@ stdenv.mkDerivation rec {
xml2
which
libxml2.dev
#python37Packages.sphinx
libbfd
#python3Packages.sphinx
]
++ lib.optional stdenv.cc.isClang llvmPackages.openmp;

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 ];
}

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
tampi
# Tools
ovni
extrae
# extrae # Broken
wxparaver
# Runtimes
nanos6