[118072] trunk/dports/math/liblinear/Portfile

mmoll at macports.org mmoll at macports.org
Thu Mar 20 14:22:51 PDT 2014


Revision: 118072
          https://trac.macports.org/changeset/118072
Author:   mmoll at macports.org
Date:     2014-03-20 14:22:51 -0700 (Thu, 20 Mar 2014)
Log Message:
-----------
math/liblinear: add python33 and python34 variants

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

Modified: trunk/dports/math/liblinear/Portfile
===================================================================
--- trunk/dports/math/liblinear/Portfile	2014-03-20 20:25:48 UTC (rev 118071)
+++ trunk/dports/math/liblinear/Portfile	2014-03-20 21:22:51 UTC (rev 118072)
@@ -88,6 +88,16 @@
     post-destroot { install_py 3.2 }
 }
 
+variant python33 description {Install Python 3.3 interface} {
+    depends_lib-append  port:python33
+    post-destroot { install_py 3.3 }
+}
+
+variant python34 description {Install Python 3.4 interface} {
+    depends_lib-append  port:python34
+    post-destroot { install_py 3.4 }
+}
+
 proc install_py {branch} {
     global frameworks_dir destroot worksrcpath
     set py_prefix  ${frameworks_dir}/Python.framework/Versions/${branch}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140320/3cb33716/attachment.html>


More information about the macports-changes mailing list