From 2c72a869f0bf5c27a9b4a159975e926ebc75b902 Mon Sep 17 00:00:00 2001 From: "Andrew M. B. Boktor" Date: Wed, 25 Apr 2012 19:44:41 -0800 Subject: Removing all remaining traced of decuda Stopping if someone tries to use PTXPlus without cuobjdump [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12138] --- getDecuda/getDecuda.sh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 getDecuda/getDecuda.sh (limited to 'getDecuda/getDecuda.sh') diff --git a/getDecuda/getDecuda.sh b/getDecuda/getDecuda.sh deleted file mode 100755 index a63a2ec..0000000 --- a/getDecuda/getDecuda.sh +++ /dev/null @@ -1,13 +0,0 @@ -# This script downloads the latest version of decuda from http://github.com/laanwj/decuda, untars it and patches it. -# Only works with decuda 0.4.2. - -# decuda.patch must be in the same folder as getDecuda.sh - -cd ./getDecuda -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 ./decuda.tgz -mv decuda ../decuda -cd .. -- cgit v1.3