Skip to content

Commit

Permalink
Cortex : Update to version 10.3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Nov 17, 2021
1 parent 77d8519 commit 767de94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- TBB : Updated to version 2020.2.
- Qt : Updated to version 5.15.2.
- PySide : Updated to version 5.15.2.
- Cortex : Updated to version 10.3.0.0.

3.1.0
-----
Expand Down
7 changes: 2 additions & 5 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/refs/tags/10.2.2.0.tar.gz"
"https://github.com/ImageEngine/cortex/archive/refs/tags/10.3.0.0.tar.gz"

],

Expand All @@ -21,7 +21,7 @@

},

"requiredEnvironment" : [ "ARNOLD_ROOT", "RMAN_ROOT" ],
"requiredEnvironment" : [ "RMAN_ROOT" ],

"commands" : [

Expand All @@ -34,7 +34,6 @@
" INSTALL_RMANPROCEDURAL_NAME={buildDir}/renderMan/procedurals/iePython"
" INSTALL_RMANDISPLAY_NAME={buildDir}/renderMan/displayDrivers/ieDisplay"
" INSTALL_PYTHON_DIR={buildDir}/python"
" INSTALL_ARNOLDOUTPUTDRIVER_NAME={buildDir}/arnold/plugins/ieOutputDriver.so"
" INSTALL_IECORE_OPS=''"
" PYTHON_CONFIG={buildDir}/bin/python{pythonMajorVersion}-config"
" PYTHON={buildDir}/bin/python"
Expand All @@ -50,7 +49,6 @@
" GLEW_INCLUDE_PATH={buildDir}/include/GL"
" RMAN_ROOT=$RMAN_ROOT"
" NUKE_ROOT="
" ARNOLD_ROOT=$ARNOLD_ROOT"
" APPLESEED_ROOT={buildDir}/appleseed"
" APPLESEED_INCLUDE_PATH={buildDir}/appleseed/include"
" APPLESEED_LIB_PATH={buildDir}/appleseed/lib"
Expand All @@ -69,7 +67,6 @@
"lib/libIECore*{sharedLibraryExtension}",
"python/IECore*",
"renderMan",
"arnold",
"appleseedDisplays",
"glsl/IECoreGL",
"glsl/*.frag",
Expand Down

0 comments on commit 767de94

Please sign in to comment.