[140214] trunk/dports/devel/qd/Portfile

takeshi at macports.org takeshi at macports.org
Sat Sep 12 06:06:09 PDT 2015


Revision: 140214
          https://trac.macports.org/changeset/140214
Author:   takeshi at macports.org
Date:     2015-09-12 06:06:09 -0700 (Sat, 12 Sep 2015)
Log Message:
-----------
qd: update to 2.3.17, closing #48751

Modified Paths:
--------------
    trunk/dports/devel/qd/Portfile

Modified: trunk/dports/devel/qd/Portfile
===================================================================
--- trunk/dports/devel/qd/Portfile	2015-09-12 12:59:37 UTC (rev 140213)
+++ trunk/dports/devel/qd/Portfile	2015-09-12 13:06:09 UTC (rev 140214)
@@ -2,12 +2,14 @@
 # $Id$
 
 PortSystem 1.0
+PortGroup           compilers 1.0
 
 name                qd
-version             2.3.11
+version             2.3.17
 categories          devel math
 platforms           darwin
-maintainers         nomaintainer
+license             LBNL-BSD
+maintainers         gmail.com:brad.froehle
 
 description     C++/Fortran-90 double-double and quad-double package
 long_description \
@@ -23,11 +25,20 @@
 homepage        http://crd.lbl.gov/~dhbailey/mpdist/
 master_sites    ${homepage}
 
+compilers.choose    cxx fc
+compilers.setup     -dragonegg -gfortran
+
 checksums \
-        md5     4623b3b103897d7fb12c729e8c206969 \
-        sha1    9f66ceb4a0d5373e8f02c783ceaa2d653114c6eb \
-        rmd160  44d858feba1190845ff17e1f2e54afc4c0643c62
+        md5     5e17dbeaff328ce312ccadccdb669592 \
+        sha1    e49295182c7424c644cc618cd205cb27b8909f53 \
+        rmd160  aff0765dd4323ff3c7096ac65b4d6197c8b3372d
 
+if {[fortran_variant_isset]} {
+    configure.args-append   --enable-fortran
+} else {
+    configure.args-append   --disable-fortran
+}
+
 post-build {
     reinplace -E {s|-arch [a-z0-9_]+||g} \
         ${worksrcpath}/qd-config
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150912/8ede13ed/attachment.html>


More information about the macports-changes mailing list