From 14f59e804816640ec6152e7bbb79e6568cc34ec9 Mon Sep 17 00:00:00 2001 From: Alexis Montoison <35051714+amontoison@users.noreply.github.com> Date: Thu, 1 Feb 2024 16:36:53 -0500 Subject: [PATCH] Recompile MUMPS_seq 5.6.2 without OpenMP (#8054) --- M/MUMPS/MUMPS_seq@5/build_tarballs.jl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/M/MUMPS/MUMPS_seq@5/build_tarballs.jl b/M/MUMPS/MUMPS_seq@5/build_tarballs.jl index d3540110bcc..6ff1086845a 100644 --- a/M/MUMPS/MUMPS_seq@5/build_tarballs.jl +++ b/M/MUMPS/MUMPS_seq@5/build_tarballs.jl @@ -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) @@ -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}