diff options
author | Justin Lecher <jlec@gentoo.org> | 2017-03-26 09:13:51 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2017-03-26 09:13:51 +0100 |
commit | 2d529c1751beb7ba48ea1c83212355c99013c4b9 (patch) | |
tree | 33762a8ae8a29383909c66a80994376c45e3059a | |
parent | sci-libs/gmsh: Call cmake-utils_src_compile (diff) | |
download | sci-2d529c1751beb7ba48ea1c83212355c99013c4b9.tar.gz sci-2d529c1751beb7ba48ea1c83212355c99013c4b9.tar.bz2 sci-2d529c1751beb7ba48ea1c83212355c99013c4b9.zip |
sci-libs/arrayfire: Fix dep on forge to allow gentoo specific revisions
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r-- | sci-libs/arrayfire/arrayfire-3.1.3-r1.ebuild | 14 | ||||
-rw-r--r-- | sci-libs/arrayfire/arrayfire-3.2.2.ebuild | 14 | ||||
-rw-r--r-- | sci-libs/arrayfire/arrayfire-3.3.2.ebuild | 14 | ||||
-rw-r--r-- | sci-libs/arrayfire/arrayfire-3.4.2.ebuild | 12 | ||||
-rw-r--r-- | sci-libs/arrayfire/arrayfire-9999.ebuild | 11 |
5 files changed, 37 insertions, 28 deletions
diff --git a/sci-libs/arrayfire/arrayfire-3.1.3-r1.ebuild b/sci-libs/arrayfire/arrayfire-3.1.3-r1.ebuild index 97f064b1c..9dff4b2c7 100644 --- a/sci-libs/arrayfire/arrayfire-3.1.3-r1.ebuild +++ b/sci-libs/arrayfire/arrayfire-3.1.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,14 +9,16 @@ GTEST_PV="1.7.0" DESCRIPTION="A general purpose GPU library" HOMEPAGE="http://www.arrayfire.com/" -SRC_URI="http://arrayfire.com/arrayfire_source/${PN}-full-${PV}.tar.bz2 -> ${P}.tar.bz2 -test? ( https://github.com/google/googletest/archive/release-${GTEST_PV}.zip -> gtest-${GTEST_PV}.zip )" -KEYWORDS="~amd64" +SRC_URI=" + http://arrayfire.com/arrayfire_source/${PN}-full-${PV}.tar.bz2 -> ${P}.tar.bz2 + test? ( https://github.com/google/googletest/archive/release-${GTEST_PV}.zip -> gtest-${GTEST_PV}.zip )" -LICENSE="BSD +LICENSE=" + BSD nonfree? ( OpenSIFT )" SLOT="0" IUSE="+examples +cpu cuda nonfree opencl test graphics" +KEYWORDS="~amd64" RDEPEND=" >=sys-devel/gcc-4.7:* @@ -43,7 +45,7 @@ RDEPEND=" graphics? ( media-libs/glew:= >=media-libs/glfw-3.1.1 - =sci-visualization/forge-3.1.2 + ~sci-visualization/forge-3.1.2 )" DEPEND="${RDEPEND}" diff --git a/sci-libs/arrayfire/arrayfire-3.2.2.ebuild b/sci-libs/arrayfire/arrayfire-3.2.2.ebuild index 2a2d8579b..614f29593 100644 --- a/sci-libs/arrayfire/arrayfire-3.2.2.ebuild +++ b/sci-libs/arrayfire/arrayfire-3.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,14 +9,16 @@ GTEST_PV="1.7.0" DESCRIPTION="A general purpose GPU library" HOMEPAGE="http://www.arrayfire.com/" -SRC_URI="http://arrayfire.com/arrayfire_source/${PN}-full-${PV}.tar.bz2 -> ${P}.tar.bz2 -test? ( https://github.com/google/googletest/archive/release-${GTEST_PV}.zip -> gtest-${GTEST_PV}.zip )" -KEYWORDS="~amd64" +SRC_URI=" + http://arrayfire.com/arrayfire_source/${PN}-full-${PV}.tar.bz2 -> ${P}.tar.bz2 + test? ( https://github.com/google/googletest/archive/release-${GTEST_PV}.zip -> gtest-${GTEST_PV}.zip )" -LICENSE="BSD +LICENSE=" + BSD nonfree? ( OpenSIFT )" SLOT="0" IUSE="+examples +cpu cuda nonfree opencl test unified graphics" +KEYWORDS="~amd64" RDEPEND=" >=sys-devel/gcc-4.7:* @@ -43,7 +45,7 @@ RDEPEND=" graphics? ( media-libs/glew:= >=media-libs/glfw-3.1.1 - =sci-visualization/forge-3.2.2 + ~sci-visualization/forge-3.2.2 )" DEPEND="${RDEPEND}" diff --git a/sci-libs/arrayfire/arrayfire-3.3.2.ebuild b/sci-libs/arrayfire/arrayfire-3.3.2.ebuild index 887948fba..900c7218f 100644 --- a/sci-libs/arrayfire/arrayfire-3.3.2.ebuild +++ b/sci-libs/arrayfire/arrayfire-3.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,14 +9,16 @@ GTEST_PV="1.7.0" DESCRIPTION="A general purpose GPU library" HOMEPAGE="http://www.arrayfire.com/" -SRC_URI="http://arrayfire.com/arrayfire_source/${PN}-full-${PV}.tar.bz2 -> ${P}.tar.bz2 -test? ( https://github.com/google/googletest/archive/release-${GTEST_PV}.zip -> gtest-${GTEST_PV}.zip )" -KEYWORDS="~amd64" +SRC_URI=" + http://arrayfire.com/arrayfire_source/${PN}-full-${PV}.tar.bz2 -> ${P}.tar.bz2 + test? ( https://github.com/google/googletest/archive/release-${GTEST_PV}.zip -> gtest-${GTEST_PV}.zip )" -LICENSE="BSD +LICENSE=" + BSD nonfree? ( OpenSIFT )" SLOT="0" IUSE="+examples +cpu cuda nonfree opencl test unified graphics" +KEYWORDS="~amd64" RDEPEND=" >=sys-devel/gcc-4.7:* @@ -43,7 +45,7 @@ RDEPEND=" graphics? ( media-libs/glew:= >=media-libs/glfw-3.1.1 - =sci-visualization/forge-3.2.2 + ~sci-visualization/forge-3.2.2 )" DEPEND="${RDEPEND}" diff --git a/sci-libs/arrayfire/arrayfire-3.4.2.ebuild b/sci-libs/arrayfire/arrayfire-3.4.2.ebuild index e91c72ed8..51723b18c 100644 --- a/sci-libs/arrayfire/arrayfire-3.4.2.ebuild +++ b/sci-libs/arrayfire/arrayfire-3.4.2.ebuild @@ -9,14 +9,16 @@ GTEST_PV="1.7.0" DESCRIPTION="A general purpose GPU library" HOMEPAGE="http://www.arrayfire.com/" -SRC_URI="http://arrayfire.com/arrayfire_source/${PN}-full-${PV}.tar.bz2 -> ${P}.tar.bz2 -test? ( https://github.com/google/googletest/archive/release-${GTEST_PV}.zip -> gtest-${GTEST_PV}.zip )" -KEYWORDS="~amd64" +SRC_URI=" + http://arrayfire.com/arrayfire_source/${PN}-full-${PV}.tar.bz2 -> ${P}.tar.bz2 + test? ( https://github.com/google/googletest/archive/release-${GTEST_PV}.zip -> gtest-${GTEST_PV}.zip )" -LICENSE="BSD +LICENSE=" + BSD nonfree? ( OpenSIFT )" SLOT="0" IUSE="+examples +cpu cuda nonfree opencl test unified graphics" +KEYWORDS="~amd64" RDEPEND=" >=sys-devel/gcc-4.7:* @@ -43,7 +45,7 @@ RDEPEND=" graphics? ( media-libs/glbinding >=media-libs/glfw-3.1.1 - =sci-visualization/forge-0.9.2 + ~sci-visualization/forge-0.9.2 )" DEPEND="${RDEPEND}" diff --git a/sci-libs/arrayfire/arrayfire-9999.ebuild b/sci-libs/arrayfire/arrayfire-9999.ebuild index 52babdf96..356bccb0c 100644 --- a/sci-libs/arrayfire/arrayfire-9999.ebuild +++ b/sci-libs/arrayfire/arrayfire-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,14 +9,15 @@ GTEST_PV="1.7.0" DESCRIPTION="A general purpose GPU library" HOMEPAGE="http://www.arrayfire.com/" -EGIT_REPO_URI="https://github.com/${PN}/${PN}.git git://github.com/${PN}/${PN}.git" SRC_URI="test? ( https://github.com/google/googletest/archive/release-${GTEST_PV}.zip -> gtest-${GTEST_PV}.zip )" -KEYWORDS="" +EGIT_REPO_URI="https://github.com/${PN}/${PN}.git git://github.com/${PN}/${PN}.git" -LICENSE="BSD +LICENSE=" + BSD nonfree? ( OpenSIFT )" SLOT="0" IUSE="+examples +cpu cuda nonfree opencl test unified graphics" +KEYWORDS="" RDEPEND=" >=sys-devel/gcc-4.7:* @@ -43,7 +44,7 @@ RDEPEND=" graphics? ( media-libs/glew:= >=media-libs/glfw-3.1.1 - =sci-visualization/forge-3.2.2 + ~sci-visualization/forge-3.2.2 )" DEPEND="${RDEPEND}" |