summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2006-10-22 10:57:13 +0000
committerAlfredo Tupone <tupone@gentoo.org>2006-10-22 10:57:13 +0000
commit441884a7f8000d218ecdbb2483824da9e52b308d (patch)
tree56d082fbce5766789c0f4f10cd4559af2ce506a0 /games-board/gnubg/files/gnubg-0.14.3-blas.patch
parentAdded initial ebuild for mono-fuse (mono-fuse-0.4.0) (diff)
downloadhistorical-441884a7f8000d218ecdbb2483824da9e52b308d.tar.gz
historical-441884a7f8000d218ecdbb2483824da9e52b308d.tar.bz2
historical-441884a7f8000d218ecdbb2483824da9e52b308d.zip
Patches for amd64 & fix blas usage. Bug #127554
Package-Manager: portage-2.1.1
Diffstat (limited to 'games-board/gnubg/files/gnubg-0.14.3-blas.patch')
-rw-r--r--games-board/gnubg/files/gnubg-0.14.3-blas.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/games-board/gnubg/files/gnubg-0.14.3-blas.patch b/games-board/gnubg/files/gnubg-0.14.3-blas.patch
new file mode 100644
index 000000000000..aa9c5425648a
--- /dev/null
+++ b/games-board/gnubg/files/gnubg-0.14.3-blas.patch
@@ -0,0 +1,11 @@
+--- lib/neuralnet.c.old 2006-10-22 12:12:20.000000000 +0200
++++ lib/neuralnet.c 2006-10-22 12:13:05.000000000 +0200
+@@ -39,7 +39,7 @@
+
+ #if HAVE_LIBATLAS
+ #warning "LIBATLAS processing..."
+-#include <cblas.h>
++#include <atlas/cblas.h>
+ #endif /* HAVE_LIBATLAS */
+
+ #if SIGMOID_BAUR