This is a work in progress.
N.B., the install payload is extremely large (20+Gb)
| 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 |
| 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" |
| name = "python" | |
| version = "3.7.4" | |
| authors = ["Guido van Rossum"] | |
| description = \ | |
| """ | |
| The Python programming language. | |
| """ |
| 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' |
This is a work in progress.
N.B., the install payload is extremely large (20+Gb)
| 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", |
| name = 'yamlcpp' | |
| version = '0.6.3' | |
| description = 'A YAML parser and emitter in C++' | |
| authors = ['Jesse Beder'] | |
| private_build_requires = [ | |
| 'gcc-4+<10', |
| 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 |
| #! /bin/bash | |
| GCC_VERSION="5.2.0" | |
| WORKDIR="$HOME/src/" | |
| INSTALLDIR="/platform" | |
| ## NOTE: XCode must be installed (through App Store) and the following run to install command-line tools. | |
| ## THIS IS IMPORTANT! Among other things, it creates '/usr/include' and installs the system header files. | |
| # xcode-select --install |
| set cut_paste_input [stack 0] | |
| version 11.1 v1 | |
| push $cut_paste_input | |
| Group { | |
| name ACES_OT | |
| tile_color 0xd4282ff | |
| label "\[? \[numvalue presets]==0 \"\" \[value presets]]" | |
| note_font "Bitstream Vera Sans Bold Bold Bold Bold Bold Bold Bold" | |
| note_font_color 0xffffffff | |
| selected true |