-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
REL: DREAM3D-NX v7.0.0-RC13 Release (#1038)
* Update dependent library versions for conda build. * CONDA: MacOS ARM64 can now generate a conda package * Linux: Update GCC Compiler Version to 11.4.0 * MacOS: Update compiler to clang version 16 instead of 17 * VCPKG updates to now use ITK 5.4.0 --------- Signed-off-by: Michael Jackson <mike.jackson@bluequartz.net>
- Loading branch information
1 parent
755dfc7
commit 76b2c2c
Showing
9 changed files
with
146 additions
and
139 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,27 @@ | ||
# Some clients of the conda package are still compiling on VS2019 (v142) tools. | ||
# DO NOT CHANGE THIS Value unless those clients are able to move up to a newer | ||
# toolset. There is no ETA on this. | ||
cxx_compiler: | ||
- vs2019 # [win] | ||
|
||
# The OS X compiler version needs to stay at 16.0.6 due to issues generating code | ||
# with anything newer. If you _THINK_ you want to update this compiler version | ||
# you MUST run a full `conda build .` on a MacOS machine (Both ARM64 and x64) running | ||
# at least MacOS 14.5 Sonoma with Xcode 15.4 | ||
c_compiler_version: # [unix] | ||
- 10.4.0 # [linux] | ||
- 17.0.6 # [osx] | ||
- 11.4.0 # [linux] | ||
- 16.0.6 # [osx] | ||
|
||
# The OS X compiler version needs to stay at 16.0.6 due to issues generating code | ||
# with anything newer. If you _THINK_ you want to update this compiler version | ||
# you MUST run a full `conda build .` on a MacOS machine (Both ARM64 and x64) running | ||
# at least MacOS 14.5 Sonoma with Xcode 15.4 | ||
cxx_compiler_version: | ||
- 10.4.0 # [linux] | ||
- 17.0.6 # [osx] | ||
- 11.4.0 # [linux] | ||
- 16.0.6 # [osx] | ||
|
||
python: | ||
- 3.12 | ||
|
||
- 3.12 # [osx and arm64] | ||
- 3.12 # [win64 or linux] | ||
- 3.11 | ||
|
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
Oops, something went wrong.