Skip to content

Commit 647d36d

Browse files
committed
Update to 0.11.0
1 parent 80a5395 commit 647d36d

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ dependencies/*/archives
88
dependencies/*/working
99
.directory
1010
.vscode
11+
NVIDIA-OptiX-SDK*

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
parser.add_argument(
6262
"--gafferVersion",
63-
default = "0.54.2.0",
63+
default = "0.54.2.1",
6464
help = "The version of Gaffer to build against. "
6565
)
6666

build_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22

3-
python build.py --version 0.10.2 --cyclesVersion 0.10.0 --docker 1 --upload 0 $@
3+
python build.py --version 0.11.0 --cyclesVersion 0.11.0 --docker 1 --upload 0 $@

build_docker_optix.sh

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22

3-
python build.py --version 0.10.2 --cyclesVersion 0.10.0 --optix 1 --docker 1 --upload 0 $@
3+
python build.py --version 0.11.0 --cyclesVersion 0.11.0 --optix 1 --docker 1 --upload 0 $@

cycles

0 commit comments

Comments
 (0)