aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/arrayfire/arrayfire-3.2.2.ebuild')
-rw-r--r--sci-libs/arrayfire/arrayfire-3.2.2.ebuild14
1 files changed, 8 insertions, 6 deletions
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}"