aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Brehler <marbre@linux.sungazer.de>2016-11-24 11:54:30 +0100
committerMarius Brehler <marbre@linux.sungazer.de>2016-11-24 11:55:20 +0100
commit58b2e67f28c455c7d66f8fcfbe8b7213d3726740 (patch)
treebfd6453a7864b64f0f8dd58b3b773e33a8f0b94a /sci-libs/arrayfire/arrayfire-9999.ebuild
parentsci-mathematics/petsc: version bump to 3.7.4 (diff)
downloadsci-58b2e67f28c455c7d66f8fcfbe8b7213d3726740.tar.gz
sci-58b2e67f28c455c7d66f8fcfbe8b7213d3726740.tar.bz2
sci-58b2e67f28c455c7d66f8fcfbe8b7213d3726740.zip
sci-libs/arrayfire: Get googletest from github, fix glew slot dependency
Package-Manager: portage-2.3.0
Diffstat (limited to 'sci-libs/arrayfire/arrayfire-9999.ebuild')
-rw-r--r--sci-libs/arrayfire/arrayfire-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/arrayfire/arrayfire-9999.ebuild b/sci-libs/arrayfire/arrayfire-9999.ebuild
index 8a70e50ef..946767116 100644
--- a/sci-libs/arrayfire/arrayfire-9999.ebuild
+++ b/sci-libs/arrayfire/arrayfire-9999.ebuild
@@ -11,7 +11,7 @@ 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://googletest.googlecode.com/files/gtest-${GTEST_PV}.zip )"
+SRC_URI="test? ( https://github.com/google/googletest/archive/release-${GTEST_PV}.zip -> gtest-${GTEST_PV}.zip )"
KEYWORDS=""
LICENSE="BSD
@@ -42,7 +42,7 @@ RDEPEND="
|| ( dev-libs/boost-compute >=dev-libs/boost-1.61.0 )
)
graphics? (
- media-libs/glew
+ media-libs/glew:=
>=media-libs/glfw-3.1.1
=sci-visualization/forge-3.2.2
)"