diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-12-17 19:34:52 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-12-17 19:35:52 +0100 |
commit | 330e80687ecbbc2168facd071f55b2ae1c3a4fcd (patch) | |
tree | 7332f7468ad636ff090c1878166d5b94e0c199dd /sci-libs/gsl/gsl-1.16.ebuild | |
parent | sci-libs/gsl: Drop old (diff) | |
download | gentoo-330e80687ecbbc2168facd071f55b2ae1c3a4fcd.tar.gz gentoo-330e80687ecbbc2168facd071f55b2ae1c3a4fcd.tar.bz2 gentoo-330e80687ecbbc2168facd071f55b2ae1c3a4fcd.zip |
sci-libs/gsl: [QA] Move patches to SRC_URI
Closes: https://bugs.gentoo.org/620626
Diffstat (limited to 'sci-libs/gsl/gsl-1.16.ebuild')
-rw-r--r-- | sci-libs/gsl/gsl-1.16.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-libs/gsl/gsl-1.16.ebuild b/sci-libs/gsl/gsl-1.16.ebuild index a26b3b72f776..b09b5db24967 100644 --- a/sci-libs/gsl/gsl-1.16.ebuild +++ b/sci-libs/gsl/gsl-1.16.ebuild @@ -7,7 +7,8 @@ inherit eutils flag-o-matic autotools toolchain-funcs DESCRIPTION="The GNU Scientific Library" HOMEPAGE="https://www.gnu.org/software/gsl/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" +SRC_URI="mirror://gnu/${PN}/${P}.tar.gz + https://dev.gentoo.org/~mgorny/dist/${P}-cblas.patch.bz2" LICENSE="GPL-3" SLOT="0" @@ -45,7 +46,7 @@ src_prepare() { && filter-mfpmath sse filter-flags -ffast-math - epatch "${FILESDIR}"/${P}-cblas.patch + epatch "${WORKDIR}"/${P}-cblas.patch eautoreconf cp "${FILESDIR}"/eselect.cblas.gsl "${T}"/ || die |