diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-21 15:26:21 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-21 15:26:21 +0000 |
commit | 78d97c91b0da4a4cee3ec69711556332e34e048e (patch) | |
tree | 96653a30d35af947b37e3e2497b532ebdb84d028 /science/libsvm/files/patch-Makefile | |
parent | Distfile re-rolled on official site (diff) |
* add python interface
* change maintainer email address
PR: 37919
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=59630
Diffstat (limited to 'science/libsvm/files/patch-Makefile')
-rw-r--r-- | science/libsvm/files/patch-Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/science/libsvm/files/patch-Makefile b/science/libsvm/files/patch-Makefile index 3c2c8542f759..800400c3b960 100644 --- a/science/libsvm/files/patch-Makefile +++ b/science/libsvm/files/patch-Makefile @@ -1,7 +1,5 @@ -$FreeBSD$ - ---- Makefile.orig Sat Sep 22 11:04:16 2001 -+++ Makefile Tue Dec 18 22:39:11 2001 +--- Makefile.orig Sat Sep 22 23:04:16 2001 ++++ Makefile Fri May 10 14:40:09 2002 @@ -1,5 +1,5 @@ -CXXC = g++ -CFLAGS = -Wall -O3 -g @@ -10,11 +8,9 @@ $FreeBSD$ all: svm-train svm-predict svm-scale -@@ -13,3 +13,7 @@ +@@ -13,3 +13,5 @@ $(CXXC) $(CFLAGS) -c svm.cpp clean: rm -f *~ svm.o svm-train svm-predict svm-scale -+ -+install: -+ install -d ${PREFIX}/bin/ -+ install -s -c -m 755 svm-train svm-predict svm-scale ${PREFIX}/bin/ ++py: ++ cd python; $(MAKE) PYTHON_INCLUDEDIR=${PYTHON_INCLUDEDIR} |