xref: /petsc/src/mat/impls/cufft/makefile (revision 72a35d6d63ea98b60d8ef4c5aaefda5ff933c0fe)
1-include ../../../../petscdir.mk
2#requirespackage 'PETSC_HAVE_CUDA'
3#requiresprecision single
4#requiresscalar    complex
5
6SOURCECU  = cufft.cu
7LIBBASE   = libpetscmat
8MANSEC    = Mat
9
10include ${PETSC_DIR}/lib/petsc/conf/variables
11include ${PETSC_DIR}/lib/petsc/conf/rules
12include ${PETSC_DIR}/lib/petsc/conf/test
13