[opengtl-commits] [766] pull things from hg |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/opengtl-commits Archives
]
Revision: 766
Author: cyrille
Date: 2009-07-17 23:20:52 +0200 (Fri, 17 Jul 2009)
Log Message:
-----------
pull things from hg
Modified Paths:
--------------
trunk/Scripts/bootstrap.sh
trunk/Scripts/runtest.sh
trunk/Scripts/update-llvm.sh
Added Paths:
-----------
trunk/Scripts/replace-opengtl.sh
trunk/Scripts/replace.sh
Removed Paths:
-------------
trunk/Scripts/bootstrap-step2.sh
trunk/Scripts/runtest-step2.sh
trunk/Scripts/update-llvm-step2.sh
Deleted: trunk/Scripts/bootstrap-step2.sh
===================================================================
--- trunk/Scripts/bootstrap-step2.sh 2009-05-30 10:53:13 UTC (rev 765)
+++ trunk/Scripts/bootstrap-step2.sh 2009-07-17 21:20:52 UTC (rev 766)
@@ -1,13 +0,0 @@
-cd ~/src
-cd opengtl
-svn co svn+ssh://cyrille@xxxxxxxxxxxxxxxxx/svnroot/opengtl/opengtl/trunk/OpenGTL src
-svn co svn+ssh://diwi.org/home/cyrille/svnroot/trunk/opengtl/tests-data
-cd ..
-wget http://www.llvm.org/releases/2.5/llvm-2.5.tar.gz
-tar -xzf llvm-2.5.tar.gz
-rm llvm-2.5.tar.gz
-cd llvm-2.5
-./configure --prefix=/home/cyrille/usr --enable-pic --with-pic
-make -j2
-make -j2 install
-
Modified: trunk/Scripts/bootstrap.sh
===================================================================
--- trunk/Scripts/bootstrap.sh 2009-05-30 10:53:13 UTC (rev 765)
+++ trunk/Scripts/bootstrap.sh 2009-07-17 21:20:52 UTC (rev 766)
@@ -1,2 +1,2 @@
-svn up
-sh bootstrap-step2.sh
+sh replace.sh
+sh bootstrap.sh
Added: trunk/Scripts/replace-opengtl.sh
===================================================================
--- trunk/Scripts/replace-opengtl.sh (rev 0)
+++ trunk/Scripts/replace-opengtl.sh 2009-07-17 21:20:52 UTC (rev 766)
@@ -0,0 +1,4 @@
+cd ..
+rm -rf src
+hg clone http://bitbucket.org/opengtl/opengtl/ src
+cd Scripts
Added: trunk/Scripts/replace.sh
===================================================================
--- trunk/Scripts/replace.sh (rev 0)
+++ trunk/Scripts/replace.sh 2009-07-17 21:20:52 UTC (rev 766)
@@ -0,0 +1,4 @@
+cd ..
+rm -rf Scripts
+hg clone http://bitbucket.org/cyrille/gtl-scripts/ Scripts
+cd Scripts
Deleted: trunk/Scripts/runtest-step2.sh
===================================================================
--- trunk/Scripts/runtest-step2.sh 2009-05-30 10:53:13 UTC (rev 765)
+++ trunk/Scripts/runtest-step2.sh 2009-07-17 21:20:52 UTC (rev 766)
@@ -1,29 +0,0 @@
-cd ..
-export PATH=/home/cyrille/usr/bin:$PATH
-
-cd tests-data
-svn up
-cd ..
-cd src
-svn up
-cd ..
-
-rm -rf build-debug
-mkdir build-debug
-cd build-debug
-cmake -DCMAKE_BUILD_TYPE=Debug -DOPENGTL_BUILD_TESTS=ON -DOPENGTL_TESTS_DATA=/home/cyrille/src/opengtl/tests-data ../src
-ctest -D Experimental
-ctest -D ExperimentalBuild
-ctest -D ExperimentalTest
-ctest -D ExperimentalSubmit
-cd ..
-
-rm -rf build-release
-mkdir build-release
-cd build-release
-cmake -DCMAKE_BUILD_TYPE=Release -DOPENGTL_BUILD_TESTS=ON -DOPENGTL_TESTS_DATA=/home/cyrille/src/opengtl/tests-data ../src
-ctest -D Experimental
-ctest -D ExperimentalBuild
-ctest -D ExperimentalTest
-ctest -D ExperimentalSubmit
-cd ..
Modified: trunk/Scripts/runtest.sh
===================================================================
--- trunk/Scripts/runtest.sh 2009-05-30 10:53:13 UTC (rev 765)
+++ trunk/Scripts/runtest.sh 2009-07-17 21:20:52 UTC (rev 766)
@@ -1,2 +1,3 @@
-svn up
-sh runtest-step2.sh
\ No newline at end of file
+sh replace-opengtl.sh
+sh replace.sh
+sh runtest.sh
Deleted: trunk/Scripts/update-llvm-step2.sh
===================================================================
--- trunk/Scripts/update-llvm-step2.sh 2009-05-30 10:53:13 UTC (rev 765)
+++ trunk/Scripts/update-llvm-step2.sh 2009-07-17 21:20:52 UTC (rev 766)
@@ -1,12 +0,0 @@
-cd ..
-cd ../llvm-2.4
-make uninstall
-cd ..
-rm -rf llvm-2.4
-wget http://www.llvm.org/releases/2.5/llvm-2.5.tar.gz
-tar -xzf llvm-2.5.tar.gz
-rm llvm-2.5.tar.gz
-cd llvm-2.5
-./configure --prefix=/home/cyrille/usr --enable-pic --with-pic
-make -j2
-make -j2 install
\ No newline at end of file
Modified: trunk/Scripts/update-llvm.sh
===================================================================
--- trunk/Scripts/update-llvm.sh 2009-05-30 10:53:13 UTC (rev 765)
+++ trunk/Scripts/update-llvm.sh 2009-07-17 21:20:52 UTC (rev 766)
@@ -1,2 +1,3 @@
-svn up
-sh update-llvm-step2.sh
\ No newline at end of file
+sh replace-opengtl.sh
+sh replace.sh
+sh update-llvm.sh