Fix cross for tagaspi
All checks were successful
CI / build:cross (pull_request) Successful in 5s
CI / build:all (pull_request) Successful in 18m8s

This commit is contained in:
Aleix Boné 2025-10-10 11:56:18 +02:00
parent 9f5ff8df5a
commit 89442e6af8
No known key found for this signature in database

View File

@ -9,7 +9,6 @@
, automake
, libtool
, mpi
, rsync
, gfortran
}:
@ -50,7 +49,18 @@ stdenv.mkDerivation rec {
"CXXFLAGS=-fPIC"
];
buildInputs = [ slurm mpiAll rdma-core-all autoconf automake libtool rsync gfortran ];
nativeBuildInputs = [
autoconf
automake
gfortran
libtool
];
buildInputs = [
slurm
mpiAll
rdma-core-all
];
hardeningDisable = [ "all" ];