Is M1 Macbook pro campatible with Lammps?

517 views Asked by At

I am trying to install lammps on my M1 Macbook Pro with homebrew. But everytime I execute the $brew install lammps$ command, it shows: bottle not available. I am wondering is it a compatibility issue? Or something simple that I am missing here? To note, I am really new to lammps. Thanks, any help will be greatly appreciated.

1

There are 1 answers

0
Rafid Bendimerad On

you need to add Homebrew to the path with this command:

export PATH=/opt/homebrew/bin:$PATH