[41202] trunk/dports/math/libsvm

febeling at macports.org febeling at macports.org
Mon Oct 27 15:09:40 PDT 2008


Revision: 41202
          http://trac.macports.org/changeset/41202
Author:   febeling at macports.org
Date:     2008-10-27 15:09:40 -0700 (Mon, 27 Oct 2008)
Log Message:
-----------
math/libsvm: upgrade to version 2.87

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	2008-10-27 21:56:59 UTC (rev 41201)
+++ trunk/dports/math/libsvm/Portfile	2008-10-27 22:09:40 UTC (rev 41202)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			libsvm
-version			2.86
+version			2.87
 
 categories		math
 maintainers		febeling
@@ -14,9 +14,7 @@
 homepage		http://www.csie.ntu.edu.tw/~cjlin/libsvm/
 master_sites	        ${homepage}
 
-checksums		md5 fe0cccace12516382be5a7c513e4b056 \
-                        sha1 55e1e6ea8c04394662f378087d73573d859e14e3 \
-                        rmd160 55920cb3964832923425e9cf2b93ddfde8a558b7
+checksums               sha1 b65a3bf1d636d03522b62a8e7bcfa9196f0a3a8c 
 patchfiles              patch-Makefile.diff
 
 use_configure	        no

Modified: trunk/dports/math/libsvm/files/patch-Makefile.diff
===================================================================
--- trunk/dports/math/libsvm/files/patch-Makefile.diff	2008-10-27 21:56:59 UTC (rev 41201)
+++ trunk/dports/math/libsvm/files/patch-Makefile.diff	2008-10-27 22:09:40 UTC (rev 41202)
@@ -1,16 +1,15 @@
---- Makefile.orig	2008-01-01 23:53:47.000000000 +0100
-+++ Makefile	2008-01-02 11:15:00.000000000 +0100
-@@ -1,7 +1,7 @@
- CXX? = g++
--CFLAGS = -Wall -O3 
-+CFLAGS = -Wall -O3 -fno-common
+--- Makefile.orig	2008-10-27 23:00:10.000000000 +0100
++++ Makefile	2008-10-27 23:04:04.000000000 +0100
+@@ -2,7 +2,7 @@
+ CFLAGS = -Wall -Wconversion -O3 -fPIC
+ SHVER = 1
  
 -all: svm-train svm-predict svm-scale
 +all: svm-train svm-predict svm-scale libsvm.a libsvm.dylib
  
- svm-predict: svm-predict.c svm.o
- 	$(CXX) $(CFLAGS) svm-predict.c svm.o -o svm-predict -lm
-@@ -11,5 +11,14 @@
+ lib: svm.o
+ 	$(CXX) -shared svm.o -o libsvm.so.$(SHVER)
+@@ -15,5 +15,14 @@
  	$(CXX) $(CFLAGS) svm-scale.c -o svm-scale
  svm.o: svm.cpp svm.h
  	$(CXX) $(CFLAGS) -c svm.cpp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081027/02994554/attachment-0001.html>


More information about the macports-changes mailing list