Install 9.4.0 in MacOS (Big Sur)

option, parallelism,...

Moderators: fgoudreault, mcote

Forum rules
Please have a look at ~abinit/doc/config/build-config.ac in the source package for detailed and up-to-date information about the configuration of Abinit 8 builds.
For a video explanation on how to build Abinit 7.x for Linux, please go to: http://www.youtube.com/watch?v=DppLQ-KQA68.
IMPORTANT: when an answer solves your problem, please check the little green V-like button on its upper-right corner to accept it.
Locked
pzambon
Posts: 1
Joined: Thu Mar 04, 2021 3:16 pm

Install 9.4.0 in MacOS (Big Sur)

Post by pzambon » Thu Mar 04, 2021 3:20 pm

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?

User avatar
torrent
Posts: 127
Joined: Fri Aug 14, 2009 7:40 pm

Re: Install 9.4.0 in MacOS (Big Sur)

Post by torrent » Wed Mar 24, 2021 5:38 pm

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
Marc Torrent
CEA - Bruyères-le-Chatel
France

Locked