[pytango] 316/483: Fixed 32bits

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:14:54 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 2af0d841825ce1b7c44f22b8b818058d8e6b7a6c
Author: cmft <cmft at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date:   Fri Nov 22 13:43:51 2013 +0000

    Fixed 32bits
    
    git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@24341 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
 setup.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index a75f445..e807da5 100644
--- a/setup.py
+++ b/setup.py
@@ -352,10 +352,11 @@ def main():
                 boost_library_name += pyver
     else:
         inc_dir = os.path.join(BOOST_ROOT, 'include')
+        lib_dir = os.path.join(BOOST_ROOT, 'lib')
         if is64:
             lib_dir = os.path.join(BOOST_ROOT, 'lib64')
             if not os.path.isdir(lib_dir):
-                lib_dir = os.path.join(BOOST_ROOT, 'lib')
+                lib_dir = os.path.join(BOOST_ROOT, 'lib')                
 
         directories['include_dirs'].append(inc_dir)
         directories['library_dirs'].append(lib_dir)

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