All of lore.kernel.org
 help / color / mirror / Atom feed
* Help required to create recipe for FANN library
@ 2009-06-15  7:18 Elvis Dowson
  2009-06-15  9:45 ` Koen Kooi
  0 siblings, 1 reply; 17+ messages in thread
From: Elvis Dowson @ 2009-06-15  7:18 UTC (permalink / raw)
  To: OpenEmbedded Developers; +Cc: EmbeddedMicro

Hi,
	Would someone be able to help us create an oe bitbake recipe for the  
Fast Artificial Neural Network Library ?

We have created an initial recipe, but the problem is don't know how  
to get this recipe to configure and install the library for the  
gumstix overo board.

If I look at the logs, nothing got configure or compiled when I look  
at the logs in the overo-oe/tmp/work/armv7a-angstrom-linux-gnueabi/ 
libfann-2.0.0-r01/tmp folder.

I've looked at a couple of recipes and it all looks the same, so can't  
figure out why this particular library is unable to get configured or  
built.

Any help would be much appreciated!

Best regards,

Elvis



# libfann-2.0.0 recipie
SECTION = "libs"
DEFAULT_PREFERENCE = "1"

# Package information
DESCRIPTION = "libfann, Fast Artificial Neural Network Library is a  
free open source neural network library, which implements multilayer  
artificial neural networks in C with support for both fully connected  
and sparsely connected networks."
LICENSE = "BSD"

PN = "libfann"
PV = "2.0.0"
PR = "r01"

SRC_URI = "http://prdownloads.sourceforge.net/fann/fann-${PV}.tar.bz2"

inherit autotools_stage pkgconfig

do_stage () {
	oe_libinstall -a -so -C lib libfann ${STAGING_LIBDIR}	
	install -d ${STAGING_INCDIR}/fann
	install -m 0644 src/include/vorbis/vorbisenc.h \
			src/include/vorbis/vorbisfile.h \
			src/include/vorbis/codec.h
			src/include/compat_time.h \
			src/include/config.h \
			src/include/doublefann.h \
			src/include/fann.h \
			src/include/fann_activation.h \
			src/include/fann_cascade.h \
			src/include/fann_data.h \
			src/include/fann_error.h \
			src/include/fann_internal.h \
			src/include/fann_io.h \
			src/include/fann_train.h \
			src/include/fixedfann.h \
			src/include/floatfann.h ${STAGING_INCDIR}/fann/
	install -d ${STAGING_DATADIR}/aclocal
	install -m 0644 aclocal.m4 ${STAGING_DATADIR}/aclocal/
}




^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2009-06-16  7:32 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-15  7:18 Help required to create recipe for FANN library Elvis Dowson
2009-06-15  9:45 ` Koen Kooi
2009-06-15 10:47   ` Elvis Dowson
2009-06-15 15:16     ` Philip Balister
2009-06-15 16:11       ` Elvis Dowson
2009-06-15 16:32         ` Leon Woestenberg
2009-06-15 17:23           ` Elvis Dowson
2009-06-15 17:31           ` Elvis Dowson
2009-06-15 17:34           ` Elvis Dowson
2009-06-15 17:52             ` Phil Blundell
2009-06-15 18:41               ` Philip Balister
2009-06-15 18:53                 ` Phil Blundell
2009-06-16  3:25                   ` Elvis Dowson
2009-06-16  7:22                     ` Phil Blundell
2009-06-15 19:39               ` Leon Woestenberg
2009-06-15 20:12                 ` Phil Blundell
2009-06-16  3:32                   ` Elvis Dowson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.