-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to work with Katana 4.5v2 + added rez-build.sh and rez-releas…
…e.sh to ensure devtoolset-7 is being used + updated to C++14
- Loading branch information
1 parent
cb65683
commit 4be1ef2
Showing
5 changed files
with
30 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#! /bin/bash | ||
|
||
export CC=/opt/rh/devtoolset-7/root/bin/gcc | ||
export CXX=/opt/rh/devtoolset-7/root/bin/g++ | ||
|
||
# this will build and install the rez package locally (default is ~/packages) | ||
rez-build -i |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#! /bin/bash | ||
|
||
export CC=/opt/rh/devtoolset-7/root/bin/gcc | ||
export CXX=/opt/rh/devtoolset-7/root/bin/g++ | ||
|
||
# this will release the rez package | ||
rez-release |