#71149 closed defect (fixed)
libomp @19.1.2 fails to configure on < 10.15
Reported by: | jmroot (Joshua Root) | Owned by: | eborisch (Eric A. Borisch) |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | libomp |
Description
CMake Error at /opt/local/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter)
Change History (9)
comment:1 Changed 2 weeks ago by aeiouaeiouaeiouaeiouaeiouaeiou
comment:2 Changed 2 weeks ago by jmroot (Joshua Root)
Make sure not to use a python port that has libomp in its recursive deps. C11 is needed for python 3.11 and later which means a clang dependency on older systems.
comment:3 Changed 2 weeks ago by ryandesign (Ryan Carsten Schmidt)
Priority: | Normal → High |
---|
clang ports depend on libomp; with libomp broken, ports that need a newer clang can't build either.
comment:4 Changed 13 days ago by eborisch (Eric A. Borisch)
Ugh. This is going to get ugly, isn’t it. We can just revert back to previous version for now? Thoughts?
comment:5 Changed 13 days ago by jmroot (Joshua Root)
Use python310 for now? We might end up needing some new bootstrap port somewhere to break the cycle.
comment:6 follow-up: 8 Changed 13 days ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:7 follow-up: 9 Changed 13 days ago by kencu (Ken)
worth considering: no clang actually needs libomp as a dep
comment:8 Changed 13 days ago by eborisch (Eric A. Borisch)
Replying to jmroot:
In 745ec6b54b020e8feacdeec212b224d89c852660/macports-ports (master):
Thank you! On my list to get to today, but you beat me to it.
comment:9 Changed 13 days ago by eborisch (Eric A. Borisch)
Replying to kencu:
worth considering: no clang actually needs libomp as a dep
Certainly worth considering. Ports/variants that need it can always say so, and it would minimize the fallout from any future issues to those ports that actually need it.
Caused by getting rid of building via Perl: https://github.com/llvm/llvm-project/commit/88dae3d5d0230747f3cbabdde9ac5ae9e5dc3f8d
Now we need to add a dependency on Python as in the LLVM port.