[oe-commits] Philip Balister : fann-2.0.0 : Add recipe for Fast Artificial Neural Network Library.

git version control git at git.openembedded.org
Fri Jun 19 13:32:14 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 617f8b6d64b7d3f47eb8c8ddd56817e9577f354f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=617f8b6d64b7d3f47eb8c8ddd56817e9577f354f

Author: Philip Balister <philip at balister.org>
Date:   Fri Jun 19 09:31:06 2009 -0400

fann-2.0.0 : Add recipe for Fast Artificial Neural Network Library.

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         |    4 ++++
 recipes/fann/fann_2.0.0.bb |   11 +++++++++++
 2 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 3cc807b..5ed7513 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -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
index 0000000..4ea49c9
--- /dev/null
+++ b/recipes/fann/fann_2.0.0.bb
@@ -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"
+





More information about the Openembedded-commits mailing list