Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
136a16ea
Unverified
Commit
136a16ea
authored
Sep 27, 2021
by
Nikita Shulga
Committed by
GitHub
Sep 27, 2021
Browse files
Bump main trunk version to 0.12 (#4490)
parent
f483e71b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
packaging/build_cmake.sh
packaging/build_cmake.sh
+1
-1
packaging/build_conda.sh
packaging/build_conda.sh
+1
-1
packaging/build_wheel.sh
packaging/build_wheel.sh
+1
-1
version.txt
version.txt
+1
-1
No files found.
packaging/build_cmake.sh
View file @
136a16ea
...
@@ -15,7 +15,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
...
@@ -15,7 +15,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
.
"
$script_dir
/pkg_helpers.bash"
.
"
$script_dir
/pkg_helpers.bash"
export
BUILD_TYPE
=
conda
export
BUILD_TYPE
=
conda
setup_env 0.1
1
.0
setup_env 0.1
2
.0
export
SOURCE_ROOT_DIR
=
"
$PWD
"
export
SOURCE_ROOT_DIR
=
"
$PWD
"
setup_conda_pytorch_constraint
setup_conda_pytorch_constraint
setup_conda_cudatoolkit_plain_constraint
setup_conda_cudatoolkit_plain_constraint
...
...
packaging/build_conda.sh
View file @
136a16ea
...
@@ -5,7 +5,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
...
@@ -5,7 +5,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
.
"
$script_dir
/pkg_helpers.bash"
.
"
$script_dir
/pkg_helpers.bash"
export
BUILD_TYPE
=
conda
export
BUILD_TYPE
=
conda
setup_env 0.1
1
.0
setup_env 0.1
2
.0
export
SOURCE_ROOT_DIR
=
"
$PWD
"
export
SOURCE_ROOT_DIR
=
"
$PWD
"
setup_conda_pytorch_constraint
setup_conda_pytorch_constraint
setup_conda_cudatoolkit_constraint
setup_conda_cudatoolkit_constraint
...
...
packaging/build_wheel.sh
View file @
136a16ea
...
@@ -5,7 +5,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
...
@@ -5,7 +5,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
.
"
$script_dir
/pkg_helpers.bash"
.
"
$script_dir
/pkg_helpers.bash"
export
BUILD_TYPE
=
wheel
export
BUILD_TYPE
=
wheel
setup_env 0.1
1
.0
setup_env 0.1
2
.0
setup_wheel_python
setup_wheel_python
pip_install numpy pyyaml future ninja
pip_install numpy pyyaml future ninja
pip_install
--upgrade
setuptools
pip_install
--upgrade
setuptools
...
...
version.txt
View file @
136a16ea
0.1
1
.0a0
0.1
2
.0a0
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment