diff --git a/recipes/hictk/conan_profiles/clang b/recipes/hictk/conan_profiles/clang index 9ee58cee260e2..199d338558cc1 100644 --- a/recipes/hictk/conan_profiles/clang +++ b/recipes/hictk/conan_profiles/clang @@ -4,5 +4,5 @@ build_type=Release compiler=clang compiler.cppstd=17 compiler.libcxx=libstdc++11 -compiler.version=18 +compiler.version=19 os=Linux diff --git a/recipes/hictk/conda_build_config.yaml b/recipes/hictk/conda_build_config.yaml index dcd7a393f39b3..960da2852fa89 100644 --- a/recipes/hictk/conda_build_config.yaml +++ b/recipes/hictk/conda_build_config.yaml @@ -1,10 +1,10 @@ c_compiler: # [linux] - clang # [linux] c_compiler_version: # [linux] - - 18 # [linux] + - 19 # [linux] cxx_compiler: # [linux] - clangxx # [linux] cxx_compiler_version: # [linux] - - 18 # [linux] + - 19 # [linux] c_stdlib_version: # [osx and x86_64] - 10.15 # [osx and x86_64]