Skip to content

Commit

Permalink
Limited petsc_jll versions to 1.13 and 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiManyer committed Aug 21, 2023
1 parent 3e152ee commit 012bba5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.8'
- '1.9'
os:
- ubuntu-latest
arch:
Expand Down
20 changes: 10 additions & 10 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
authors = ["Francesc Verdugo <[email protected]>", "Víctor Sande <[email protected]>", "Alberto F. Martin <[email protected]>"]
name = "GridapPETSc"
uuid = "bcdc36c2-0c3e-11ea-095a-c9dadae499f1"
authors = ["Francesc Verdugo <[email protected]>", "Víctor Sande <[email protected]>", "Alberto F. Martin <[email protected]>"]
version = "0.5.0"

[compat]
Gridap = "0.17"
GridapDistributed = "0.3"
MPI = "0.14, 0.15, 0.16, 0.17, 0.18, 0.19, 0.20"
PETSc_jll = "3.13"
PartitionedArrays = "0.3"
SparseMatricesCSR = "0.6.6"
julia = "1.3"

[deps]
Gridap = "56d4f2e9-7ea1-5844-9cf6-b9c51ca7ce8e"
GridapDistributed = "f9701e48-63b3-45aa-9a63-9bc6c271f355"
Expand All @@ -24,6 +15,15 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SparseMatricesCSR = "a0a7dd2c-ebf4-11e9-1f05-cf50bc540ca1"

[compat]
Gridap = "0.17"
GridapDistributed = "0.3"
MPI = "0.14, 0.15, 0.16, 0.17, 0.18, 0.19, 0.20"
PETSc_jll = "=3.13.4, =3.15.2"
PartitionedArrays = "0.3"
SparseMatricesCSR = "0.6.6"
julia = "1.3"

[extras]
MPIPreferences = "3da0fdf6-3ccc-4f1b-acd9-58baa6c99267"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit 012bba5

@JordiManyer
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/90007

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.5.0 -m "<description of version>" 012bba5243e53aef49d2c4f9932fe6e35ea1ea3d
git push origin v0.5.0

Please sign in to comment.