Skip to content

Commit

Permalink
try correct petsc path
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarnotel committed Mar 22, 2024
1 parent 9e893e2 commit 224c0d9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions etc/config/m4/WindowsPackage.m4
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,12 @@ IFMPI Source: "examples\hpddm\*.edp"; DestDir: "{app}\examples\hpddm"
;Source: "0ldUserReadMe.txt"; DestDir: "{app}\examples\eigen"

;PETSc
;IFPETSC Source: "FFPETSC\*"; DestDir: "{app}\ff-petsc"; Flags: recursesubdirs
IFPETSC Source: "C:\msys64\mingw64\ff-petsc\*"; DestDir: "{app}\ff-petsc"; Flags: recursesubdirs
#if DirExists("FFPETSC")
IFPETSC Source: "FFPETSC\*"; DestDir: "{app}\ff-petsc"; Flags: recursesubdirs
#endif
#if DirExists("D:\a\_temp\msys64\mingw64\ff-petsc\")
IFPETSC Source: "D:\a\_temp\msys64\mingw64\ff-petsc\*"; DestDir: "{app}\ff-petsc"; Flags: recursesubdirs
#endif

; Documentation files may need to be copied from another machine if
; Cygwin refuses to build them.
Expand Down

0 comments on commit 224c0d9

Please sign in to comment.