diff options
| author | Benda Xu <heroxbd@gentoo.org> | 2017-02-15 11:37:58 +0900 |
|---|---|---|
| committer | Benda Xu <heroxbd@gentoo.org> | 2017-02-15 11:38:14 +0900 |
| commit | 24fe73b1ff793e8a9170b0c2f71335d8bd20a258 (patch) | |
| tree | f9986d25127c3a2ec1ad5238edf593e68db2b223 /dev-python/numpy/numpy-1.11.2-r1.ebuild | |
| parent | dce4f3e5b343e66d88ba2e47b14902264d42988c (diff) | |
| download | gentoo-24fe73b1ff793e8a9170b0c2f71335d8bd20a258.tar.gz gentoo-24fe73b1ff793e8a9170b0c2f71335d8bd20a258.tar.bz2 gentoo-24fe73b1ff793e8a9170b0c2f71335d8bd20a258.zip | |
dev-python/numpy: record include_dirs of blas
We specify blas in site.cfg, which could have non-standard
include dirs. sci-libs/scikits_learn, for example,
relies on this information to find cblas.
Upstream: https://github.com/numpy/numpy/pull/8619
Package-Manager: portage-2.3.3
Diffstat (limited to 'dev-python/numpy/numpy-1.11.2-r1.ebuild')
| -rw-r--r-- | dev-python/numpy/numpy-1.11.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/numpy/numpy-1.11.2-r1.ebuild b/dev-python/numpy/numpy-1.11.2-r1.ebuild index 87da9bf152b4..803872d8167a 100644 --- a/dev-python/numpy/numpy-1.11.2-r1.ebuild +++ b/dev-python/numpy/numpy-1.11.2-r1.ebuild @@ -37,7 +37,7 @@ DEPEND="${RDEPEND} PATCHES=( "${FILESDIR}"/${PN}-1.11.1-no-hardcode-blas.patch - + "${FILESDIR}"/${PN}-1.11.2-blas_rec_inc_dir.patch # This has been fixed upstream but no new release yet # https://github.com/numpy/numpy/commit/5d0ce36e5be134bb5ead03cab1edeaa60fa355aa "${FILESDIR}"/${P}-import-module-fix.patch |
