Libomp notes
John Wiggins
johnwiggins at me.com
Fri Nov 4 16:49:07 UTC 2022
I am running macOS Monterey 12.6.1 and updated Xcode and CLT to 14.1.
When I “upgrade outdate” I get note concerning libomp:
…
> ---> Some of the ports you installed have notes:
> libomp has the following notes:
> To use this OpenMP library:
> * For clang-3.8+, or clang-3.7 with +openmp variant:
> add "-fopenmp" during compilation / linking.
> * For clang-3.7 without +openmp variant, use:
> "-I/opt/local/include/libomp -L/opt/local/lib/libomp -fopenmp"
> libpsl has the following notes:
> libpsl API documentation is provided by the port 'libpsl-docs’.
There any action required of me? It seems to not apply as:
> $ clang --version
> Apple clang version 14.0.0 (clang-1400.0.29.202)
> Target: arm64-apple-darwin21.6.0
> Thread model: posix
> InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
> jwMini: (macports_dir) /Users/jw/macports_dir
> $
Thanks,
jw
This
…snip…
> ---> Fetching archive for libomp
> ---> Attempting to fetch libomp-15.0.3_0.darwin_21.arm64.tbz2 from https://packages.macports.org/libomp
> ---> Attempting to fetch libomp-15.0.3_0.darwin_21.arm64.tbz2.rmd160 from https://packages.macports.org/libomp
> ---> Installing libomp @15.0.3_0
> ---> Cleaning libomp
> ---> Deactivating libomp @14.0.6_0
> ---> Cleaning libomp
> ---> Activating libomp @15.0.3_0
> ---> Cleaning libomp
> ---> Uninstalling libomp @14.0.6_0
> ---> Cleaning libomp
…snip…
More information about the macports-users
mailing list