[116266] trunk/dports/math/octave/Portfile

michaelld at macports.org michaelld at macports.org
Thu Jan 23 08:04:23 PST 2014


Revision: 116266
          https://trac.macports.org/changeset/116266
Author:   michaelld at macports.org
Date:     2014-01-23 08:04:23 -0800 (Thu, 23 Jan 2014)
Log Message:
-----------
octave:
+ when +gccXY is selected, make sure the correct gcc port is a dependency;
+ change +g95 to be a lib dependency, not just build;
+ should address ticket #41969.

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

Modified: trunk/dports/math/octave/Portfile
===================================================================
--- trunk/dports/math/octave/Portfile	2014-01-23 15:57:21 UTC (rev 116265)
+++ trunk/dports/math/octave/Portfile	2014-01-23 16:04:23 UTC (rev 116266)
@@ -8,7 +8,7 @@
 name                octave
 
 version             3.6.4
-revision            11
+revision            12
 #conflicts           octave-devel
 categories          math science
 maintainers         michaelld openmaintainer
@@ -148,7 +148,7 @@
 eval [subst {
     variant g95 conflicts ${gcc_conflicts} requires accelerate \
         description "Build with MacPorts g95 as the Fortran Compiler" {
-            depends_build-append port:g95
+            depends_lib-append port:g95
             configure.fc ${prefix}/bin/g95
             configure.f77 ${prefix}/bin/g95
             configure.f90 ${prefix}/bin/g95
@@ -173,6 +173,7 @@
     eval [subst {
         variant ${gcc_ver1_no_dot} ${gcc_conflicts} \
             description "Build with the MacPorts ${gcc_ver1_no_dot} as the Fortran Compiler" {
+                depends_lib-append port:${gcc_ver1_no_dot}
                 configure.fc  ${prefix}/bin/gfortran-mp-${ver1}
                 configure.f77 ${prefix}/bin/gfortran-mp-${ver1}
                 configure.f90 ${prefix}/bin/gfortran-mp-${ver1}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140123/f774fa6c/attachment.html>


More information about the macports-changes mailing list