[103997] trunk/dports/math/libsvm/Portfile

hum at macports.org hum at macports.org
Tue Mar 12 06:36:48 PDT 2013


Revision: 103997
          https://trac.macports.org/changeset/103997
Author:   hum at macports.org
Date:     2013-03-12 06:36:47 -0700 (Tue, 12 Mar 2013)
Log Message:
-----------
libsvm: add python33 variant.

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

Modified: trunk/dports/math/libsvm/Portfile
===================================================================
--- trunk/dports/math/libsvm/Portfile	2013-03-12 13:33:13 UTC (rev 103996)
+++ trunk/dports/math/libsvm/Portfile	2013-03-12 13:36:47 UTC (rev 103997)
@@ -98,6 +98,11 @@
     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 }
+}
+
 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: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130312/53153289/attachment.html>


More information about the macports-changes mailing list