Skip to content

Instantly share code, notes, and snippets.

View zachlewis's full-sized avatar

zachlewis

  • Method Studios
View GitHub Profile
@zachlewis
zachlewis / package.py
Created December 7, 2020 23:41
nuke_ml_client rez package
# -*- coding: utf-8 -*-
name = 'nuke_ml_client'
version = '0.0.8.dev20081200'
description = ''
authors = ['Foundry']
@zachlewis
zachlewis / package.py
Created December 7, 2020 23:23
mmdetection rez package
name = 'mmdetection'
version = '2.3.0.z0'
description = \
'''
MMDetection is an open source object detection toolbox based on PyTorch.
It is a part of the OpenMMLab project developed by Multimedia Laboratory, CUHK.
'''
@zachlewis
zachlewis / package.py
Created December 7, 2020 23:11
ganspace rez package
name = "ganspace"
version = "0.1.2"
description = """
GANSpace: Discovering Interpretable GAN Controls
Erik Härkönen, Aaron Hertzmann, Jaakko Lehtinen, Sylvain Paris
Aalto University, Adobe Research, NVIDIA
https://arxiv.org/abs/2004.02546
@zachlewis
zachlewis / build_test_ocio2_config.py
Last active July 17, 2021 23:00
OCIO 2.0 test config
import PyOpenColorIO as ocio
import numpy as np
import colour as colour
from six import string_types
__version__ = "2020.11.08.0"
OUTPUT = "/tmp/test_config.ocio2"
@zachlewis
zachlewis / package.py
Last active January 25, 2021 17:13
Python rez package build script
name = "python"
version = "3.7.4"
authors = ["Guido van Rossum"]
description = \
"""
The Python programming language.
"""
@zachlewis
zachlewis / package.py
Created August 20, 2020 23:44
MAGMA rez package build thingie
name = 'magma'
version = '2.5.3.z11'
description = \
'''
The goal of the MAGMA project is to create a new generation of linear algebra
libraries that achieves the fastest possible time to an accurate solution on
heterogeneous architectures, starting with current multicore + multi-GPU
systems. To address the complex challenges stemming from these systems'
@zachlewis
zachlewis / README.md
Created August 19, 2020 14:42
oneapi_base rez package build script

This is a work in progress.

N.B., the install payload is extremely large (20+Gb)

@zachlewis
zachlewis / package.py
Last active February 15, 2021 18:55
OpenColorIO rez package build script
name = "OpenColorIO"
version = "2.0.0.0"
description = """
A complete color management solution geared towards motion picture
production with an emphasis on visual effects and computer animation.
"""
authors = ["Academy Software Foundation"]
help = "http//opencolorio.org"
# tools = [
# "ociobakelut",
@zachlewis
zachlewis / package.py
Last active August 14, 2020 21:41
yaml_cpp rez package
name = 'yamlcpp'
version = '0.6.3'
description = 'A YAML parser and emitter in C++'
authors = ['Jesse Beder']
private_build_requires = [
'gcc-4+<10',
@zachlewis
zachlewis / package.py
Created May 22, 2020 01:42
OpenEXR Rez package
name = "openexr"
version = "2.5.1.z5"
authors = ["ILM"]
description = (
"The professional-grade image storage format of the motion picture industry."
)
requires = ["numpy-1.16+"]
private_build_requires = ["cmake-3.12+<4", "gcc-4+<9"]
hashed_variants = True