-
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix check checking on previous Julia versions (#332)
* Fix check checking on previous Julia versions * flip check * fix precompile for posdef * fix test definition for symmetric * Fix symmetric test * only precompile sparse if v1.9 * Fix tests * only do check on sparse for v1.9 up * fix cholesky pivots * try different pivots... again.. * ugh * wrong version * require some version bumping We just need to drop the older versions soon, this is crazy. * Diagonal is v1.9 * another versioning fix * a few more versionings... * one more * only JET on v1.9 * format
- Loading branch information
1 parent
c0bed7b
commit b7fe5c0
Showing
6 changed files
with
145 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,8 @@ jobs: | |
version: | ||
- '1' | ||
- '1.6' | ||
- '1.7' | ||
- '1.8' | ||
include: | ||
- version: '1' | ||
group: 'LinearSolveHYPRE' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters