Re: Libomp notes

2022-11-04 Thread Ryan Schmidt
On Nov 4, 2022, at 11:49, John Wiggins wrote:

> 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? 

The note is advising you how to use libomp in your own projects. If you aren't 
using libomp in your own projects you can disregard the message.




Libomp notes

2022-11-04 Thread John Wiggins via macports-users
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…