Skip to content

external cython packages broken in 10.8.beta1 #40726

@dimpase

Description

@dimpase

As reported by @mezzarobba on sage-devel
The problem appears in the current built, as well as in the Meson build (#39030).
(I didn't try non-editable builds though)

The problem is that the Cython headers are not properly provided to the builder.
In the case reported, with https://github.com/abelfunctions/abelfunctions, it suffices to create a link to the sage source tree in
the root directory of the package, i.e.

git clone  https://github.com/abelfunctions/abelfunctions
cd abelfunction
ln -s <full path so the sage install>/src/sage .
sage --pip install .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions