diff options
author | Philip Balister <philip@balister.org> | 2009-06-19 09:31:06 -0400 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2009-06-19 09:31:48 -0400 |
commit | 617f8b6d64b7d3f47eb8c8ddd56817e9577f354f (patch) | |
tree | 4b1a7b1469a9cdb86d173312d377ab6305f12765 | |
parent | de3740893955e5f84e428b4578fd5a71e4654939 (diff) |
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!
-rw-r--r-- | conf/checksums.ini | 4 | ||||
-rw-r--r-- | 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 3cc807b4fc..5ed7513a79 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 0000000000..4ea49c909d --- /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" + |