fann-2.0.0 : Add recipe for Fast Artificial Neural Network Library.
authorPhilip Balister <philip@balister.org>
Fri, 19 Jun 2009 13:31:06 +0000 (09:31 -0400)
committerPhilip Balister <philip@balister.org>
Fri, 19 Jun 2009 13:31:48 +0000 (09:31 -0400)
This recipe stages the headers into /usr/include. This matches the Debian
way, but not the Fedora way. Some adjustments will be needed for packages
that use fann by including <fann/fann.h>

Motivation provided by Elvis Dowson. Thanks!

conf/checksums.ini
recipes/fann/fann_2.0.0.bb [new file with mode: 0644]

index 3cc807b..5ed7513 100644 (file)
@@ -5922,6 +5922,10 @@ sha256=885ced3480aef3cee519a459a572e31cd2fd5e24bcd35b1d0c8833361699026e
 md5=1bf3ae6c0c58d3201afc97c6a4834e39
 sha256=1e0aa136693a3e9f4b43ebd71e7bd934cea31817a4a6cba2edc7aac353b8a93f
 
+[http://downloads.sourceforge.net/fann/fann-2.0.0.tar.bz2]
+md5=4224efa533265dcf39237667973d0e20
+sha256=762a1313a9b935300cb66ebf052d469d04823ca721fe6dd2a49c01e13e8ab30a
+
 [http://telepathy.freedesktop.org/releases/farsight/farsight-0.1.5.tar.gz]
 md5=2aaf871471a9ec037763c5dc7c193c57
 sha256=6b9785167934948a582839f9723e37214cab1607a9764c35f10d555f8e662575
diff --git a/recipes/fann/fann_2.0.0.bb b/recipes/fann/fann_2.0.0.bb
new file mode 100644 (file)
index 0000000..4ea49c9
--- /dev/null
@@ -0,0 +1,11 @@
+DESCRIPTION = "Fast Artificial Neural Network Library"
+HOMEPAGE = "http://leenissen.dk/fann/"
+SECTION = "libs"
+LICENSE = "BSD"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/fann/fann-${PV}.tar.bz2"
+
+inherit autotools_stage
+
+AUTOTOOLS_STAGE_PKGCONFIG = "1"
+