odes icon indicating copy to clipboard operation
odes copied to clipboard

Build fails with sundials 6.3.0

Open onny opened this issue 3 years ago • 1 comments

Hey, unfortunately build fails with sundials 6.3.0 on NixOS. I get following build error:

scikits/odes/sundials/cvode.c: In function ‘__pyx_f_7scikits_4odes_8sundials_5cvode_5CVODE__reinit_IC’:
scikits/odes/sundials/cvode.c:31664:24: error: too few arguments to function ‘N_VMake_Serial’
31664 |     __pyx_v_self->y0 = N_VMake_Serial(__pyx_v_N, ((realtype *)__pyx_v_y0->data));
      |  

Regards Jonas

onny avatar Aug 19 '22 06:08 onny

As first glance, it looks like sundials has changed the function signature in a backwards incompatible way. If you want to make a PR to fix it, that would be helpful.

aragilar avatar Aug 19 '22 07:08 aragilar

Should be fixed by #144.

aragilar avatar Jan 13 '23 05:01 aragilar

Thank you, works now for us on NixOS :)

onny avatar Jan 13 '23 09:01 onny