petsc: do not build with p4est on aarch64

This commit is contained in:
Carsten Burstedde 2021-07-05 15:39:02 +02:00
parent 870b2847a4
commit 87da2a0414
No known key found for this signature in database
GPG Key ID: 94563D7C039E3390

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
};
mpiSupport = !withp4est || p4est.mpiSupport;
withp4est = petsc-withp4est;
withp4est = !stdenv.isAarch64 && petsc-withp4est;
nativeBuildInputs = [ python gfortran ];
buildInputs = [ blas lapack ]