Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[onnxruntime] Add new port #14903

Closed
wants to merge 18 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed path to a header file
  • Loading branch information
pash-msft committed Jan 21, 2021
commit ef21307951386e905c4f21ebec8967aa95e8703f
8 changes: 4 additions & 4 deletions ports/onnxruntime/portfile.cmake
Original file line number Diff line number Diff line change
@@ -258,7 +258,7 @@ foreach(MOD
onnx/third_party/benchmark/src/
onnx/third_party/benchmark/test/
onnx/third_party/pybind11/include/
SafeInt/safeInt/Archive/releases/
SafeInt/safeint/Archive/releases/
protobuf/src/google/
nsync/public/
)
@@ -278,8 +278,8 @@ endforeach()
# Now copy files from folders that does need to be copied recursively
set(MOD "")
foreach(MOD
SafeInt/safeInt
SafeInt/safeInt/Test
SafeInt/safeint
SafeInt/safeint/Test
onnx/onnx
onnx/onnx/defs
onnx/onnx/defs/tensor
@@ -381,7 +381,7 @@ if(NOT DEFINED VCPKG_BUILD_TYPE OR VCPKG_BUILD_TYPE STREQUAL "debug")
endif()

# Remove empty directories that are created during copy operations
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/include/onnxruntime/external/SafeInt/safeInt/Archive/releases/8")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/include/onnxruntime/external/SafeInt/safeint/Archive/releases/8")

vcpkg_copy_pdbs()