Skip to content

Commit 2206c08

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 6a9dc17 commit 2206c08

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)