Install 9.4.0 in MacOS (Big Sur)

Has anybody installed Abinit 9.4.0 in MacOS? I’m trying to upgrade to 9.4.0 from 9.2.2 using brew but without success. I use the command:

brew upgrade abinit

and the answer is:

Warning: abinit/tap/abinit 9.2.2 already installed

Any suggestions?

Hi,

This doesn’t work?

brew upgrade abinit

This is strange…
On my MacBook it works.

You could try this

brew upgrade --force abinit

or, last resort:

brew uninstall abinit
brew install abinit

This should do the job.

Good luck