Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c9520f4

Browse files
committed
Merge pull request #346 from matthew-brett/reverting-lapack-refactor
MRG: revert lapack refactor for compatibility Lapack refactor increases our scipy dependency to 0.13 (see gh-344) and causes some build errors (see gh-342). Revert for now, so we can reconsider how best to fix up gh-328. As discussed in gh-344.
2 parents 6259598 + 14e5332 commit c9520f4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+16866
-20942
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ tox-stale:
108108

109109
recythonize:
110110
# Recythonize all pyx files
111-
find . -name "*.pyx" -exec cython -I libcstat/wrapper {} \;
111+
find . -name "*.pyx" -exec cython -I libcstat/wrapper -I lib/fff_python_wrapper {} \;
112112

113113
# Website stuff
114114
$(WWW_DIR):

lib/fff/fff_base.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ unsigned int fff_nbytes(fff_datatype type)
4444
}
4545

4646

47+
48+
4749
int fff_is_integer(fff_datatype type)
4850
{
4951
int ok = 0;

0 commit comments

Comments
 (0)