Skip to content

Commit

Permalink
Merge branch 'reverting-lapack-refactor' into tmp
Browse files Browse the repository at this point in the history
* reverting-lapack-refactor:
  MAINT: update .c files from modified .pyx files
  RF: refactor import_array as documented
  BF: recythonize routines.pyx to fix import error
  MAINT: fix cythonize Makefile target
  Revert "Merge pull request nipy#328 from alexis-roche/remove-lapack-linking"
  • Loading branch information
matthew-brett committed Aug 29, 2015
2 parents 3def993 + 14e5332 commit 41d20a1
Show file tree
Hide file tree
Showing 50 changed files with 16,866 additions and 20,942 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ tox-stale:

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

# Website stuff
$(WWW_DIR):
Expand Down
2 changes: 2 additions & 0 deletions lib/fff/fff_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ unsigned int fff_nbytes(fff_datatype type)
}




int fff_is_integer(fff_datatype type)
{
int ok = 0;
Expand Down

0 comments on commit 41d20a1

Please sign in to comment.