Page 1 of 1

Install 9.4.0 in MacOS (Big Sur)

Posted: Thu Mar 04, 2021 3:20 pm
by pzambon
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?

Re: Install 9.4.0 in MacOS (Big Sur)

Posted: Wed Mar 24, 2021 5:38 pm
by torrent
Hi,

This doesn't work?

Code: Select all

brew upgrade abinit
This is strange...
On my MacBook it works.

You could try this

Code: Select all

brew upgrade --force abinit
or, last resort:

Code: Select all

brew uninstall abinit
brew install abinit
This should do the job.

Good luck