Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Trac #25759: add some doc in .patch file
Browse files Browse the repository at this point in the history
add cython as dependency of scipy
  • Loading branch information
Vincent Klein committed Jul 4, 2018
1 parent bb3787d commit 158885c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/pkgs/scipy/dependencies
@@ -1,4 +1,4 @@
$(PYTHON) $(BLAS) gfortran numpy | pip
$(PYTHON) $(BLAS) gfortran numpy | pip cython

----------
All lines of this file are ignored except the first.
Expand Down
5 changes: 5 additions & 0 deletions build/pkgs/scipy/patches/fix-scipy-0.19.1-for-python37.patch
@@ -1,5 +1,10 @@
See https://trac.sagemath.org/ticket/25759

- Remove cythonize.dat file to force cythonizing.
This file the hashcodes used to define if the *.pyx files has been modified.
- Modify setup.py to launch cythonize even for sources
releases.

diff --git a/cythonize.dat b/cythonize.dat
deleted file mode 100644
index 3d5d4d8..0000000
Expand Down

0 comments on commit 158885c

Please sign in to comment.