xref: /petsc/src/mat/impls/cufft/makefile (revision c5563ed3d46fd4a2074e7fad74cb8c322d44c032)
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
12
13include ${PETSC_DIR}/lib/petsc/conf/variables
14include ${PETSC_DIR}/lib/petsc/conf/rules
15include ${PETSC_DIR}/lib/petsc/conf/test
16