-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add toolchain Conda package compilers to MPICH recipe (gcc gxx gfortran) #27349
Comments
milljm
changed the title
Add
Add toolchain Conda package compilers to MPICH recipe (gcc gxx gfortran)
Apr 11, 2024
gfortran
Conda package to MPICH recipe
milljm
added a commit
to milljm/moose
that referenced
this issue
Apr 11, 2024
Looks like we are now missing `gcc, g++, and gfortran` binaries (symbolic links) by installing moose-mpich. This change will bring these tools back. A bump to versioner_hashes to follow. Closes idaholab#27349
milljm
added a commit
to milljm/moose
that referenced
this issue
Apr 11, 2024
milljm
added a commit
to milljm/moose
that referenced
this issue
Apr 11, 2024
Looks like we are now missing `gcc, g++, and gfortran` binaries (symbolic links) by installing moose-mpich. This change will bring these tools back. A bump to versioner_hashes to follow. Closes idaholab#27349
milljm
added a commit
to milljm/moose
that referenced
this issue
Apr 11, 2024
Merged
pbehne
pushed a commit
to pbehne/moose
that referenced
this issue
Apr 22, 2024
Looks like we are now missing `gcc, g++, and gfortran` binaries (symbolic links) by installing moose-mpich. This change will bring these tools back. A bump to versioner_hashes to follow. Closes idaholab#27349
pbehne
pushed a commit
to pbehne/moose
that referenced
this issue
Apr 22, 2024
ke7kto
pushed a commit
to ke7kto/moose
that referenced
this issue
May 22, 2024
Looks like we are now missing `gcc, g++, and gfortran` binaries (symbolic links) by installing moose-mpich. This change will bring these tools back. A bump to versioner_hashes to follow. Closes idaholab#27349
ke7kto
pushed a commit
to ke7kto/moose
that referenced
this issue
May 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Motivation
It would seem we are no longer getting
gfortran | gcc | g++
symbolic links to Conda's toolchain compilers when installingmoose-mpich
Design
Add necessary toolchain Conda packages in build and/or run steps in the recipe to properly pin a compatible version.
Impact
moose-mpich will continue to have
gfortran, gcc, g++
as an available binaryThe text was updated successfully, but these errors were encountered: