Skip to content

Commit

Permalink
[finufft] match LLVM version of LLVMOpenMP (#9423)
Browse files Browse the repository at this point in the history
This PR fixes wrong test results in FINUFFT.jl on MacOS (see ludvigak/FINUFFT.jl#64)
  • Loading branch information
jkrimmer authored Sep 13, 2024
1 parent e19e5c5 commit 1ec2082
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion F/finufft/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ dependencies = [
Dependency(PackageSpec(name="LLVMOpenMP_jll", uuid="1d63c593-3942-5779-bab2-d838dc0a180e"); platforms=filter(Sys.isbsd, platforms)),
]

llvm_version = v"13.0.1+1"
# Build the tarballs, and possibly a `build.jl` as well.
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies;
preferred_gcc_version=v"10", julia_compat="1.6", augment_platform_block)
preferred_gcc_version=v"10", preferred_llvm_version=llvm_version, julia_compat="1.6", augment_platform_block)

0 comments on commit 1ec2082

Please sign in to comment.