You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+92-3Lines changed: 92 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,75 @@ on:
9
9
#branches: [ "master" ]
10
10
11
11
jobs:
12
+
aswf_old:
13
+
name: "VFX${{matrix.vfxyear}} ${{matrix.desc}}"
14
+
strategy:
15
+
# Set fail-fast to false to ensure that feedback is delivered for all matrix combinations. Consider changing this to true when your workflow is stable.
sed -i 's,^mirrorlist=,#,; s,^#baseurl=http://mirror\.centos\.org/centos/$releasever,baseurl=https://vault.centos.org/7.9.2009,' /etc/yum.repos.d/CentOS-Base.repo
|`ceres`|`1.14.0`| Ceres Solver is an open source library for solving Non-linear Least Squares problems with bounds constraints and unconstrained optimization problems. It processes non-linear regression for rawtoaces. |[Ceres Solver installation](http://ceres-solver.org/installation.html)|
41
+
|`ceres`|`1.12.0`| Ceres Solver is an open source library for solving Non-linear Least Squares problems with bounds constraints and unconstrained optimization problems. It processes non-linear regression for rawtoaces. |[Ceres Solver installation](http://ceres-solver.org/installation.html)|
42
42
|`imath`|`3.1.8`| Provides the half data type used for representing 16-bit floating-point values. It's used by rawtoaces for storing high dynamic range (HDR) data in a compact format. |[Imath installation](https://imath.readthedocs.io/en/latest/install.html#install)|
43
-
|`libraw`|`0.19.5`| LibRaw is a library that processes RAW files from digital cameras. It handles image pre-processing for rawtoaces. |[LibRaw download](http://www.libraw.org/download)|
44
-
|`boost`|`1.80.0`| Boost has multiple C++ libraries that support tasks related to linear algebra, multithreading, image processing, unit testing, etc. It handles data loading and unit testing for rawtoaces. |[Boost download](http://www.boost.org/)|
43
+
|`libraw`|`0.19.4`| LibRaw is a library that processes RAW files from digital cameras. It handles image pre-processing for rawtoaces. |[LibRaw download](http://www.libraw.org/download)|
44
+
|`boost`|`1.76.0`| Boost has multiple C++ libraries that support tasks related to linear algebra, multithreading, image processing, unit testing, etc. It handles data loading and unit testing for rawtoaces. |[Boost download](http://www.boost.org/)|
45
45
|`aces_container`|`latest`| ACES Container is the reference implementation for a file writer intended to be used with the Academy Color Encoding System (ACES). `rawtoaces` relies on it to produce images that comply with the ACES container specification (SMPTE S2065-4). |[ACES Container installation](https://github.com/ampas/aces_container?tab=readme-ov-file#installation)|
0 commit comments