mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-21 14:50:36 +08:00
Initial commit
fbshipit-source-id: ad58e416e3ceeca85fae0583308968d04e78fe0d
This commit is contained in:
14
packaging/build_wheel.sh
Executable file
14
packaging/build_wheel.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.
|
||||
set -ex
|
||||
|
||||
script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||
. "$script_dir/pkg_helpers.bash"
|
||||
|
||||
export BUILD_TYPE=wheel
|
||||
setup_env 0.1.0
|
||||
setup_wheel_python
|
||||
pip_install numpy
|
||||
setup_pip_pytorch_version
|
||||
python setup.py clean
|
||||
IS_WHEEL=1 python setup.py bdist_wheel
|
||||
Reference in New Issue
Block a user