mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 03:03:42 +00:00
petsc: do not build with p4est on aarch64
This commit is contained in:
parent
870b2847a4
commit
87da2a0414
@ -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 ]
|
||||
|
Loading…
Reference in New Issue
Block a user