Skip to content
Snippets Groups Projects
Unverified Commit 6747ecde authored by Andrew W Elble's avatar Andrew W Elble Committed by GitHub
Browse files

py-onnx: depends on cmake >= 3.1 (#15762)


* py-onnx: depends on cmake >= 3.1

* Update var/spack/repos/builtin/packages/py-onnx/package.py

Co-Authored-By: default avatarAdam J. Stewart <ajstewart426@gmail.com>

Co-authored-by: default avatarAdam J. Stewart <ajstewart426@gmail.com>
parent 0c7fff60
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,7 @@ class PyOnnx(PythonPackage): ...@@ -28,6 +28,7 @@ class PyOnnx(PythonPackage):
depends_on('py-six', type=('build', 'run')) depends_on('py-six', type=('build', 'run'))
depends_on('py-typing@3.6.4:', type=('build', 'run')) depends_on('py-typing@3.6.4:', type=('build', 'run'))
depends_on('py-typing-extensions@3.6.4:', type=('build', 'run')) depends_on('py-typing-extensions@3.6.4:', type=('build', 'run'))
depends_on('cmake@3.1:', type='build')
# 'python_out' does not recognize dllexport_decl. # 'python_out' does not recognize dllexport_decl.
patch('remove_dllexport_decl.patch', when='@:1.6.0') patch('remove_dllexport_decl.patch', when='@:1.6.0')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment