[127404] trunk/dports/science/sparskit/Portfile

dstrubbe at macports.org dstrubbe at macports.org
Mon Oct 27 07:53:49 PDT 2014


Revision: 127404
          https://trac.macports.org/changeset/127404
Author:   dstrubbe at macports.org
Date:     2014-10-27 07:53:49 -0700 (Mon, 27 Oct 2014)
Log Message:
-----------
sparskit: Add notice on where to see test results. Use only 'fc' from compilers portgroup for simplicity and consistency.

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

Modified: trunk/dports/science/sparskit/Portfile
===================================================================
--- trunk/dports/science/sparskit/Portfile	2014-10-27 14:31:50 UTC (rev 127403)
+++ trunk/dports/science/sparskit/Portfile	2014-10-27 14:53:49 UTC (rev 127404)
@@ -33,7 +33,7 @@
                     patch-INOUT-makefile.diff \
                     patch-MATGEN-FEM-makefile.diff
 
-compilers.choose    fc f77 f90
+compilers.choose    fc
 compilers.setup     require_fortran
 
 build.args          OPT="-c -O3"
@@ -49,14 +49,18 @@
 }
 
 post-fetch {
-    build.args-append  F77=${configure.f77}
-    test.args-append   F77=${configure.f77} FC=${configure.fc}
+    build.args-append  F77=${configure.fc}
+    test.args-append   F77=${configure.fc} FC=${configure.fc}
 }
 
 destroot {
     xinstall ${worksrcpath}/libskit.a ${destroot}${prefix}/lib/
 }
 
+post-test {
+    ui_notice "Examine log file for test results."
+}
+
 livecheck.type      regex
 livecheck.url       [lindex ${master_sites} 0]
 livecheck.regex     SPARSKIT(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141027/7086bc70/attachment.html>


More information about the macports-changes mailing list