Skip to content

Commit 13eb240

Browse files
authored
Fix CI builds (#2)
* Update required CMake version * Debugging
1 parent ba34561 commit 13eb240

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# OpenMM ONNX Plugin
33
#----------------------------------------------------
44

5-
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
5+
CMAKE_MINIMUM_REQUIRED(VERSION 3.5)
66

77
# We need to know where OpenMM is installed so we can access the headers and libraries.
88
SET(OPENMM_DIR "/usr/local/openmm" CACHE PATH "Where OpenMM is installed")

devtools/conda-envs/build-macos-latest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ dependencies:
1313
- openmm
1414
- onnxruntime
1515
- onnxruntime-cpp
16+
- khronos-opencl-icd-loader
17+
- pocl
1618
# test
1719
- pytest

0 commit comments

Comments
 (0)