diff --git a/CMakeLists.txt b/CMakeLists.txt index a8a458e5..88c9a6bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ endif() # Both CXX and C need to be given otherwise Conan may ignore the CMAKE_C_COMPILER flag project( CesiumOmniverse - VERSION 0.22.0 + VERSION 0.23.0 DESCRIPTION "Cesium for Omniverse" LANGUAGES CXX C) diff --git a/apps/exts/cesium.performance.app/cesium/performance/app/extension.py b/apps/exts/cesium.performance.app/cesium/performance/app/extension.py index d56b3548..19b3f190 100644 --- a/apps/exts/cesium.performance.app/cesium/performance/app/extension.py +++ b/apps/exts/cesium.performance.app/cesium/performance/app/extension.py @@ -23,7 +23,7 @@ Tokens as CesiumTokens, ) -ION_ACCESS_TOKEN = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiIyNmQ3MzE5ZS0xOGIyLTQ2MWItYmYyOS1kZTQ4MzkyZGMxY2UiLCJpZCI6MjU5LCJpYXQiOjE3MjU0MTg4Mzh9.xCtqHsRWqUGoP94A5RYw53hniS9hflA5qy9whWWq1RU" # noqa: E501 +ION_ACCESS_TOKEN = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJiNTNkYTkwNC0wNTY2LTQyZmEtYWI0Yi0zYWFiMjRiZTU2ZDUiLCJpZCI6MjU5LCJpYXQiOjE3Mjc3OTEyMTR9.So0Ir4rAmd5TPC5tEeLH1SthFiCkRpEvP_wzGFP2QCQ" # noqa: E501 GOOGLE_3D_TILES_ION_ID = 2275207 CESIUM_DATA_PRIM_PATH = "/Cesium" diff --git a/docker/AlmaLinux8.Dockerfile b/docker/AlmaLinux8.Dockerfile index a7b0edbd..30889036 100644 --- a/docker/AlmaLinux8.Dockerfile +++ b/docker/AlmaLinux8.Dockerfile @@ -27,7 +27,9 @@ RUN dnf install -y -q \ libffi-devel \ zlib-devel \ sqlite-devel \ - xz-devel + xz-devel \ + zip \ + unzip # Enables gcc 13 for use within the docker image. RUN echo "source /opt/rh/gcc-toolset-13/enable" >> /etc/bashrc diff --git a/docker/CI.Dockerfile b/docker/CI.Dockerfile index 4515d1a6..30f0633c 100644 --- a/docker/CI.Dockerfile +++ b/docker/CI.Dockerfile @@ -1,4 +1,4 @@ -FROM cesiumgs/omniverse-almalinux8-build:2024-09-30 +FROM cesiumgs/omniverse-almalinux8-build:2024-10-01 WORKDIR /var/app diff --git a/docker/CentOS7.Dockerfile b/docker/CentOS7.Dockerfile index 5dc92b5a..caa6363c 100644 --- a/docker/CentOS7.Dockerfile +++ b/docker/CentOS7.Dockerfile @@ -32,6 +32,8 @@ RUN yum install -y -q \ zlib-devel \ sqlite-devel \ xz-devel \ + zip \ + unzip # Create links to some of the custom packages RUN update-alternatives --install /usr/bin/gcc gcc /opt/rh/devtoolset-13/root/usr/bin/gcc 100 && \ diff --git a/extern/cesium-native b/extern/cesium-native index d9550023..95990845 160000 --- a/extern/cesium-native +++ b/extern/cesium-native @@ -1 +1 @@ -Subproject commit d9550023802f1d529b0162733cf8757f9ade017b +Subproject commit 9599084524fe9de12c7980dfce837782163809ea diff --git a/exts/cesium.omniverse/config/extension.toml b/exts/cesium.omniverse/config/extension.toml index 041f06df..308bb32b 100644 --- a/exts/cesium.omniverse/config/extension.toml +++ b/exts/cesium.omniverse/config/extension.toml @@ -1,5 +1,5 @@ [package] -version = "0.22.0" +version = "0.23.0" category = "simulation" feature = false app = false