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