Re: Congratulations to all the selected GSOC students and projects

2017-05-12 Thread Rainer Müller
On 2017-05-12 05:07, Joshua Root wrote: > On 2017-5-12 06:45 , Clemens Lang wrote: >> Hey, >> >> On Tue, May 09, 2017 at 12:47:15PM +1000, Joshua Root wrote: >>> On 2017-5-9 12:11 , Zero King wrote: Does anyone have a list of packages to install on Ubuntu Trusty to run MacPorts? This woul

Re: gcc, AVX (and newer) intrinsics and binutils

2017-05-12 Thread Chris Jones
GCC vs. clang comparisons on sites like Phoronix suggest that GCC still has the upper hand compared even to clang 4.0 in computation-intensive tasks so it would make a lot of sense to get it to support the full instruction set. Please provide links to support such a claim. My reading is th

Re: buildbot: don't skip building i386 packages

2017-05-12 Thread Mojca Miklavec
Hi, On 12 May 2017 at 12:10, Mojca Miklavec wrote: > Hi, > > A while ago I requested changing mpbb-list-subports to exclude ports > that have already been built and uploaded. > > May we please change this to only exclude "native" builds? > > Rationale: I would like to force build wine every now a

buildbot: don't skip building i386 packages

2017-05-12 Thread Mojca Miklavec
Hi, A while ago I requested changing mpbb-list-subports to exclude ports that have already been built and uploaded. May we please change this to only exclude "native" builds? Rationale: I would like to force build wine every now and then just for the sake of building all the universal dependenci

gcc, AVX (and newer) intrinsics and binutils

2017-05-12 Thread René J . V . Bertin
Hi, As reported elsewhere I have been working on a GCC patch to get g++ to build against libc++ so it can be used more generally. That seems to work, even on 10.9 which has a libc++ that is missing a number of functions (like "operator delete(void*, unsigned long)") but which can apparently be

Re: MacPorts now listed on Repology.org

2017-05-12 Thread Mojca Miklavec
Joshua, thanks a lot! https://github.com/repology/repology/blob/master/helpers/portindex2json/portindex2json.tcl Mojca