Skip to content

Commit

Permalink
Merge pull request NASA-LIS#1322 from jvgeiger/fix/compile_appimage
Browse files Browse the repository at this point in the history
Update the LISF AppImage workflow for the master branch
  • Loading branch information
cmclaug2 committed Apr 26, 2023
2 parents be65d57 + 80d4bee commit 06dd7d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/scripts/appimage/compile_lisf
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ printf '%s\n' "0" "2" "2" "2" "4" "1" "1" "1" "1" "1" "1" "1" "1" "1" | ./config
# Use LIS-CMEM? (1-yes, 0-no, default=0): 0
# Use LIS-LAPACK? (1-yes, 0-no, default=0): 0
# Use LIS-MKL-LAPACK? (1-yes, 0-no, default=0): 0
# Use PETSc? (1-yes, 0-no, default=0): 0

cd ../lis
printf '%s\n' "1" "2" "2" "2" "0" "1" "4" "1" "1" "1" "1" "1" "1" "0" "0" "0" "0" "0" | ./configure
printf '%s\n' "1" "2" "2" "2" "0" "1" "4" "1" "1" "1" "1" "1" "1" "0" "0" "0" "0" "0" "0" | ./configure
./compile -j 2

#
Expand Down

0 comments on commit 06dd7d0

Please sign in to comment.