[pytango] 237/483: little changes

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 bb5bdd15f24508830104f30498b81cb174061232
Author: cmft <cmft at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date:   Tue Feb 12 15:53:55 2013 +0000

    little changes
    
    git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@22102 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
 ci/ESRF/build.sh     | 6 ++++--
 ci/ESRF/ct32redhate4 | 6 ++++++
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/ci/ESRF/build.sh b/ci/ESRF/build.sh
index 307a52f..e8ac2ab 100755
--- a/ci/ESRF/build.sh
+++ b/ci/ESRF/build.sh
@@ -23,11 +23,13 @@ case "${realos}" in
 		python setup.py install --prefix=/tmp/jenkins/jobs/PyTango
 		;; 
 	"redhate_4_32")
-		echo "TODO"
+		PYTHONPATH=/segfs/bliss/source/python/PyTango/PyTango8/redhate4/lib/python2.6/site-packages/ /segfs/bliss/bin/python2.6 setup.py install --prefix=/tmp/jenkins/jobs/PyTango
 		;;
 	"redhate_5_64")
-		echo "TODO"
+		PYTHONPATH=/segfs/bliss/source/python/PyTango/PyTango8/redhate5/lib/python2.6/site-packages/ /segfs/bliss/bin/python2.6 setup.py install --prefix=/tmp/jenkins/jobs/PyTango
 		;;
+	"W7_64")
+        ;;
 	*)
 		echo "Not supporting operating system: " ${OSTYPE}
         exit $?
diff --git a/ci/ESRF/ct32redhate4 b/ci/ESRF/ct32redhate4
new file mode 100644
index 0000000..6784345
--- /dev/null
+++ b/ci/ESRF/ct32redhate4
@@ -0,0 +1,6 @@
+export realos=redhate4_32
+export BOOST_ROOT=/segfs/bliss/source/python/PyTango/PyTango7/redhate4
+export OMNI_ROOT=/segfs/tango/release/redhate4
+export TANGO_ROOT=/segfs/tango/release/redhate4
+export NUMPY_ROOT=/segfs/bliss/depot/pythonbliss_5.0/installdir/redhate4/python/lib/python2.6/site-packages/numpy/core
+export LD_LIBRARY_PATH=/segfs/tango/release/redhate4/lib:${LD_LIBRARY_PATH}

-- 
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