Opened 13 years ago
Closed 13 years ago
#29964 closed defect (invalid)
depends_lib is broken with Cython extensions
Reported by: | marc.schlaich@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | base | Version: | 1.9.2 |
Keywords: | Cc: | ||
Port: |
Description
I am trying to create a port for mlpy (https://mlpy.fbk.eu). But the depends_lib keyword seems to be broken when compiling Cython extensions because the required include path is not provided as a argument to the gcc command. Compiling standard c extensions works fine.
See the attached Portfile and main.log for details.
Attachments (2)
Change History (4)
Changed 13 years ago by marc.schlaich@…
Changed 13 years ago by marc.schlaich@…
comment:1 Changed 13 years ago by marc.schlaich@…
comment:2 Changed 13 years ago by mf2k (Frank Schima)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
OK, this seems a bug of MLPY itself. Include dirs are wrong in the setup.py.