From 888aa80c7543bb8409fcd8fac30daa1733474393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20G=C3=BCnther?= Date: Wed, 24 Jul 2024 11:31:03 +0200 Subject: [PATCH] Bump version, add Linux AArch64 download link --- README.md | 14 +++++++------- cmake/ospray_version.cmake | 2 +- doc/getting_ospray.md | 7 +++++-- doc/overview.md | 4 ++-- 4 files changed, 15 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 4cd1eef48..2b83413fd 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ OSPRay ====== -This is release v3.2.0 of Intel® OSPRay. For changes and new features -see the [changelog](CHANGELOG.md). Visit http://www.ospray.org for more -information. +This is release v3.3.0 (devel) of Intel® OSPRay. For changes and new +features see the [changelog](CHANGELOG.md). Visit http://www.ospray.org +for more information. OSPRay Overview =============== Intel® OSPRay is an **o**pen source, **s**calable, and **p**ortable **ray** tracing engine for high-performance, high-fidelity visualization -on Intel Architecture CPUs, Intel Xe GPUs, and ARM64 CPUs. OSPRay is -part of the [Intel Rendering Toolkit (Render +on Intel Architecture CPUs, Intel Xe GPUs, and Aarch64/ARM64 CPUs. +OSPRay is part of the [Intel Rendering Toolkit (Render Kit)](https://software.intel.com/en-us/rendering-framework) and is released under the permissive [Apache 2.0 license](http://www.apache.org/licenses/LICENSE-2.0). @@ -412,9 +412,9 @@ Documentation ============= The following [API -documentation](https://www.ospray.org/OSPRay_readme.pdf "OSPRay Documentation") +documentation](https://www.ospray.org/OSPRay_readme_devel.pdf "OSPRay Documentation") of OSPRay can also be found as a [pdf -document](https://www.ospray.org/OSPRay_readme.pdf "OSPRay Documentation"). +document](https://www.ospray.org/OSPRay_readme_devel.pdf "OSPRay Documentation"). For a deeper explanation of the concepts, design, features and performance of OSPRay also have a look at the IEEE Vis 2016 paper diff --git a/cmake/ospray_version.cmake b/cmake/ospray_version.cmake index 7bf4efe04..0a31504d1 100644 --- a/cmake/ospray_version.cmake +++ b/cmake/ospray_version.cmake @@ -2,7 +2,7 @@ ## SPDX-License-Identifier: Apache-2.0 set(OSPRAY_VERSION_MAJOR 3) -set(OSPRAY_VERSION_MINOR 2) +set(OSPRAY_VERSION_MINOR 3) set(OSPRAY_VERSION_PATCH 0) set(OSPRAY_SOVERSION 3) set(OSPRAY_VERSION_GITHASH 0) diff --git a/doc/getting_ospray.md b/doc/getting_ospray.md index a3fc3eca7..734614d8e 100644 --- a/doc/getting_ospray.md +++ b/doc/getting_ospray.md @@ -39,8 +39,11 @@ Packages Packages for x86_64 are provided, OSPRay can be built for ARM64/NEON using the superbuild (see [Building and Finding OSPRay](#building-and-finding-ospray)). -For Linux we provide OSPRay precompiled for 64\ bit (including the GPU module) as a TGZ archive. +For Linux we provide OSPRay precompiled for 64\ bit for x86_64 +(including the GPU module) and AArch64 architectures as a TGZ archives: [ospray-.x86_64.linux.tar.gz](https://github.com/ospray/OSPRay/releases/download/v/ospray-.x86_64.linux.tar.gz) +[ospray-.aarch64.linux.tar.gz](https://github.com/ospray/OSPRay/releases/download/v/ospray-.aarch64.linux.tar.gz) + For Mac OS\ X we provide OSPRay as a ZIP archives for x86_64 and ARM64 architectures: @@ -48,7 +51,7 @@ architectures: [ospray-.arm64.macosx.zip](https://github.com/ospray/OSPRay/releases/download/v/ospray-.arm64.macosx.zip) For Windows we provide OSPRay binaries precompiled for 64\ bit -(including the GPU module) as an MSI installer as well as a ZIP archive. +(including the GPU module) as an MSI installer as well as a ZIP archive: [ospray-.x86_64.windows.msi](https://github.com/ospray/OSPRay/releases/download/v/ospray-.x86_64.windows.msi) [ospray-.x86_64.windows.zip](https://github.com/ospray/OSPRay/releases/download/v/ospray-.x86_64.windows.zip) diff --git a/doc/overview.md b/doc/overview.md index 0077bd420..996d5352c 100644 --- a/doc/overview.md +++ b/doc/overview.md @@ -3,8 +3,8 @@ OSPRay Overview Intel® OSPRay is an **o**pen source, **s**calable, and **p**ortable **ray** tracing engine for high-performance, high-fidelity visualization -on Intel Architecture CPUs, Intel Xe GPUs, and ARM64 CPUs. OSPRay is part -of the [Intel Rendering Toolkit (Render +on Intel Architecture CPUs, Intel Xe GPUs, and Aarch64/ARM64 CPUs. +OSPRay is part of the [Intel Rendering Toolkit (Render Kit)](https://software.intel.com/en-us/rendering-framework) and is released under the permissive [Apache 2.0 license](http://www.apache.org/licenses/LICENSE-2.0).