Skip to content

Commit

Permalink
BUG: Include relevant files from numpy/linalg/lapack_lite in sdist.
Browse files Browse the repository at this point in the history
After 1e436a5 *.h and *.c files from numpy/linalg/lapack_lite were no
longer included in source distributions. Fix this by adding them to
MANIFEST.in.

Closes numpy#6694.
  • Loading branch information
charris committed Nov 24, 2015
1 parent 2399176 commit 07b11e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ include numpy/random/mtrand/generate_mtrand_c.py
recursive-include numpy/random/mtrand *.pyx *.pxd
# Add build support that should go in sdist, but not go in bdist/be installed
recursive-include numpy/_build_utils *
recursive-include numpy/linalg/lapack_lite *.c *.h
# Add sdist files whose use depends on local configuration.
include numpy/core/src/multiarray/cblasfuncs.c
include numpy/core/src/multiarray/python_xerbla.c
Expand Down

0 comments on commit 07b11e8

Please sign in to comment.