瀏覽代碼

Merge pull request #364 from xaxaxa/master

cpoll_cppsp: fixed "pipeline stall" (update to cppsp 0.2.1)
michaelhixson 12 年之前
父節點
當前提交
1b7c568330
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      cpoll_cppsp/Makefile

+ 6 - 6
cpoll_cppsp/Makefile

@@ -1,13 +1,13 @@
 all: cppsp_0.2
 
 clean:
-	rm -rf cppsp_0.2-rc9 cppsp_0.2
+	rm -rf cppsp_rel0.2.2 cppsp_0.2
 	rm -f www/*.so www/*.txt
-cppsp_0.2: cppsp_0.2-rc9.tar.xz
-	tar xf cppsp_0.2-rc9.tar.xz
-	ln -s cppsp_0.2-rc9 cppsp_0.2
+cppsp_0.2: cppsp_0.2.2.tar.xz
+	tar xf cppsp_0.2.2.tar.xz
+	ln -s cppsp_rel0.2.2 cppsp_0.2
 	$(MAKE) CXX=g++-4.8 -C cppsp_0.2 all
 
-cppsp_0.2-rc9.tar.xz:
-	wget -c http://downloads.sourceforge.net/project/cpollcppsp/CPPSP%200.2%20%28testing%29/cppsp_0.2-rc9.tar.xz
+cppsp_0.2.2.tar.xz:
+	wget -c http://downloads.sourceforge.net/project/cpollcppsp/CPPSP%200.2%20%28testing%29/cppsp_0.2.2.tar.xz