xref: /petsc/src/mat/impls/cufft/makefile (revision 9fd2a872fac71d98bdeeea4f800da4f052f7a9fb)
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