diff options
| author | Tor Aamodt <[email protected]> | 2011-07-31 16:38:33 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:18:22 -0700 |
| commit | f750aa13b3d88092ab8a956b2a4dde25739b0f56 (patch) | |
| tree | bf455b618ee7c5630d08ee6899dee24d501fa0db /getDecuda/getDecuda.sh | |
| parent | d52a3292002fc0b6b37773ef03ca9b4ba5847c13 (diff) | |
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]
Diffstat (limited to 'getDecuda/getDecuda.sh')
| -rwxr-xr-x | getDecuda/getDecuda.sh | 8 |
1 files changed, 4 insertions, 4 deletions
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 .. |
