[109680] trunk/dports/math/shogun/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Aug 19 09:39:59 PDT 2013


Revision: 109680
          https://trac.macports.org/changeset/109680
Author:   jeremyhu at macports.org
Date:     2013-08-19 09:39:59 -0700 (Mon, 19 Aug 2013)
Log Message:
-----------
shogun: Remove implied dependencies

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

Modified: trunk/dports/math/shogun/Portfile
===================================================================
--- trunk/dports/math/shogun/Portfile	2013-08-19 16:37:09 UTC (rev 109679)
+++ trunk/dports/math/shogun/Portfile	2013-08-19 16:39:59 UTC (rev 109680)
@@ -65,32 +65,28 @@
 # Define compilers variants
 variant gcc45 conflicts gcc46 gcc47 gcc48 clang33 description {Compile with gcc 4.5} {
     configure.compiler      macports-gcc-4.5
-    depends_lib-append      port:gcc45
     configure.args-append   --ldflags=-lgfortran
 }
 
 variant gcc46 conflicts gcc45 gcc47 gcc48 clang33 description {Compile with gcc 4.6} {
     configure.compiler      macports-gcc-4.6
-    depends_lib-append      port:gcc46
     configure.args-append   --ldflags=-lgfortran
 }
 
 variant gcc47 conflicts gcc45 gcc46 gcc48 clang33 description {Compile with gcc 4.7} {
     configure.compiler      macports-gcc-4.7
-    depends_lib-append      port:gcc47
     configure.args-append   --ldflags=-lgfortran
 }
 
 variant gcc48 conflicts gcc45 gcc46 gcc47 clang33 description {Compile with gcc 4.8} {
     configure.compiler      macports-gcc-4.8
-    depends_lib-append      port:gcc48
     configure.args-append   --ldflags=-lgfortran
 }
 
 variant clang33 conflicts gcc45 gcc46 gcc47 gcc48 description {Compile with clang 3.3} {
     configure.compiler      macports-clang-3.3
-    depends_lib-append      port:clang-3.3 \
-                            port:gcc47
+    depends_build-append    port:gcc47
+    depends_lib-append      port:libgcc
     configure.args-delete   --disable-cpudetection
     configure.args-append   --enable-cpudetection \
                             --ldflags=-lgfortran
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130819/13c6d50f/attachment.html>


More information about the macports-changes mailing list