[MacPorts] #68490: libomp @17.0.3: needs compiler with atomic support
MacPorts
noreply at macports.org
Wed Oct 18 23:12:11 UTC 2023
#68490: libomp @17.0.3: needs compiler with atomic support
---------------------+-----------------------------------------
Reporter: RobK88 | Owner: eborisch
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 2.8.1
Resolution: fixed | Keywords: lion mountainlion mavericks
Port: libomp |
---------------------+-----------------------------------------
Comment (by RobK88):
@kencu -- It doesn't look like anything in the built files or libraries
links back into the libraries or tools supplied by `clang-11-bootstrap`.
See below. For completeness sake, I also looked at the header files.
Nothing in there either.
The updated `libomp` port using the `clang-11-bootstrap` looks good.
{{{
bash-3.2$ port contents libomp
Port libomp contains:
/opt/local/include/libomp/omp-tools.h
/opt/local/include/libomp/omp.h
/opt/local/include/libomp/ompt.h
/opt/local/lib/libomp/libgomp.dylib
/opt/local/lib/libomp/libiomp5.dylib
/opt/local/lib/libomp/libomp.dylib
/opt/local/share/doc/libomp/LICENSE.TXT
/opt/local/share/doc/libomp/README.txt
bash-3.2$
bash-3.2$ otool -L /opt/local/lib/libomp/libgomp.dylib
/opt/local/lib/libomp/libgomp.dylib:
/opt/local/lib/libomp/libomp.dylib (compatibility version 5.0.0,
current version 5.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 159.1.0)
bash-3.2$
bash-3.2$ otool -L /opt/local/lib/libomp/libiomp5.dylib
/opt/local/lib/libomp/libiomp5.dylib:
/opt/local/lib/libomp/libomp.dylib (compatibility version 5.0.0,
current version 5.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 159.1.0)
bash-3.2$
bash-3.2$ otool -L /opt/local/lib/libomp/libomp.dylib
/opt/local/lib/libomp/libomp.dylib:
/opt/local/lib/libomp/libomp.dylib (compatibility version 5.0.0,
current version 5.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 159.1.0)
bash-3.2$
}}}
--
Ticket URL: <https://trac.macports.org/ticket/68490#comment:16>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list