Skip to content

Commit

Permalink
Recompile MUMPS_seq 5.6.2 without OpenMP (JuliaPackaging#8054)
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored and grasph committed Jul 1, 2024
1 parent 2ecd162 commit 14f59e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions M/MUMPS/MUMPS_seq@5/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ using BinaryBuilder, Pkg

name = "MUMPS_seq"
upstream_version = v"5.6.2"
version_offset = v"0.0.0" # reset to 0.0.0 once the upstream version changes
version_offset = v"0.0.1" # reset to 0.0.0 once the upstream version changes
version = VersionNumber(upstream_version.major * 100 + version_offset.major,
upstream_version.minor * 100 + version_offset.minor,
upstream_version.patch * 100 + version_offset.patch)
Expand Down Expand Up @@ -52,9 +52,9 @@ else
BLAS_LAPACK="-L${libdir} -lblastrampoline"
fi
make_args+=(OPTF="-O3 -fopenmp"
OPTL="-O3 -fopenmp"
OPTC="-O3 -fopenmp"
make_args+=(OPTF="-O3"
OPTL="-O3"
OPTC="-O3"
CDEFS=-DAdd_
LMETISDIR=${libdir}
IMETIS=-I${includedir}
Expand Down

0 comments on commit 14f59e8

Please sign in to comment.