-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.py
More file actions
39 lines (29 loc) · 834 Bytes
/
package.py
File metadata and controls
39 lines (29 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Copyright 2025 DreamWorks Animation LLC
# SPDX-License-Identifier: Apache-2.0
# -*- coding: utf-8 -*-
name = 'orats'
@early()
def version():
"""
Increment the build in the version.
"""
from json import load
_version = '1.3'
from rezbuild import earlybind
return earlybind.version(this, _version)
description = 'MoonRay RATS test suite'
authors = [
'PSW Rendering and Shading',
'moonbase-dev@dreamworks.com'
]
requires = [
'openimageio',
'cmake-3.23',
]
build_command = ("[ {install} ] && "
"rsync -tavz {root}/cmake `printenv REZ_BUILD_INSTALL_PATH` || "
"echo No --install flag found, build\(s\) are no-ops.")
def commands():
prependenv('CMAKE_MODULE_PATH', '{root}/cmake')
uuid = '8356f8f4-4f9a-473c-8036-4f32877e3810'
config_version = 0