Skip to content

Commit

Permalink
try find ff-petsc
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarnotel committed Mar 19, 2024
1 parent 9a41d9d commit 479b890
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/release-exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ jobs:
continue-on-error: true
run: make check

- name: check
shell: cmd
run: dir ff-petsc /AD /s

- name: Create EXE
id: exe
run: |
Expand Down
2 changes: 1 addition & 1 deletion etc/config/m4/WindowsPackage.m4
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ IFMPI Source: "examples\hpddm\*.edp"; DestDir: "{app}\examples\hpddm"

;PETSc
;IFPETSC Source: "FFPETSC\*"; DestDir: "{app}\ff-petsc"; Flags: recursesubdirs
IFPETSC Source: "C:\mingw64\ff-petsc\*"; DestDir: "{app}\ff-petsc"; Flags: recursesubdirs
IFPETSC Source: "C:\msys64\mingw64\ff-petsc\*"; DestDir: "{app}\ff-petsc"; Flags: recursesubdirs

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

0 comments on commit 479b890

Please sign in to comment.