From a8e4c9fa67d7c8920fe48fbfe3bed49511693cef Mon Sep 17 00:00:00 2001 From: Simeon David Schaub Date: Tue, 21 Oct 2025 10:46:06 +0200 Subject: [PATCH] PoCL: disable Float16 support again partially reverts #12219 as otherwise pocl_jll would advertise `Float16` support even though there are almost no builtins present for it, making it pretty useless --- P/pocl/pocl@7/build_tarballs.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/P/pocl/pocl@7/build_tarballs.jl b/P/pocl/pocl@7/build_tarballs.jl index aa4c3e60587..c6a0c2db5ef 100644 --- a/P/pocl/pocl@7/build_tarballs.jl +++ b/P/pocl/pocl@7/build_tarballs.jl @@ -15,7 +15,7 @@ version = v"7.1.0" sources = [ DirectorySource("./bundled"), GitSource("https://github.com/juliagpu/pocl", - "afa068265c1c63b8eb92bfabdf3e232491e6c3b6") + "d05646955f60741a2c05f867209012a17ebd2872") ] #= @@ -95,7 +95,7 @@ for platform in platforms preferred_gcc_version = if Sys.iswindows(platform) v"13" else - v"12" + v"10" end push!(builds, (; platform, @@ -118,7 +118,7 @@ for (i,build) in enumerate(builds) name, version, build.sources, build_script(), [build.platform], products, build.dependencies; build.preferred_gcc_version, preferred_llvm_version=v"20", - julia_compat="1.6", init_block=init_block(), dont_dlopen=true) + julia_compat="1.6", init_block=init_block()) end # bump