GCC48 & GCC47 + FFTW-3

David Strubbe dstrubbe at mit.edu
Thu Aug 29 11:26:45 PDT 2013


Let me just comment: I am not sure there is any reason to try to swap
everything from gcc47 to gcc48. There are probably only a few cases where
there would be some incompatibility (and likely only at build time), and so
Federico could just rebuild ports insofar as any problem is found.

David


On Thu, Aug 29, 2013 at 2:23 PM, Ryan Schmidt <ryandesign at macports.org>wrote:

>
> On Aug 29, 2013, at 11:21, Ryan Schmidt wrote:
>
> > You can use "port installed|grep +gcc47" to see what ports were
> installed with the +gcc47 variant. For each one, you can use "port
> variants" to see if a +gcc48 variable is available, and if so, you could
> rebuild the port with that, if you like.
>
> And you could probably automate the whole process with:
>
>
> port installed variant:gcc48 | awk '/\+gcc47/ {print $1}' | xargs -n 1 -J
> % sudo port -y upgrade --enforce-variants % -gcc47 +gcc48
>
>
> This:
> * gets the list of installed ports that have a gcc48 variant
> * using awk, prints the names of those that were installed with the gcc47
> variant
> * upgrades each one to use gcc48 instead of gcc47
>
>
> _______________________________________________
> macports-users mailing list
> macports-users at lists.macosforge.org
> https://lists.macosforge.org/mailman/listinfo/macports-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-users/attachments/20130829/ef98bbcb/attachment.html>


More information about the macports-users mailing list