Commit 29340b77 authored by Doron Behar's avatar Doron Behar
Browse files

qrupdate: disable a failing test on x86_64-darwin

parent 54866f71
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -30,6 +30,11 @@ stdenv.mkDerivation (finalAttrs: {
    ])}"
  ];

  # https://github.com/mpimd-csc/qrupdate-ng/issues/4
  patches = lib.optionals (stdenv.isDarwin && stdenv.isx86_64) [
    ./disable-zch1dn-test.patch
  ];

  doCheck = true;

  nativeBuildInputs = [
+13 −0
Original line number Diff line number Diff line
diff --git i/test/tch1dn.f w/test/tch1dn.f
index 25ec990..3f83e7e 100644
--- i/test/tch1dn.f
+++ w/test/tch1dn.f
@@ -34,8 +34,6 @@ c
       call dtest(n)
       write (*,*) 'cch1dn test:'
       call ctest(n)
-      write (*,*) 'zch1dn test:'
-      call ztest(n)
 
       call pstats
       end program