Added missing libraries to Windows wheel (#1415)

This commit is contained in:
R. G. Esteves 2019-07-17 05:54:09 -07:00 committed by jywu-msft
parent c2aa2056b5
commit 8720fe62e3

View file

@ -118,6 +118,7 @@ elif platform.system() == "Darwin":
libs = ['onnxruntime_pybind11_state.so', 'libmkldnn.0.dylib'] # TODO add libmklml and libiomp5 later.
else:
libs = ['onnxruntime_pybind11_state.pyd', 'mkldnn.dll', 'mklml.dll', 'libiomp5md.dll']
libs.extend(['ngraph.dll', 'cpu_backend.dll', 'tbb.dll'])
if is_manylinux2010:
data = []