File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ROOT_DIR=$PWD
6
6
7
7
# ### Extract release package ####
8
8
9
- OPENVKL_PKG_BASE=openvkl-0.10 .0.x86_64.linux
9
+ OPENVKL_PKG_BASE=openvkl-0.11 .0.x86_64.linux
10
10
tar -zxvf ${OPENVKL_PKG_BASE} .tar.gz
11
11
12
12
# ### Build tutorial against release package ####
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ ROOT_DIR=$PWD
50
50
DEP_BUILD_DIR=$ROOT_DIR /build_deps
51
51
DEP_INSTALL_DIR=$ROOT_DIR /install_deps
52
52
53
- OPENVKL_PKG_BASE=openvkl-0.10 .0.x86_64.linux
53
+ OPENVKL_PKG_BASE=openvkl-0.11 .0.x86_64.linux
54
54
OPENVKL_BUILD_DIR=$ROOT_DIR /build_release
55
55
OPENVKL_INSTALL_DIR=$ROOT_DIR /install_release/$OPENVKL_PKG_BASE
56
56
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ROOT_DIR=$PWD
6
6
7
7
# ### Extract release package ####
8
8
9
- OPENVKL_PKG_BASE=openvkl-0.10 .0.x86_64.macos
9
+ OPENVKL_PKG_BASE=openvkl-0.11 .0.x86_64.macos
10
10
unzip ${OPENVKL_PKG_BASE} .zip
11
11
12
12
# ### Build tutorial against release package ####
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ROOT_DIR=$PWD
18
18
DEP_BUILD_DIR=$ROOT_DIR /build_deps
19
19
DEP_INSTALL_DIR=$ROOT_DIR /install_deps
20
20
21
- OPENVKL_PKG_BASE=openvkl-0.10 .0.x86_64.macos
21
+ OPENVKL_PKG_BASE=openvkl-0.11 .0.x86_64.macos
22
22
OPENVKL_BUILD_DIR=$ROOT_DIR /build_release
23
23
OPENVKL_INSTALL_DIR=$ROOT_DIR /install_release/$OPENVKL_PKG_BASE
24
24
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ $ROOT_DIR = pwd
5
5
6
6
# ### Extract release package ####
7
7
8
- $OPENVKL_PKG_BASE = " openvkl-0.10 .0.x86_64.windows"
8
+ $OPENVKL_PKG_BASE = " openvkl-0.11 .0.x86_64.windows"
9
9
Expand-Archive .\$OPENVKL_PKG_BASE.zip - DestinationPath $ROOT_DIR
10
10
11
11
# ### Build tutorial against release package ####
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ $ROOT_DIR = pwd
8
8
$DEP_BUILD_DIR = " $ROOT_DIR \build_deps"
9
9
$DEP_INSTALL_DIR = " $ROOT_DIR \install_deps"
10
10
11
- $OPENVKL_PKG_BASE = " openvkl-0.10 .0.x86_64.windows"
11
+ $OPENVKL_PKG_BASE = " openvkl-0.11 .0.x86_64.windows"
12
12
$OPENVKL_BUILD_DIR = " $ROOT_DIR /build_release"
13
13
$OPENVKL_INSTALL_DIR = " $ROOT_DIR /install_release/$OPENVKL_PKG_BASE "
14
14
You can’t perform that action at this time.
0 commit comments