Skip to content

Commit 8e73c78

Browse files
committed
Build: Allow building without cython installed (based on pre generated mpfr.c)
In case cython is not installed on the system, fallback on building the wheel with the mpfr.c. This file was generated and added to the git (instead of being re generated thanks to cython). This commits helps to express dependencies of a package, on bigfloat, from github repo. Without the guarantie that Cython is installed on the systeme.
1 parent caab202 commit 8e73c78

3 files changed

Lines changed: 44871 additions & 5 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ __pycache__/
33
*.py[co]
44

55
# Cython output.
6-
mpfr.c
76
mpfr*.so
87

98
# Build output (covers docs and extension build)

0 commit comments

Comments
 (0)