]> git.pld-linux.org Git - packages/fann.git/blame - fann-python.patch
- Completed the UTF-8 conversion.
[packages/fann.git] / fann-python.patch
CommitLineData
0683ba34
MB
1diff -urN fann-2.0.0/python/pyfann/Makefile fann-2.0.0.new/python/pyfann/Makefile
2--- fann-2.0.0/python/pyfann/Makefile 2005-12-03 02:22:43.000000000 +0100
3+++ fann-2.0.0.new/python/pyfann/Makefile 2006-01-07 20:18:27.000000000 +0100
4@@ -5,12 +5,12 @@
90eb8909 5
0683ba34
MB
6 PYTHON=python2.4
7 FANN_DIR="../.."
8-LIBS=-L. -L/usr/local/lib -L/usr/bin -l$(PYTHON) $(FANN_DIR)/src/fann*.o
9+LIBS=-L. -L/usr/lib -L/usr/bin -l$(PYTHON) $(FANN_DIR)/src/fann*.o
90eb8909 10
11 all: $(TARGETS)
0683ba34
MB
12
13 _%.so: pyfann_wrap.o fann_helper.o
12738539 14- gcc $(LIBS) -shared -dll $^ -o $@
12738539 15+ gcc $(LIBS) -shared $^ -o $@
eba6fd4c 16
17 %.o: %.c
0683ba34 18 gcc -c $< -I/usr/include/$(PYTHON)/ -I$(FANN_DIR)/src/include/
This page took 0.053195 seconds and 4 git commands to generate.