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