Browse Source

Merge pull request #364 from xaxaxa/master

cpoll_cppsp: fixed "pipeline stall" (update to cppsp 0.2.1)
michaelhixson 12 years ago
parent
commit
255f69ff41
1 changed files with 6 additions and 6 deletions
  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