[125581] trunk/dports/science/abinit/Portfile

dstrubbe at macports.org dstrubbe at macports.org
Sun Sep 21 22:21:08 PDT 2014


Revision: 125581
          https://trac.macports.org/changeset/125581
Author:   dstrubbe at macports.org
Date:     2014-09-21 22:21:07 -0700 (Sun, 21 Sep 2014)
Log Message:
-----------
abinit: temporarily include config.log in main log file for debugging buildbot configure failure on Mountain Lion.

Modified Paths:
--------------
    trunk/dports/science/abinit/Portfile

Modified: trunk/dports/science/abinit/Portfile
===================================================================
--- trunk/dports/science/abinit/Portfile	2014-09-22 00:15:20 UTC (rev 125580)
+++ trunk/dports/science/abinit/Portfile	2014-09-22 05:21:07 UTC (rev 125581)
@@ -39,6 +39,15 @@
 configure.args      --with-linalg-flavor="atlas" --enable-gw-dpc
 configure.optflags  -O3
 
+# This is a temporary measure for debugging configure failure on Mountain Lion buildslave.
+
+#checking for gcc... mpicc-mpich-mp
+#checking whether the C compiler works... no
+
+post-configure {
+    system -W ${worksrcpath} "cat config.log"
+}
+
 build.cmd           make
 use_parallel_build  yes
 
@@ -58,10 +67,6 @@
     }
 }
 
-# FIXME: fails on lion.
-#checking for gcc... mpicc-mpich-mp
-#checking whether the C compiler works... no
-
 # FIXME: use compiler and MPI port groups
 
 pre-fetch {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140921/b865a2eb/attachment.html>


More information about the macports-changes mailing list