bugCERTI - Bugs: bug #44685, Incorrect build of extension on...

 
 

bug #44685: Incorrect build of extension on MacOSX

Submitter:  None
Submitted:  Wed 01 Apr 2015 10:59:07 AM UTC
   
 
Category:  PyHLA Severity:  * 3 - Normal
Item Group:  Compilation error Status:  Fixed
Privacy:  Public Assigned to:  erk
Open/Closed:  Open Release:  * GIT-master
Reproducibility:  None Fixed Release:  GIT-master
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 02 Apr 2015 12:41:55 PM UTC, comment #1: 

Hi Arnaud,

I've just pushed the fix to master:
commit b1f412f57812085d41a058e6cf7e5d44425b50bc
Author: Arnaud Degroote <arnaud.degroote@isae-supaero.fr>
Date:   Fri Mar 27 15:08:24 2015 +0100

    Fix build of python extension on MacOSX
   
    Signed-off-by: Eric NOULARD <eric.noulard@gmail.com>

Eric NOULARD <erk>
Group administrator
Wed 01 Apr 2015 10:59:07 AM UTC, original submission:  

Normally, to build python extension, you must not link to libpython, but use dynamically the symbol found in the interpreter.
Moreover, python searches .so files and not .dylib files for extension on MacOSX

The attached patch fixes these different issues.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #33505:  0001-cmake-Fix-build-of-python-extension-on-MacOSX.patch added by None (2KiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by erk (Posted a comment)
  •  

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-04-02 erk StatusNone Fixed
        Assigned toNone erk
        ReleaseCVS GIT-master
        Fixed ReleaseCVS GIT-master
    2015-04-01 None Attached File- Added 0001-cmake-Fix-build-of-python-extension-on-MacOSX.patch, #33505

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code