Skip to content

Commit

Permalink
Add table of linux distro openexr versions to website install page (A…
Browse files Browse the repository at this point in the history
…cademySoftwareFoundation#1656)

https://repology.org provides autogenerated tables of package versions
for many linux distros

Also, add workflow_dispatch trigger, because it's handy during debugging.

Signed-off-by: Cary Phillips <cary@ilm.com>
  • Loading branch information
cary-ilm committed Mar 5, 2024
1 parent 60898ad commit 2a579fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/website_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ name: Website
# Skip the release branches, since the website is built from main.

on:
workflow_dispatch:

push:
branches:-ignore:
- RB-2.*
Expand Down
6 changes: 6 additions & 0 deletions website/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ Beware that some distributions are out of date and only provide
distributions of outdated releases OpenEXR. We recommend against using
OpenEXR v2, and we *strongly* recommend against using OpenEXR v1.

Refer to the current version of OpenEXR on various major Linux distros at
`repology.org <https://repology.org/project/openexr/versions>`_:

.. image:: https://repology.org/badge/vertical-allrepos/openexr.svg?exclude_unsupported=1&columns=4
:target: https://repology.org/project/openexr/versions

macOS
-----

Expand Down

0 comments on commit 2a579fd

Please sign in to comment.