]> git.pld-linux.org Git - packages/fann.git/blob - fann-python.patch
- Completed the UTF-8 conversion.
[packages/fann.git] / fann-python.patch
1 diff -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 @@
5  
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
10  
11  all: $(TARGETS)
12         
13  _%.so: pyfann_wrap.o fann_helper.o
14 -       gcc $(LIBS) -shared -dll $^ -o $@
15 +       gcc $(LIBS) -shared $^ -o $@
16  
17  %.o: %.c 
18         gcc -c $< -I/usr/include/$(PYTHON)/ -I$(FANN_DIR)/src/include/
This page took 1.007113 seconds and 3 git commands to generate.