Skip to content

Commit aa710a4

Browse files
committed
PETSC data types are now defined by default,even if PETSc was not found.
1 parent ecd9766 commit aa710a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deps/build.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ PETSC_LIB = nothing
1313
PETSC_LIB_DIR = nothing
1414
PETSC_INCLUDE_DIR = nothing
1515
PETSC_HEADER = nothing
16-
PETSC_SCALAR_DATATYPE = nothing
17-
PETSC_REAL_DATATYPE = nothing
18-
PETSC_INT_DATATYPE = nothing
16+
PETSC_SCALAR_DATATYPE = Float64
17+
PETSC_REAL_DATATYPE = Float64
18+
PETSC_INT_DATATYPE = Int32
1919

2020

2121
# Check PETSC_DIR exists

0 commit comments

Comments
 (0)