-
-
Notifications
You must be signed in to change notification settings - Fork 654
Open
Description
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
Labels
No labels