]> git.pld-linux.org Git - packages/fann.git/commitdiff
- new patch
authorjpc <jpc@pld-linux.org>
Sat, 5 Jun 2004 14:32:35 +0000 (14:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fann-python.patch -> 1.1

fann-python.patch [new file with mode: 0644]

diff --git a/fann-python.patch b/fann-python.patch
new file mode 100644 (file)
index 0000000..b4c7785
--- /dev/null
@@ -0,0 +1,11 @@
+--- fann-1.1.0/python/Makefile.old     2004-01-28 09:42:55.000000000 +0100
++++ fann-1.1.0/python/Makefile 2004-06-05 15:56:46.242972328 +0200
+@@ -6,7 +6,7 @@
+ all: $(TARGETS)
+ _%.so: %_wrap.o
+-      gcc -shared $< -lfann -o $@ 
++      gcc -shared $< -L../src/.libs/ -lfann -o $@ 
+ %.o: %.c 
+       gcc -c -fpic $< -I/usr/include/python2.3/
This page took 0.056967 seconds and 4 git commands to generate.