[pytango] 241/483: Added w7's configurations
Sandor Bodo-Merle
sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:14:45 UTC 2017
This is an automated email from the git hooks/post-receive script.
sbodomerle-guest pushed a commit to annotated tag bliss_8.10
in repository pytango.
commit 1795cd851a63fa07e157ec9c9f30d3de4d6d098d
Author: cmft <cmft at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date: Wed Feb 27 14:57:41 2013 +0000
Added w7's configurations
git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@22156 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
ci/ESRF/build.sh | 112 +++++++++++----------------------------------------
ci/ESRF/ct32windows7 | 5 +++
2 files changed, 29 insertions(+), 88 deletions(-)
diff --git a/ci/ESRF/build.sh b/ci/ESRF/build.sh
index 21a1f23..29246b0 100755
--- a/ci/ESRF/build.sh
+++ b/ci/ESRF/build.sh
@@ -1,12 +1,18 @@
#!/bin/bash
+INSTALL_DIR=/segfs/tango/ci/PyTango
+
if [ ! -z "$NODE_NAME" -a -f "$NODE_NAME" ]
then
- source "$NODE_NAME"
+ if [ $NODE_NAME = "ct32windows7" ]
+ then
+ ./$NODE_NAME
+ else
+ source "$NODE_NAME"
+ fi
else
- echo "The settings file for the node $NODE_NAME does not exist!"
- echo "Create ci/$INSTITUTE/$NODE_NAME file."
- exit 1
+ echo "The settings file for the node $NODE_NAME does not exist!"
+ echo "Create ci/$INSTITUTE/$NODE_NAME file."
fi
cd ../..
@@ -18,9 +24,14 @@ case "${realos}" in
"debian6_64")
/usr/bin/python setup.py build
;;
- *)
+ "redhate"*)
+ #redhate4/5
/segfs/bliss/bin/python2.6 setup.py build
;;
+ "windows7_32")
+ #VC9
+ /cygdrive/c/Python27_32/python setup.py build
+ ;;
esac
if [ $? != 0 ]
@@ -30,18 +41,19 @@ fi
case "${realos}" in
"debian6_64")
- rm -rf /segfs/bliss/jenkins/PyTango/debian6/*
- /usr/bin/python setup.py install --prefix=/segfs/bliss/jenkins/PyTango/debian6
+ rm -rf $INSTALL_DIR/debian6/*
+ /usr/bin/python setup.py install --prefix=$INSTALL_DIR/debian6
;;
"redhate4_32")
- rm -rf /segfs/bliss/jenkins/PyTango/redhate4/*
- /segfs/bliss/bin/python2.6 setup.py install --prefix=/segfs/bliss/jenkins/PyTango/redhate4
+ rm -rf $INSTALL_DIR/redhate4/*
+ /segfs/bliss/bin/python2.6 setup.py install --prefix=$INSTALL_DIR/redhate4
;;
"redhate5_64")
- rm -rf /segfs/bliss/jenkins/PyTango/redhate5/*
- /segfs/bliss/bin/python2.6 setup.py install --prefix=/segfs/bliss/jenkins/PyTango/redhate5
+ rm -rf $INSTALL_DIR/redhate5/*
+ /segfs/bliss/bin/python2.6 setup.py install --prefix=$INSTALL_DIR/redhate5
;;
- "W7_64")
+ "windows7_32")
+ /cygdrive/c/Python27_32/python setup.py install --prefix=$INSTALL_DIR/w7_32_VC9
;;
*)
echo "Not supporting operating system: " ${OSTYPE}
@@ -53,79 +65,3 @@ esac
exit $?
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-echo LOG4TANGO_ROOT
-echo $LOG4TANGO_ROOT
-echo OMNI_ROOT
-echo $OMNI_ROOT
-echo BOOST_ROOT
-echo $BOOST_ROOT
-echo ZMQ_ROOT
-echo $ZMQ_ROOT
-
-echo C_INCLUDE_PATH
-echo $C_INCLUDE_PATH
-
-echo CPLUS_INCLUDE_PATH
-echo $CPLUS_INCLUDE_PATH
-
-echo CPATH
-echo $CPATH
-
-export CPATH=/tmp/jenkins/jobs/TangoLib/include
-export C_INCLUDE_PATH=/tmp/jenkins/jobs/TangoLib/include:$C_INCLUDE_PATH
-export CPLUS_INCLUDE_PATH=/tmp/jenkins/jobs/TangoLib/include:$CPLUS_INCLUDE_PATH
-
-export TANGO_ROOT=/tmp/jenkins/jobs/TangoLib
-
-
-export LD_LIBRARY_PATH=/tmp/jenkins/jobs/TangoLib/lib:$LD_LIBRARY_PATH
-
-
-echo $LD_LIBRARY_PATH
-echo $CPLUS_INCLUDE_PATH
-
-
-cd ../..
-
-pwd
-
-make user=1 prefix=/tmp/jenkins/jobs install
-
-make user=1 prefix=/tmp/jenkins/jobs install
-
-export PYTHONPATH=/tmp/jenkins/jobs/PyTango:$PYTHONPATH
-
-echo $PYTHONPATH
-
-python tests/DevTest.py pytomasz &
-
-python tests/TestSuite.py
-
-ps -ef | awk '/DevTest.py/ {print$2}' | xargs kill -9
diff --git a/ci/ESRF/ct32windows7 b/ci/ESRF/ct32windows7
new file mode 100644
index 0000000..acb52d1
--- /dev/null
+++ b/ci/ESRF/ct32windows7
@@ -0,0 +1,5 @@
+SETX realos windows7
+SETX BOOST_ROOT "C:\Program File (x86)\boost\boost_1_47"
+SETX TANGO_ROOT "C:\Users\falconto\tango\VC9\win32"
+SETX OMNI_ROOT "C:\Users\falconto\tango\VC9\win32"
+SETX NUMPY_ROOT "C:\Python_27_32\Lib\site-packages\core"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git
More information about the debian-science-commits
mailing list