Skip to content

Commit

Permalink
Merge pull request #156 from themissingcow/1cortex79
Browse files Browse the repository at this point in the history
1_maintenance : Update Cortex to 10.0.0-a79
  • Loading branch information
tomc-cinesite authored Jul 6, 2020
2 parents 86e08dc + 49010c0 commit 90d0ef0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 17 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.5.0
-----

- Cortex : Updated to 10.0.0-a79.

1.4.1
-----

Expand Down
4 changes: 2 additions & 2 deletions Cortex/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"downloads" : [

"https://github.com/ImageEngine/cortex/archive/10.0.0-a76.tar.gz"
"https://github.com/ImageEngine/cortex/archive/10.0.0-a79.tar.gz"

],

Expand All @@ -12,7 +12,7 @@

"dependencies" : [
"Python", "OpenImageIO", "IlmBase", "PyIlmBase", "Boost", "OpenShadingLanguage",
"Blosc", "FreeType", "GLEW", "Appleseed", "TBB", "OpenVDB", "USD"
"Blosc", "FreeType", "GLEW", "Appleseed", "TBB", "OpenVDB", "USD", "Six"
],

"environment" : {
Expand Down
14 changes: 0 additions & 14 deletions Cortex/patches/0001-IECoreGL-Shader-Support-3D-samplers.patch

This file was deleted.

2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import tarfile
import zipfile

__version = "1.4.1"
__version = "1.5.0"

def __projects() :

Expand Down

0 comments on commit 90d0ef0

Please sign in to comment.