Skip to content

Commit

Permalink
Try to use clang 19 one more time
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Oct 8, 2024
1 parent 9e348a0 commit 7c4a761
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion recipes/hictk/conan_profiles/clang
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ build_type=Release
compiler=clang
compiler.cppstd=17
compiler.libcxx=libstdc++11
compiler.version=18
compiler.version=19
os=Linux
4 changes: 2 additions & 2 deletions recipes/hictk/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -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]

0 comments on commit 7c4a761

Please sign in to comment.