[93870] trunk/dports/math/atlas/Portfile

vince at macports.org vince at macports.org
Fri Jun 1 13:05:47 PDT 2012


Revision: 93870
          https://trac.macports.org/changeset/93870
Author:   vince at macports.org
Date:     2012-06-01 13:05:47 -0700 (Fri, 01 Jun 2012)
Log Message:
-----------
Fix a regression: GOODGCC should be set to our configure.cc and not to "gcc". The corresponding patch was removed during the jump from .47 to .75.

Modified Paths:
--------------
    trunk/dports/math/atlas/Portfile

Modified: trunk/dports/math/atlas/Portfile
===================================================================
--- trunk/dports/math/atlas/Portfile	2012-06-01 18:29:02 UTC (rev 93869)
+++ trunk/dports/math/atlas/Portfile	2012-06-01 20:05:47 UTC (rev 93870)
@@ -348,6 +348,11 @@
         reinplace "s|XXX|'${cc}' '-O3 -fomit-frame-pointer'|" \
              ${worksrcpath}/CONFIG/src/atlcomp.txt
     }
+
+	# Forces goodgcc
+
+	reinplace -E "s|GOODGCC =.*|GOODGCC = ${configure.cc}\");|" \
+		${worksrcpath}/CONFIG/src/SpewMakeInc.c
     
     # If we use clang, we must grasp a gfortran compiler to build
     # Fortran sources (do not impact overall Atlas performance)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120601/92785c57/attachment.html>


More information about the macports-changes mailing list