Skip to content

Commit

Permalink
don't link with boost
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Apr 18, 2023
1 parent 467f021 commit 0d67136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/onnxruntime/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def requirements(self):
self.requires("re2/20230301")
self.requires("onnx/1.13.1")
self.requires("flatbuffers/1.12.0")
self.requires("boost/1.81.0") # for mp11
self.requires("boost/1.81.0", headers=True, libs=False, run=False) # for mp11, header only, no need for libraries to link/run
self.requires("safeint/3.0.28")
self.requires("nlohmann_json/3.11.2")
self.requires("eigen/3.4.0")
Expand Down

0 comments on commit 0d67136

Please sign in to comment.