Re: add OpenMP to ports-gcc

2020-06-27 Thread j
Hi all, Here is the updated patch, with these features: - added OpenMP libraries etc from the build to the packages - added info file for OpenMP - updated packing-list (@so @static-lib) - bumped REVISION The list of ports that may need patches for OpenMP is - graphics/libraw - audio/libso

Re: add OpenMP to ports-gcc

2020-06-26 Thread j
Thanks Stuart and Pascal for the help. I'm not sure what happened with my original patch and my inability to see some obvious issues. I have a patch ready but just noticed it doesn't have the @static-lib entries for the Ada libraries. I'll submit that later then. John

Re: add OpenMP to ports-gcc

2020-06-26 Thread Stuart Henderson
On 2020/06/26 15:57, j...@bitminer.ca wrote: > > > On 2020-06-26 15:48, Stuart Henderson wrote: > > > > > +lib/libgomp.a > > > > This update was not done on -current > > thanks, I'll recheck, but the kernel is -current > > snap1$ sysctl kern.version > kern.version=OpenBSD 6.7-current (GENERIC.

Re: add OpenMP to ports-gcc

2020-06-26 Thread j
On 2020-06-26 15:48, Stuart Henderson wrote: > > +lib/libgomp.a This update was not done on -current thanks, I'll recheck, but the kernel is -current snap1$ sysctl kern.version kern.version=OpenBSD 6.7-current (GENERIC.MP) #272: Mon Jun 15 01:54:58 MDT 2020 dera...@amd64.openbsd.org

Re: add OpenMP to ports-gcc

2020-06-26 Thread Pascal Stumpf
On Fri, 19 Jun 2020 11:50:48 -0700 (PDT), j...@bitminer.ca wrote: > This patch adjusts gcc-ports to add the various OpenMP libraries > already built to PLIST(s). > > Since ports were already patched to disable OpenMP this change > should likely result in no issues. > > > John Comment is unneces

Re: add OpenMP to ports-gcc

2020-06-26 Thread Stuart Henderson
On 2020/06/26 15:45, j...@bitminer.ca wrote: > > > > Sorry, further comment: .a and .spec should go into PLIST-main. > > > > Could you perhaps explain why? These would seem to me to be unused > unless gcc-libs was installed for the shared image. They are useless without the compiler. No need to

Re: add OpenMP to ports-gcc

2020-06-26 Thread Stuart Henderson
> > > +lib/libgomp.a This update was not done on -current

Re: add OpenMP to ports-gcc

2020-06-26 Thread j
Hi Pascal, On 2020-06-26 15:03, Pascal Stumpf wrote: On Fri, 26 Jun 2020 23:01:29 +0200, Pascal Stumpf wrote: On Fri, 19 Jun 2020 11:50:48 -0700 (PDT), j...@bitminer.ca wrote: > This patch adjusts gcc-ports to add the various OpenMP libraries > already built to PLIST(s). > > Since ports were al

Re: add OpenMP to ports-gcc

2020-06-26 Thread Pascal Stumpf
On Fri, 26 Jun 2020 23:01:29 +0200, Pascal Stumpf wrote: > On Fri, 19 Jun 2020 11:50:48 -0700 (PDT), j...@bitminer.ca wrote: > > This patch adjusts gcc-ports to add the various OpenMP libraries > > already built to PLIST(s). > > > > Since ports were already patched to disable OpenMP this change >