xref: /petsc/src/ksp/pc/impls/saviennaclcuda/makefile (revision cf9fde02ba461a636ac9113095e647a955676ffc)
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