Skip to content

Commit

Permalink
Update GCC version in conda recipe to 7.5 to workaround GCC bug 82461. (
Browse files Browse the repository at this point in the history
NVIDIA#3431)

* Update GCC version in conda recipe to workaround GCC bug 82461.

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82461

Signed-off-by: Michał Zientkiewicz <mzient@gmail.com>
  • Loading branch information
mzient authored and cyyever committed Jan 23, 2022
1 parent df7cccb commit b7e7c3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/config/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
c_compiler_version: # [linux]
- 7.3 # [linux]
- 7.5 # [linux]
cxx_compiler_version: # [linux]
- 7.3 # [linux]
- 7.5 # [linux]

0 comments on commit b7e7c3f

Please sign in to comment.