Menu

#19 packaging python 03 - use distutils lib(1) for sitearch

pending-accepted
nobody
None
5
2012-02-29
2011-12-10
No

The current configure.in uses python distutils to ask for the
target library path - however it uses get_python_lib(0) which
gives the platform-independent target (pure python) location.

As the python wrapper builds on a platform-compiled base
library it should use get_python_lib(1). This makes a difference
for 64bit Linux where the target location switches over to
/usr/lib64/pythonX/site-packages instead of the general
/usr/lib/pythonX/site-packages target

Tested at https://build.opensuse.org/package/show?package=quickfix&project=home%3Aguidod%3Afixfast

Discussion

  • Guido U. Draheim

     
  • Oren Miller

    Oren Miller - 2012-02-29
    • status: open --> pending-accepted
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.