-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
HDF5 formula no longer supports mpich #26974
Labels
outdated
PR was locked due to age
Comments
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
brew install
(orupgrade
,reinstall
) a single, official formula (not cask)? If it's a generalbrew
problem please file this issue at Homebrew/brew: https://github.com/Homebrew/brew/issues/new. If it's abrew cask
problem please file this issue at https://github.com/caskroom/homebrew-cask/issues/new. If it's a tap (e.g. Homebrew/homebrew-php) problem please file this issue at the tap.brew update
and can still reproduce the problem?brew doctor
, fixed all issues and can still reproduce the problem?Remaining issues (see below) are irrelevant to the problem at hand.
brew gist-logs <formula>
(where<formula>
is the name of the formula that failed) and included the output link?brew gist-logs
didn't work: ranbrew config
andbrew doctor
and included their output with your issue?To help us debug your issue please explain:
Successful upgrade.
brew install
commands)Either (to duplicate what actually happened):
dc5b5d699b
brew install mpich
brew install hdf5 --with-mpi
brew upgrade
Or (to produce the same error with less effort):
brew install mpich
brew install hdf5 --with-mpi
I understand that this is probably intentional. However: there are multiple MPI implementations for a reason, and people choose to use implementations other than
open-mpi
for perfectly valid reasons. For us, for example,open-mpi
exhibited problems under certain conditions, whereasmpich
did not.Please, is there any documentation or discussion explaining why the
:mpi
dependency is being phased out? This has removed functionality upon which we depend, and has rendered Homebrew less useful to us, which is why I report this as a bug.The text was updated successfully, but these errors were encountered: