aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-libs/arrayfire/arrayfire-3.1.3-r1.ebuild14
-rw-r--r--sci-libs/arrayfire/arrayfire-3.2.2.ebuild14
-rw-r--r--sci-libs/arrayfire/arrayfire-3.3.2.ebuild14
-rw-r--r--sci-libs/arrayfire/arrayfire-3.4.2.ebuild12
-rw-r--r--sci-libs/arrayfire/arrayfire-9999.ebuild11
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}"