From f750aa13b3d88092ab8a956b2a4dde25739b0f56 Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Sun, 31 Jul 2011 16:38:33 -0800 Subject: Make suddenly started failing on decuda download. This seems to fix that. Should find a more perminant link to the version of decuda we depend upon. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 9915] --- getDecuda/getDecuda.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'getDecuda') diff --git a/getDecuda/getDecuda.sh b/getDecuda/getDecuda.sh index 381724b..a63a2ec 100755 --- a/getDecuda/getDecuda.sh +++ b/getDecuda/getDecuda.sh @@ -4,10 +4,10 @@ # decuda.patch must be in the same folder as getDecuda.sh cd ./getDecuda -wget --no-check-certificate http://github.com/laanwj/decuda/tarball/master -tar -xf ./laanwj-decuda-c30bd17.tar.gz -mv laanwj-decuda-c30bd17 decuda +wget -O decuda.tgz --no-check-certificate http://github.com/laanwj/decuda/tarball/master +tar -xf ./decuda.tgz +mv laanwj-decuda-c30bd17 decuda # if this fails, we need to check what has changed in decuda, or get a perminant link to decuda 0.4.2 patch -d ./decuda < ./decuda.patch -rm ./laanwj-decuda-c30bd17.tar.gz +rm ./decuda.tgz mv decuda ../decuda cd .. -- cgit v1.3