Skip to content

Building scikits.odes-daepack needs c17 #202

@sergiocallegari

Description

@sergiocallegari

I cannot install scikits.odes with pip anymore and the problem seems to be with the scikits.odes-daepack piece.

I am on manjaro/arch with python 3.13.7.

If I create a venv with python -m venv TEST, activate it and then try a pip install scikits.odes-daepack, that fails. The error msg is extra long, 173 lines of output, but I fail to find any useful hint in it at what meson and ninja try to do.

The problems start with:

Found ninja-1.12.1 at /usr/bin/ninja
      + /usr/bin/ninja
      [1/40] Generating ddaspkmodule.c with a custom command
      append_needs: unknown need 'int'
      append_needs: unknown need 'double'
      append_needs: unknown need 'double'
      append_needs: unknown need 'double'
      append_needs: unknown need 'double'
      append_needs: unknown need 'double'
      append_needs: unknown need 'int'
      append_needs: unknown need 'double'
      append_needs: unknown need 'int'
      append_needs: unknown need 'int'
      append_needs: unknown need 'double'
      append_needs: unknown need 'double'
      append_needs: unknown need 'double'
      append_needs: unknown need 'double'
      append_needs: unknown need 'double'
      append_needs: unknown need 'double'
      append_needs: unknown need 'int'

and the final errors look like:

ddaspkmodule.c:1121:18: error: too many arguments to function ‘f2py_func’; expected 0, have 18

Any clue at what is going on?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions