Changes between Version 1 and Version 2 of Ticket #62578, comment 23


Ignore:
Timestamp:
Oct 28, 2021, 1:55:08 PM (3 years ago)
Author:
mascguy (Christopher Nielsen)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62578, comment 23

    v1 v2  
    11Renee, can you offer any insight, as to what the proper fix is for this? My knowledge of the Python space is limited, but just curious: Is there an accepted approach to avoid this, via our Python port framework? Or is this more project-specific, necessitating appropriate configure/build arguments to disable use of `py-mkl`? (Or perhaps tweaks to `site.cfg`?)
    22
    3 Of course, all of this assumes that `py-numpy` doesn't need/want `py-mkl` in the first place. If that's not the case, then we'll need to rethink the approach.
     3Of course, all of this assumes that `py-numpy` doesn't need/want `py-mkl` in the first place. If that's not the case, then we'll need to rethink the approach. (And perhaps consider fixing the binaries via `install_name_tool`, if necessary.)
    44
    55Thoughts?