├── .gitignore ├── README.md ├── alembic ├── 1.7.16 │ └── package.py └── 1.8.3 │ └── package.py ├── assimp └── 5.2.5 │ └── package.py ├── blosc ├── 1.21.1 │ └── package.py └── 1.5.0 │ └── package.py ├── boost ├── 1.70.0 │ └── package.py ├── 1.73.0 │ └── package.py ├── 1.76.0 │ └── package.py ├── 1.79.0 │ └── package.py ├── 1.80.0 │ └── package.py └── 1.82.0 │ └── package.py ├── cfg ├── debug │ └── package.py └── release │ └── package.py ├── cgstubs └── 1.0.0 │ └── package.py ├── cmake ├── 3.15.6 │ └── package.py ├── 3.23.2 │ └── package.py └── 3.31.8 │ └── package.py ├── colour └── 0.4.3 │ └── package.py ├── cuda └── 11.7.0 │ ├── package.py │ └── platform-windows │ └── arch-AMD64 │ └── package.py ├── cxx11abi ├── 0 │ ├── package.py │ └── platform-linux │ │ └── arch-x86_64 │ │ └── package.py └── 1 │ ├── package.py │ └── platform-linux │ └── arch-x86_64 │ └── package.py ├── devil └── 1.8.0 │ └── package.py ├── dusd ├── 20.08 │ └── package.py ├── 21.08 │ └── package.py ├── 22.08 │ └── package.py ├── 23.08 │ └── package.py ├── 23.11 │ └── package.py └── 24.03 │ └── package.py ├── ffmpeg └── 5.0.1 │ └── package.py ├── gif └── 5.2.1 │ └── package.py ├── glew ├── 2.1.0 │ └── package.py └── 2.2.0 │ └── package.py ├── glfw └── 3.3.8 │ └── package.py ├── glut └── 3.4.0 │ └── package.py ├── imath ├── 3.0.5 │ └── package.py ├── 3.1.12 │ └── package.py ├── 3.1.5 │ └── package.py └── 3.1.9 │ └── package.py ├── jinja2 ├── 3.1.2 │ └── package.py └── 3.1.3 │ └── package.py ├── jpegturbo └── 2.0.6 │ └── package.py ├── lua └── 5.4.7 │ └── package.py ├── markupsafe └── 2.1.1 │ └── package.py ├── materialx └── 1.38.10 │ └── package.py ├── maya └── 2024 │ └── package.py ├── neovim ├── 0.7.2 │ └── package.py └── _0.8.0 │ └── package.py ├── numpy ├── 1.19.5 │ └── package.py ├── 1.20.3 │ └── package.py ├── 1.21.6 │ └── package.py ├── 1.22.4 │ └── package.py ├── 1.23.5 │ └── package.py └── 1.24.3 │ └── package.py ├── ocio ├── 2.0.4 │ └── package.py ├── 2.1.2 │ └── package.py ├── 2.2.0 │ └── package.py ├── 2.2.1 │ └── package.py └── 2.3.1 │ └── package.py ├── oiio ├── 2.1.18.0 │ └── package.py ├── 2.2.21.0 │ └── package.py ├── 2.3.16.0 │ └── package.py ├── 2.5.7.0 │ └── package.py └── 3.0.5.0 │ └── package.py ├── openexr ├── 2.4.2 │ └── package.py ├── 3.0.5 │ └── package.py ├── 3.1.5 │ └── package.py ├── 3.2.1 │ └── package.py └── 3.3.2 │ └── package.py ├── openjpeg └── 2.4.0 │ └── package.py ├── openvdb ├── 10.1.0 │ └── package.py ├── 11.0.0 │ └── package.py ├── 8.2.0 │ └── package.py └── 9.1.0 │ └── package.py ├── osd ├── 3.4.4 │ └── package.py ├── 3.5.1 │ └── package.py └── 3.6.0 │ └── package.py ├── osl └── 1.13.8.0 │ └── package.py ├── otio └── 0.15 │ └── package.py ├── partio └── 1.17.3 │ └── package.py ├── png └── 1.6.35 │ └── package.py ├── ptex ├── 2.4.1 │ └── package.py └── 2.4.2 │ └── package.py ├── pugixml └── 1.14 │ └── package.py ├── pybind11 ├── 2.11.1 │ └── package.py ├── 2.13.1 │ └── package.py └── 2.8.1 │ └── package.py ├── pylint └── 3.0.3 │ └── package.py ├── pyopengl ├── 3.1.6 │ └── package.py └── 3.1.7 │ └── package.py ├── pyqt5 └── 5.15.7 │ └── package.py ├── pyside2 └── 5.15.2.1 │ └── package.py ├── pyside6 └── 6.7.2 │ └── package.py ├── python ├── 3.10.5 │ └── package.py ├── 3.11.9 │ └── package.py ├── 3.7.9 │ └── package.py └── 3.9.12 │ └── package.py ├── raw └── 0.21.0 │ └── package.py ├── tbb └── 2020.3 │ └── package.py ├── tiff └── 4.3.0 │ └── package.py ├── tstA ├── 1.0.0 │ ├── package.py │ └── platform-windows │ │ └── arch-AMD64 │ │ ├── bin │ │ └── tstA │ │ └── package.py └── 2.0.1 │ ├── package.py │ └── platform-windows │ └── arch-AMD64 │ ├── bin │ └── tstA │ └── package.py ├── tstB ├── 1.0.0 │ ├── package.py │ └── platform-windows │ │ └── arch-AMD64 │ │ ├── bin │ │ └── tstB │ │ └── package.py ├── 1.5.3 │ ├── package.py │ └── platform-windows │ │ └── arch-AMD64 │ │ ├── bin │ │ └── tstB │ │ └── package.py └── 2.1.1 │ ├── package.py │ └── platform-windows │ └── arch-AMD64 │ ├── bin │ └── tstB │ └── package.py ├── tstC └── 1.0.0 │ ├── package.py │ └── platform-windows │ └── arch-AMD64 │ ├── bin │ └── tstC │ └── package.py ├── tstD └── 1.0.0 │ ├── package.py │ └── platform-windows │ └── arch-AMD64 │ ├── bin │ └── tstD │ └── package.py ├── tstE └── 1.0.0 │ ├── package.py │ └── platform-windows │ └── arch-AMD64 │ ├── bin │ └── tstE │ └── package.py ├── usd ├── 0-dev │ └── package.py ├── 0-release │ └── package.py ├── 20.08 │ └── package.py ├── 21.08 │ └── package.py ├── 22.08 │ └── package.py ├── 22.11 │ └── package.py ├── 23.08 │ └── package.py ├── 23.11 │ └── package.py ├── 24.03 │ └── package.py ├── 24.11 │ └── package.py └── 25.08 │ └── package.py ├── vfxrp ├── 2021 │ └── package.py ├── 2022 │ └── package.py ├── 2023 │ └── package.py └── 2024 │ └── package.py ├── vs ├── 2017 │ ├── package.py │ └── platform-windows │ │ └── arch-AMD64 │ │ └── package.py ├── 2019 │ ├── package.py │ └── platform-windows │ │ └── arch-AMD64 │ │ └── package.py └── 2022 │ ├── package.py │ └── platform-windows │ └── arch-AMD64 │ └── package.py ├── webp └── 1.1.0 │ └── package.py └── zlib └── 1.2.12 └── package.py /.gitignore: -------------------------------------------------------------------------------- 1 | .vscode -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/README.md -------------------------------------------------------------------------------- /alembic/1.7.16/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/alembic/1.7.16/package.py -------------------------------------------------------------------------------- /alembic/1.8.3/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/alembic/1.8.3/package.py -------------------------------------------------------------------------------- /assimp/5.2.5/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/assimp/5.2.5/package.py -------------------------------------------------------------------------------- /blosc/1.21.1/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/blosc/1.21.1/package.py -------------------------------------------------------------------------------- /blosc/1.5.0/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/blosc/1.5.0/package.py -------------------------------------------------------------------------------- /boost/1.70.0/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/boost/1.70.0/package.py -------------------------------------------------------------------------------- /boost/1.73.0/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/boost/1.73.0/package.py -------------------------------------------------------------------------------- /boost/1.76.0/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/boost/1.76.0/package.py -------------------------------------------------------------------------------- /boost/1.79.0/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/boost/1.79.0/package.py -------------------------------------------------------------------------------- /boost/1.80.0/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/boost/1.80.0/package.py -------------------------------------------------------------------------------- /boost/1.82.0/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/boost/1.82.0/package.py -------------------------------------------------------------------------------- /cfg/debug/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/cfg/debug/package.py -------------------------------------------------------------------------------- /cfg/release/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/cfg/release/package.py -------------------------------------------------------------------------------- /cgstubs/1.0.0/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/cgstubs/1.0.0/package.py -------------------------------------------------------------------------------- /cmake/3.15.6/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/cmake/3.15.6/package.py -------------------------------------------------------------------------------- /cmake/3.23.2/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/cmake/3.23.2/package.py -------------------------------------------------------------------------------- /cmake/3.31.8/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/cmake/3.31.8/package.py -------------------------------------------------------------------------------- /colour/0.4.3/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/colour/0.4.3/package.py -------------------------------------------------------------------------------- /cuda/11.7.0/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/cuda/11.7.0/package.py -------------------------------------------------------------------------------- /cuda/11.7.0/platform-windows/arch-AMD64/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/cuda/11.7.0/platform-windows/arch-AMD64/package.py -------------------------------------------------------------------------------- /cxx11abi/0/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/cxx11abi/0/package.py -------------------------------------------------------------------------------- /cxx11abi/0/platform-linux/arch-x86_64/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/cxx11abi/0/platform-linux/arch-x86_64/package.py -------------------------------------------------------------------------------- /cxx11abi/1/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/cxx11abi/1/package.py -------------------------------------------------------------------------------- /cxx11abi/1/platform-linux/arch-x86_64/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/cxx11abi/1/platform-linux/arch-x86_64/package.py -------------------------------------------------------------------------------- /devil/1.8.0/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/devil/1.8.0/package.py -------------------------------------------------------------------------------- /dusd/20.08/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/dusd/20.08/package.py -------------------------------------------------------------------------------- /dusd/21.08/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/dusd/21.08/package.py -------------------------------------------------------------------------------- /dusd/22.08/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/dusd/22.08/package.py -------------------------------------------------------------------------------- /dusd/23.08/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/dusd/23.08/package.py -------------------------------------------------------------------------------- /dusd/23.11/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/dusd/23.11/package.py -------------------------------------------------------------------------------- /dusd/24.03/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/dusd/24.03/package.py -------------------------------------------------------------------------------- /ffmpeg/5.0.1/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/ffmpeg/5.0.1/package.py -------------------------------------------------------------------------------- /gif/5.2.1/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/gif/5.2.1/package.py -------------------------------------------------------------------------------- /glew/2.1.0/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/glew/2.1.0/package.py -------------------------------------------------------------------------------- /glew/2.2.0/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/glew/2.2.0/package.py -------------------------------------------------------------------------------- /glfw/3.3.8/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/glfw/3.3.8/package.py -------------------------------------------------------------------------------- /glut/3.4.0/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/glut/3.4.0/package.py -------------------------------------------------------------------------------- /imath/3.0.5/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/imath/3.0.5/package.py -------------------------------------------------------------------------------- /imath/3.1.12/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/imath/3.1.12/package.py -------------------------------------------------------------------------------- /imath/3.1.5/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/imath/3.1.5/package.py -------------------------------------------------------------------------------- /imath/3.1.9/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/imath/3.1.9/package.py -------------------------------------------------------------------------------- /jinja2/3.1.2/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/jinja2/3.1.2/package.py -------------------------------------------------------------------------------- /jinja2/3.1.3/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/jinja2/3.1.3/package.py -------------------------------------------------------------------------------- /jpegturbo/2.0.6/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/jpegturbo/2.0.6/package.py -------------------------------------------------------------------------------- /lua/5.4.7/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/lua/5.4.7/package.py -------------------------------------------------------------------------------- /markupsafe/2.1.1/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/markupsafe/2.1.1/package.py -------------------------------------------------------------------------------- /materialx/1.38.10/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/materialx/1.38.10/package.py -------------------------------------------------------------------------------- /maya/2024/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/maya/2024/package.py -------------------------------------------------------------------------------- /neovim/0.7.2/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/neovim/0.7.2/package.py -------------------------------------------------------------------------------- /neovim/_0.8.0/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/neovim/_0.8.0/package.py -------------------------------------------------------------------------------- /numpy/1.19.5/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/numpy/1.19.5/package.py -------------------------------------------------------------------------------- /numpy/1.20.3/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/numpy/1.20.3/package.py -------------------------------------------------------------------------------- /numpy/1.21.6/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/numpy/1.21.6/package.py -------------------------------------------------------------------------------- /numpy/1.22.4/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/numpy/1.22.4/package.py -------------------------------------------------------------------------------- /numpy/1.23.5/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/numpy/1.23.5/package.py -------------------------------------------------------------------------------- /numpy/1.24.3/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/numpy/1.24.3/package.py -------------------------------------------------------------------------------- /ocio/2.0.4/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/ocio/2.0.4/package.py -------------------------------------------------------------------------------- /ocio/2.1.2/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/ocio/2.1.2/package.py -------------------------------------------------------------------------------- /ocio/2.2.0/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/ocio/2.2.0/package.py -------------------------------------------------------------------------------- /ocio/2.2.1/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/ocio/2.2.1/package.py -------------------------------------------------------------------------------- /ocio/2.3.1/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/ocio/2.3.1/package.py -------------------------------------------------------------------------------- /oiio/2.1.18.0/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/oiio/2.1.18.0/package.py -------------------------------------------------------------------------------- /oiio/2.2.21.0/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/oiio/2.2.21.0/package.py -------------------------------------------------------------------------------- /oiio/2.3.16.0/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/oiio/2.3.16.0/package.py -------------------------------------------------------------------------------- /oiio/2.5.7.0/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/oiio/2.5.7.0/package.py -------------------------------------------------------------------------------- /oiio/3.0.5.0/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/oiio/3.0.5.0/package.py -------------------------------------------------------------------------------- /openexr/2.4.2/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/openexr/2.4.2/package.py -------------------------------------------------------------------------------- /openexr/3.0.5/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/openexr/3.0.5/package.py -------------------------------------------------------------------------------- /openexr/3.1.5/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/openexr/3.1.5/package.py -------------------------------------------------------------------------------- /openexr/3.2.1/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/openexr/3.2.1/package.py -------------------------------------------------------------------------------- /openexr/3.3.2/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/openexr/3.3.2/package.py -------------------------------------------------------------------------------- /openjpeg/2.4.0/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/openjpeg/2.4.0/package.py -------------------------------------------------------------------------------- /openvdb/10.1.0/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/openvdb/10.1.0/package.py -------------------------------------------------------------------------------- /openvdb/11.0.0/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/openvdb/11.0.0/package.py -------------------------------------------------------------------------------- /openvdb/8.2.0/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/openvdb/8.2.0/package.py -------------------------------------------------------------------------------- /openvdb/9.1.0/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/openvdb/9.1.0/package.py -------------------------------------------------------------------------------- /osd/3.4.4/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/osd/3.4.4/package.py -------------------------------------------------------------------------------- /osd/3.5.1/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/osd/3.5.1/package.py -------------------------------------------------------------------------------- /osd/3.6.0/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/osd/3.6.0/package.py -------------------------------------------------------------------------------- /osl/1.13.8.0/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/osl/1.13.8.0/package.py -------------------------------------------------------------------------------- /otio/0.15/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/otio/0.15/package.py -------------------------------------------------------------------------------- /partio/1.17.3/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/partio/1.17.3/package.py -------------------------------------------------------------------------------- /png/1.6.35/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/png/1.6.35/package.py -------------------------------------------------------------------------------- /ptex/2.4.1/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/ptex/2.4.1/package.py -------------------------------------------------------------------------------- /ptex/2.4.2/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/ptex/2.4.2/package.py -------------------------------------------------------------------------------- /pugixml/1.14/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/pugixml/1.14/package.py -------------------------------------------------------------------------------- /pybind11/2.11.1/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/pybind11/2.11.1/package.py -------------------------------------------------------------------------------- /pybind11/2.13.1/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/pybind11/2.13.1/package.py -------------------------------------------------------------------------------- /pybind11/2.8.1/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/pybind11/2.8.1/package.py -------------------------------------------------------------------------------- /pylint/3.0.3/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/pylint/3.0.3/package.py -------------------------------------------------------------------------------- /pyopengl/3.1.6/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/pyopengl/3.1.6/package.py -------------------------------------------------------------------------------- /pyopengl/3.1.7/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/pyopengl/3.1.7/package.py -------------------------------------------------------------------------------- /pyqt5/5.15.7/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/pyqt5/5.15.7/package.py -------------------------------------------------------------------------------- /pyside2/5.15.2.1/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/pyside2/5.15.2.1/package.py -------------------------------------------------------------------------------- /pyside6/6.7.2/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/pyside6/6.7.2/package.py -------------------------------------------------------------------------------- /python/3.10.5/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/python/3.10.5/package.py -------------------------------------------------------------------------------- /python/3.11.9/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/python/3.11.9/package.py -------------------------------------------------------------------------------- /python/3.7.9/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/python/3.7.9/package.py -------------------------------------------------------------------------------- /python/3.9.12/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/python/3.9.12/package.py -------------------------------------------------------------------------------- /raw/0.21.0/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/raw/0.21.0/package.py -------------------------------------------------------------------------------- /tbb/2020.3/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/tbb/2020.3/package.py -------------------------------------------------------------------------------- /tiff/4.3.0/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/tiff/4.3.0/package.py -------------------------------------------------------------------------------- /tstA/1.0.0/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/tstA/1.0.0/package.py -------------------------------------------------------------------------------- /tstA/1.0.0/platform-windows/arch-AMD64/bin/tstA: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tstA/1.0.0/platform-windows/arch-AMD64/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/tstA/1.0.0/platform-windows/arch-AMD64/package.py -------------------------------------------------------------------------------- /tstA/2.0.1/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/tstA/2.0.1/package.py -------------------------------------------------------------------------------- /tstA/2.0.1/platform-windows/arch-AMD64/bin/tstA: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tstA/2.0.1/platform-windows/arch-AMD64/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/tstA/2.0.1/platform-windows/arch-AMD64/package.py -------------------------------------------------------------------------------- /tstB/1.0.0/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/tstB/1.0.0/package.py -------------------------------------------------------------------------------- /tstB/1.0.0/platform-windows/arch-AMD64/bin/tstB: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tstB/1.0.0/platform-windows/arch-AMD64/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/tstB/1.0.0/platform-windows/arch-AMD64/package.py -------------------------------------------------------------------------------- /tstB/1.5.3/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/tstB/1.5.3/package.py -------------------------------------------------------------------------------- /tstB/1.5.3/platform-windows/arch-AMD64/bin/tstB: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tstB/1.5.3/platform-windows/arch-AMD64/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/tstB/1.5.3/platform-windows/arch-AMD64/package.py -------------------------------------------------------------------------------- /tstB/2.1.1/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/tstB/2.1.1/package.py -------------------------------------------------------------------------------- /tstB/2.1.1/platform-windows/arch-AMD64/bin/tstB: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tstB/2.1.1/platform-windows/arch-AMD64/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/tstB/2.1.1/platform-windows/arch-AMD64/package.py -------------------------------------------------------------------------------- /tstC/1.0.0/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/tstC/1.0.0/package.py -------------------------------------------------------------------------------- /tstC/1.0.0/platform-windows/arch-AMD64/bin/tstC: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tstC/1.0.0/platform-windows/arch-AMD64/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/tstC/1.0.0/platform-windows/arch-AMD64/package.py -------------------------------------------------------------------------------- /tstD/1.0.0/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/tstD/1.0.0/package.py -------------------------------------------------------------------------------- /tstD/1.0.0/platform-windows/arch-AMD64/bin/tstD: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tstD/1.0.0/platform-windows/arch-AMD64/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/tstD/1.0.0/platform-windows/arch-AMD64/package.py -------------------------------------------------------------------------------- /tstE/1.0.0/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/tstE/1.0.0/package.py -------------------------------------------------------------------------------- /tstE/1.0.0/platform-windows/arch-AMD64/bin/tstE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tstE/1.0.0/platform-windows/arch-AMD64/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/tstE/1.0.0/platform-windows/arch-AMD64/package.py -------------------------------------------------------------------------------- /usd/0-dev/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/usd/0-dev/package.py -------------------------------------------------------------------------------- /usd/0-release/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/usd/0-release/package.py -------------------------------------------------------------------------------- /usd/20.08/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/usd/20.08/package.py -------------------------------------------------------------------------------- /usd/21.08/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/usd/21.08/package.py -------------------------------------------------------------------------------- /usd/22.08/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/usd/22.08/package.py -------------------------------------------------------------------------------- /usd/22.11/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/usd/22.11/package.py -------------------------------------------------------------------------------- /usd/23.08/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/usd/23.08/package.py -------------------------------------------------------------------------------- /usd/23.11/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/usd/23.11/package.py -------------------------------------------------------------------------------- /usd/24.03/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/usd/24.03/package.py -------------------------------------------------------------------------------- /usd/24.11/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/usd/24.11/package.py -------------------------------------------------------------------------------- /usd/25.08/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/usd/25.08/package.py -------------------------------------------------------------------------------- /vfxrp/2021/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/vfxrp/2021/package.py -------------------------------------------------------------------------------- /vfxrp/2022/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/vfxrp/2022/package.py -------------------------------------------------------------------------------- /vfxrp/2023/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/vfxrp/2023/package.py -------------------------------------------------------------------------------- /vfxrp/2024/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/vfxrp/2024/package.py -------------------------------------------------------------------------------- /vs/2017/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/vs/2017/package.py -------------------------------------------------------------------------------- /vs/2017/platform-windows/arch-AMD64/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/vs/2017/platform-windows/arch-AMD64/package.py -------------------------------------------------------------------------------- /vs/2019/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/vs/2019/package.py -------------------------------------------------------------------------------- /vs/2019/platform-windows/arch-AMD64/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/vs/2019/platform-windows/arch-AMD64/package.py -------------------------------------------------------------------------------- /vs/2022/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/vs/2022/package.py -------------------------------------------------------------------------------- /vs/2022/platform-windows/arch-AMD64/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/vs/2022/platform-windows/arch-AMD64/package.py -------------------------------------------------------------------------------- /webp/1.1.0/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/webp/1.1.0/package.py -------------------------------------------------------------------------------- /zlib/1.2.12/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anderslanglands/rez-recipes/HEAD/zlib/1.2.12/package.py --------------------------------------------------------------------------------