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 /recipes | |
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!
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/fann/fann_2.0.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
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" + |