~ubuntu-branches/ubuntu/quantal/starpu-contrib/quantal

« back to all changes in this revision

Viewing changes to examples/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Thibault
  • Date: 2011-05-24 18:26:07 UTC
  • Revision ID: james.westby@ubuntu.com-20110524182607-1dlokq6qv2m0hrzi
Tags: 0.9.1-2
* debian/rules:
  - Add rule to change Sections to contrib/.
  - Set HOME to $PWD while making test, to permit buildds to write into
    $HOME/.starpu.
* debian/control: Depend on libnuma-dev only on architectures which have it.
* debian/patches/no-fftwl: Build starpufft even without fftwl.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
SUBDIRS = stencil
25
25
 
26
26
if STARPU_HAVE_FFTW
27
 
if STARPU_HAVE_FFTWL
 
27
if STARPU_HAVE_FFTWF
28
28
SUBDIRS += starpufft
29
29
endif
30
30
endif
621
621
# matVecMult example #
622
622
######################
623
623
 
 
624
if FALSE
624
625
check_PROGRAMS +=                               \
625
626
        matvecmult/matvecmult
626
627
 
634
635
nobase_STARPU_OPENCL_DATA_DATA += \
635
636
        matvecmult/matvecmult_kernel.cl
636
637
endif
 
638
endif
637
639
 
638
640
#####################
639
641
# profiling example #