xref: /petsc/src/mat/impls/aij/seq/seqviennaclcuda/makefile (revision 166fa82594501b6df310c0800dec53ee1482b6ec)
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