From e31609040915755dc1572c9b478d3b5a49e11e27 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Sun, 26 Oct 2025 13:46:27 +0100 Subject: Adding dangling changes from slowly moving to SYCL USM 2020 And other random stuff --- examples/cavity_2d_gpu/SConstruct | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/cavity_2d_gpu/SConstruct') diff --git a/examples/cavity_2d_gpu/SConstruct b/examples/cavity_2d_gpu/SConstruct index da59a2d..fe206e1 100644 --- a/examples/cavity_2d_gpu/SConstruct +++ b/examples/cavity_2d_gpu/SConstruct @@ -59,8 +59,8 @@ env=Environment(ENV=os.environ, variables=env_vars, CPPPATH=[], ], LIBS=[ 'forstio-core', - 'forstio-codec', - 'acpp-rt' + 'acpp-rt', + 'omp' ] ); env.__class__.add_source_files = add_kel_source_files -- cgit v1.2.3