Skip to content

Commit

Permalink
Bump to OSL v1.13.2.3
Browse files Browse the repository at this point in the history
* oslc: simple constant folding of binary expressions on the oslc side (AcademySoftwareFoundation#1653)
* Make compile_report attribute an int instead of just 0/1 (AcademySoftwareFoundation#1654)
* fix: add missing fmod variants (AcademySoftwareFoundation#1643)
* Fix mismatched strides when calling OCIO for transformc with derivs (AcademySoftwareFoundation#1646)

See merge request spi/dev/3rd-party/osl-feedstock!44
  • Loading branch information
lgritz committed Mar 17, 2023
1 parent c57578e commit f648feb
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions .spdev.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
version: 1.13.2.2+r.3
version: 1.13.2.3

# release notes are used when creating gitlab tags/releases
# for this project, and are required to be updated with
# each change to the version number
release_notes: |
* Expose llvm groupdata size as a shadergroup attribute (#1642)
* +r.1: Rebuild using OIIO update with critical bug fixes
* +r.2: Add 'sparnold' builds
* +r.3: Fixes
* oslc: simple constant folding of binary expressions on the oslc side (#1653)
* Make compile_report attribute an int instead of just 0/1 (#1654)
* fix: add missing fmod variants (#1643)
* Fix mismatched strides when calling OCIO for transformc with derivs (#1646)
toolchain:
- kind: Rez
Expand All @@ -16,25 +16,25 @@ toolchain:
components:
- kind: SPKPackage
name: spk
version: 1.13.2.2+r.3
version: 1.13.2.3
spec_file: osl.spk.yaml
ci_config:
parallel: true
- kind: SPKPackage
name: spk-sparnold
version: 1.13.2.2+r.3
version: 1.13.2.3
spec_file: osl-sparnold.spk.yaml
ci_config:
parallel: true
- kind: RezCppPackage
name: rez
version: 1.13.2.2-3
version: 1.13.2.3
ci_config:
parallel: true
tags: ["proxy"]
- kind: RezCppPackage
name: rez-sparnold
version: 1.13.2.2-3
version: 1.13.2.3
location: rez-sparnold
ci_config:
parallel: true
Expand Down
2 changes: 1 addition & 1 deletion osl-sparnold.spk.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pkg: osl-sparnold/1.13.2.2+r.3
pkg: osl-sparnold/1.13.2.3
# - name: "Open Shading Language"
# - description: "Shading language for modern physically based renderers"
# - url: https://github.com/AcademySoftwareFoundation/OpenShadingLanguage
Expand Down
2 changes: 1 addition & 1 deletion osl.spk.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pkg: osl/1.13.2.2+r.3
pkg: osl/1.13.2.3
# - name: "Open Shading Language"
# - description: "Shading language for modern physically based renderers"
# - url: https://github.com/AcademySoftwareFoundation/OpenShadingLanguage
Expand Down
2 changes: 1 addition & 1 deletion package.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

name = 'OSL'

version = '1.13.2.2-3'
version = '1.13.2.3'
# NOTE: must keep this in sync with the master CMakeLists.txt
# TODO: can we auto-substitute?
# @PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@.@PROJECT_VERSION_PATCH@.@PROJECT_VERSION_TWEAK@'
Expand Down
2 changes: 1 addition & 1 deletion rez-sparnold/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

name = 'OSL_sparnold'

version = '1.13.2.2-3'
version = '1.13.2.3'
# NOTE: must keep this in sync with the master CMakeLists.txt
# TODO: can we auto-substitute?
# @PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@.@PROJECT_VERSION_PATCH@.@PROJECT_VERSION_TWEAK@'
Expand Down

0 comments on commit f648feb

Please sign in to comment.