Changes between Initial Version and Version 1 of Ticket #70940


Ignore:
Timestamp:
Sep 26, 2024, 9:09:49 PM (10 hours ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70940

    • Property Keywords f2py LC_RPATH removed
    • Property Summary changed from no LC_RPATH's found to gcc14: no LC_RPATH's found
  • Ticket #70940 – Description

    initial v1  
    11I am using Sonoma 14.6.1 with XCode 16.0: I compile a fortran code with gfortran from gcc14 and then use f2py, with either python 3.11 or 3.12, when loading the package into jupyter
    2 ---------------------------------------------------------------------------
     2{{{
    33import NSCool_Py_Nucl as NSCool_Py
    4 ---------------------------------------------------------------------------
     4}}}
    55
    66I get:
    77
    8 ---------------------------------------------------------------------------
     8{{{
    99ImportError                               Traceback (most recent call last)
    1010Cell In[2], line 1
     
    1414  Referenced from: <2BE812AA-C23C-3EFE-A272-1273292C4F11> /Users/dany/Dropbox/Work/NStar/NSCool/NSCool_Py_Nucl.cpython-312-darwin.so
    1515  Reason: no LC_RPATH's found
    16 ---------------------------------------------------------------------------
     16}}}
    1717
    1818How do i correct this !