Skip to content

Commit

Permalink
Bump version, add Linux AArch64 download link
Browse files Browse the repository at this point in the history
  • Loading branch information
johguenther committed Jul 24, 2024
1 parent 80284e3 commit 888aa80
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cmake/ospray_version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
7 changes: 5 additions & 2 deletions doc/getting_ospray.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,19 @@ 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-<OSPRAY_VERSION>.x86_64.linux.tar.gz](https://github.com/ospray/OSPRay/releases/download/v<OSPRAY_VERSION>/ospray-<OSPRAY_VERSION>.x86_64.linux.tar.gz)
[ospray-<OSPRAY_VERSION>.aarch64.linux.tar.gz](https://github.com/ospray/OSPRay/releases/download/v<OSPRAY_VERSION>/ospray-<OSPRAY_VERSION>.aarch64.linux.tar.gz)


For Mac OS\ X we provide OSPRay as a ZIP archives for x86_64 and ARM64
architectures:
[ospray-<OSPRAY_VERSION>.x86_64.macosx.zip](https://github.com/ospray/OSPRay/releases/download/v<OSPRAY_VERSION>/ospray-<OSPRAY_VERSION>.x86_64.macosx.zip)
[ospray-<OSPRAY_VERSION>.arm64.macosx.zip](https://github.com/ospray/OSPRay/releases/download/v<OSPRAY_VERSION>/ospray-<OSPRAY_VERSION>.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-<OSPRAY_VERSION>.x86_64.windows.msi](https://github.com/ospray/OSPRay/releases/download/v<OSPRAY_VERSION>/ospray-<OSPRAY_VERSION>.x86_64.windows.msi)
[ospray-<OSPRAY_VERSION>.x86_64.windows.zip](https://github.com/ospray/OSPRay/releases/download/v<OSPRAY_VERSION>/ospray-<OSPRAY_VERSION>.x86_64.windows.zip)

Expand Down
4 changes: 2 additions & 2 deletions doc/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 888aa80

Please sign in to comment.