Skip to content

Commit

Permalink
Add hypre script to installation
Browse files Browse the repository at this point in the history
  • Loading branch information
luszczek committed Mar 21, 2020
1 parent 32d325d commit 5c80e70
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hypre/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,11 @@ install(TARGETS ij_laplacian RUNTIME DESTINATION bin)

# Copy glvis helper script and directory
file(COPY vis DESTINATION .)

install(DIRECTORY vis
DESTINATION share/xsdk-examples/hypre
PATTERN vis/*
PERMISSIONS
OWNER_EXECUTE OWNER_WRITE OWNER_READ
GROUP_EXECUTE GROUP_READ
WORLD_READ WORLD_EXECUTE)

0 comments on commit 5c80e70

Please sign in to comment.