[arrayfire] 180/284: Update boost compute release tag

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun Feb 7 18:59:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/experimental
in repository arrayfire.

commit 685dccd363e8da0e95b00b8ac73f70254f68d072
Author: Shehzan Mohammed <shehzan at arrayfire.com>
Date:   Fri Jan 8 18:31:55 2016 -0500

    Update boost compute release tag
---
 CMakeModules/build_boost_compute.cmake | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/CMakeModules/build_boost_compute.cmake b/CMakeModules/build_boost_compute.cmake
index c0de1cb..03c2043 100644
--- a/CMakeModules/build_boost_compute.cmake
+++ b/CMakeModules/build_boost_compute.cmake
@@ -1,6 +1,9 @@
-SET(VER 79aa8f9086fdf6ef6db78e889de0273b0eb7bd19)
-SET(URL https://github.com/boostorg/compute/archive/${VER}.tar.gz)
-SET(MD5 dba3318cbdac912dddce71f2a38ffa43)
+# If using a commit, remove the v prefix to VER in URL.
+# If using a tag, don't use v in VER
+# This is because of how github handles it's release tar balls
+SET(VER 0.5)
+SET(URL https://github.com/boostorg/compute/archive/v${VER}.tar.gz)
+SET(MD5 69a52598ac539d3b7f6005a3dd2b6f58)
 
 SET(thirdPartyDir "${CMAKE_BINARY_DIR}/third_party")
 SET(srcDir "${thirdPartyDir}/compute-${VER}")

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git



More information about the debian-science-commits mailing list