[pytango] 213/483: Continuous Integration enhancement 22

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:14:42 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 996347d6d2255553ef97908f8f0a42bd3dd62d0b
Author: trogucki <trogucki at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date:   Wed Jan 30 10:16:38 2013 +0000

    Continuous Integration enhancement 22
    
    git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@21982 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
 setup.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/setup.py b/setup.py
index 5d8a521..260813a 100644
--- a/setup.py
+++ b/setup.py
@@ -282,6 +282,7 @@ def main():
     TANGO_ROOT = os.environ.get('TANGO_ROOT', TANGO_ROOT)
     OMNI_ROOT  = os.environ.get('OMNI_ROOT', OMNI_ROOT)
     BOOST_ROOT = os.environ.get('BOOST_ROOT', BOOST_ROOT)
+    BOOST_ROOT = os.environ.get('LOG4TANGO_ROOT', LOG4TANGO_ROOT)
     numpy_c_include = get_c_numpy()
     
     Release = get_release_info()
@@ -356,6 +357,7 @@ def main():
     include_dirs.append(os.path.join(OMNI_ROOT, 'include'))
     if numpy_c_include is not None:
         include_dirs.append(numpy_c_include)
+    include_dirs.append(os.path.join(LOG4TANGO_ROOT, 'include'))
 
     #-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
     # library directories

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