[88083] trunk/dports/math/libsvm

hum at macports.org hum at macports.org
Sun Dec 18 03:32:01 PST 2011


Revision: 88083
          http://trac.macports.org/changeset/88083
Author:   hum at macports.org
Date:     2011-12-18 03:31:56 -0800 (Sun, 18 Dec 2011)
Log Message:
-----------
libsvm: update to 3.11.

Modified Paths:
--------------
    trunk/dports/math/libsvm/Portfile
    trunk/dports/math/libsvm/files/patch-Makefile.diff

Modified: trunk/dports/math/libsvm/Portfile
===================================================================
--- trunk/dports/math/libsvm/Portfile	2011-12-18 11:21:15 UTC (rev 88082)
+++ trunk/dports/math/libsvm/Portfile	2011-12-18 11:31:56 UTC (rev 88083)
@@ -5,7 +5,7 @@
 
 name                    libsvm
 epoch                   1
-version                 3.1
+version                 3.11
 categories              math
 maintainers             hum openmaintainer
 license                 BSD
@@ -24,8 +24,8 @@
 homepage                http://www.csie.ntu.edu.tw/~cjlin/libsvm/
 master_sites            ${homepage}
 
-checksums               sha1    20f09f25a99850009154f6133c5d7ff74cef78a3 \
-                        rmd160  3554cbf671633af17973a25ecf1633ac013f714c
+checksums           rmd160  75ad8a4380da20f0c72928bdb1b21025227f53aa \
+                    sha256  8ff59bf7b487b339cac7ed94593f6ba5136c01c985f9a0601c145ce472a621d5
 
 patchfiles              patch-Makefile.diff
 

Modified: trunk/dports/math/libsvm/files/patch-Makefile.diff
===================================================================
--- trunk/dports/math/libsvm/files/patch-Makefile.diff	2011-12-18 11:21:15 UTC (rev 88082)
+++ trunk/dports/math/libsvm/files/patch-Makefile.diff	2011-12-18 11:31:56 UTC (rev 88083)
@@ -1,14 +1,14 @@
---- Makefile.orig	2010-03-18 09:54:02.000000000 -0500
-+++ Makefile	2010-07-10 04:59:44.000000000 -0500
+--- Makefile.orig	2011-06-26 04:55:06.000000000 +0900
++++ Makefile	2011-12-18 20:24:32.000000000 +0900
 @@ -2,7 +2,7 @@
  CFLAGS = -Wall -Wconversion -O3 -fPIC
- SHVER = 1
+ SHVER = 2
  
 -all: svm-train svm-predict svm-scale
 +all: svm-train svm-predict svm-scale libsvm.a libsvm.dylib
  
  lib: svm.o
- 	$(CXX) -shared -dynamiclib svm.o -o libsvm.so.$(SHVER)
+ 	$(CXX) -shared -dynamiclib -Wl,-soname,libsvm.so.$(SHVER) svm.o -o libsvm.so.$(SHVER)
 @@ -15,5 +15,14 @@
  	$(CXX) $(CFLAGS) svm-scale.c -o svm-scale
  svm.o: svm.cpp svm.h
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111218/7dcfde13/attachment-0001.html>


More information about the macports-changes mailing list