Skip to content

Commit 012bba5

Browse files
committedAug 21, 2023
Limited petsc_jll versions to 1.13 and 1.15
1 parent 3e152ee commit 012bba5

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
fail-fast: false
99
matrix:
1010
version:
11-
- '1.8'
11+
- '1.9'
1212
os:
1313
- ubuntu-latest
1414
arch:

‎Project.toml

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
1-
authors = ["Francesc Verdugo <fverdugo@cimne.upc.edu>", "Víctor Sande <vsande@cimne.upc.edu>", "Alberto F. Martin <alberto.martin@monash.edu>"]
21
name = "GridapPETSc"
32
uuid = "bcdc36c2-0c3e-11ea-095a-c9dadae499f1"
3+
authors = ["Francesc Verdugo <fverdugo@cimne.upc.edu>", "Víctor Sande <vsande@cimne.upc.edu>", "Alberto F. Martin <alberto.martin@monash.edu>"]
44
version = "0.5.0"
55

6-
[compat]
7-
Gridap = "0.17"
8-
GridapDistributed = "0.3"
9-
MPI = "0.14, 0.15, 0.16, 0.17, 0.18, 0.19, 0.20"
10-
PETSc_jll = "3.13"
11-
PartitionedArrays = "0.3"
12-
SparseMatricesCSR = "0.6.6"
13-
julia = "1.3"
14-
156
[deps]
167
Gridap = "56d4f2e9-7ea1-5844-9cf6-b9c51ca7ce8e"
178
GridapDistributed = "f9701e48-63b3-45aa-9a63-9bc6c271f355"
@@ -24,6 +15,15 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
2415
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
2516
SparseMatricesCSR = "a0a7dd2c-ebf4-11e9-1f05-cf50bc540ca1"
2617

18+
[compat]
19+
Gridap = "0.17"
20+
GridapDistributed = "0.3"
21+
MPI = "0.14, 0.15, 0.16, 0.17, 0.18, 0.19, 0.20"
22+
PETSc_jll = "=3.13.4, =3.15.2"
23+
PartitionedArrays = "0.3"
24+
SparseMatricesCSR = "0.6.6"
25+
julia = "1.3"
26+
2727
[extras]
2828
MPIPreferences = "3da0fdf6-3ccc-4f1b-acd9-58baa6c99267"
2929
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)
Please sign in to comment.