Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Commit 8086560

Browse files
committed
Downgrade windows to LLVM 14
Windows requires a patch to the Findzstd cmake file (llvm/llvm-project@e7fc754) which is available in LLVM 16, not LLVM 15.
1 parent 9f90f4f commit 8086560

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

omniscidb/scripts/mapd-deps-conda-windows-env.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ dependencies:
1818
- arrow-cpp 11.0
1919
- pyarrow 11.0
2020
- pandas 1.5.3
21-
- llvmdev 15.*
21+
- llvmdev 14.*
2222
- openjdk 17.*
2323
- tbb-devel
2424
- cython
2525
- make
2626
- fmt
2727
- maven
2828
- boost-cpp
29-
- clangdev 15.*
29+
- clangdev 14.*
3030
- llvm
3131
- double-conversion
3232
- snappy

0 commit comments

Comments
 (0)