We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba34561 commit 13eb240Copy full SHA for 13eb240
CMakeLists.txt
@@ -2,7 +2,7 @@
2
# OpenMM ONNX Plugin
3
#----------------------------------------------------
4
5
-CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
+CMAKE_MINIMUM_REQUIRED(VERSION 3.5)
6
7
# We need to know where OpenMM is installed so we can access the headers and libraries.
8
SET(OPENMM_DIR "/usr/local/openmm" CACHE PATH "Where OpenMM is installed")
devtools/conda-envs/build-macos-latest.yml
@@ -13,5 +13,7 @@ dependencies:
13
- openmm
14
- onnxruntime
15
- onnxruntime-cpp
16
+- khronos-opencl-icd-loader
17
+- pocl
18
# test
19
- pytest
0 commit comments