Skip to content

Commit

Permalink
fix(): remove unused env.
Browse files Browse the repository at this point in the history
  • Loading branch information
czr-gc committed Oct 26, 2022
1 parent 1ea919c commit aa21ea5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@
setup_configs["PY_LIBRARY_NAME"] = PACKAGE_NAME + "_main"
setup_configs["OPENCV_DIRECTORY"] = os.getenv("OPENCV_DIRECTORY", "")
setup_configs["ORT_DIRECTORY"] = os.getenv("ORT_DIRECTORY", "")
#TODO(czr): ipu has no binary to download.
setup_configs["PADDLE_INFER_INSTALL_DIR"] = os.getenv(
"PADDLE_INFER_INSTALL_DIR", "")

if setup_configs["WITH_GPU"] == "ON" or setup_configs[
"BUILD_ON_JETSON"] == "ON":
Expand Down

0 comments on commit aa21ea5

Please sign in to comment.