[ptxdist] Install directory hierarchy?

2008-09-03 Thread Gary Thomas
Is there any [simple] way to install a complete tree into the target? I'd like to be able to write a single macro to copy an entire tree, e.g. from sysroot-target into my target root. I've seen lots of cases of installing a file or two, or in the case of Python, even a whole sub-tree, but this

Re: [ptxdist] Install directory hierarchy?

2008-09-03 Thread graham . gower
We've got a few packages that would be simplified by an install_dir_recursive command. At the moment, we have constructs such as: @for i in $$(find $(EXAMPLEPKG_DIR)/ ! -type d); do\ filename=`find $$i -printf %f\n`\ $(call install_copy,

[ptxdist] building fftw

2008-09-03 Thread Jon Smirl
ptxdist builds fftw with the --enabled-shared configure flag to make shared libraries. fftw includes several test program to verify the accuracy of the fp unit. These apps aren't getting linked to the shared library correctly. Instead of ending up with an executable, I get a shell script instead.