bsc: disable hardening in some packages

This commit is contained in:
2021-04-21 19:42:37 +02:00
parent a4b8f8e94b
commit 760787858a
10 changed files with 15 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
doCheck = true;
enableParallelBuilding = true;
buildInputs = [ mpi ];
hardeningDisable = [ "all" ];
configureFlags = [
"CC=${mpi}/bin/mpicc"
"CXX=${mpi}/bin/mpicxx"