xref: /petsc/src/ksp/pc/impls/saviennaclcuda/makefile (revision 166fa82594501b6df310c0800dec53ee1482b6ec)
1-include ../../../../../petscdir.mk
2#requirespackage 'PETSC_HAVE_VIENNACL'
3#requiresdefine 'PETSC_HAVE_CUDA'
4
5SOURCECU  = saviennacl.cu
6LIBBASE   = libpetscksp
7MANSEC    = KSP
8SUBMANSEC = PC
9
10include ${PETSC_DIR}/lib/petsc/conf/variables
11include ${PETSC_DIR}/lib/petsc/conf/rules
12include ${PETSC_DIR}/lib/petsc/conf/test
13