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