Skip to content
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

Update Installation.md #1552

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion doc/docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,13 @@ The first steps are:

```sh
brew doctor
brew install homebrew/science/hdf5 homebrew/science/openblas guile fftw h5utils
brew install hdf5 
brew install openblas 
brew install guile
brew install fftw
Comment on lines +150 to +153
Copy link
Collaborator

@stevengj stevengj Apr 28, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably put it all on one line?

Suggested change
brew install hdf5 
brew install openblas 
brew install guile
brew install fftw
brew install hdf5 openblas guile fftw

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, did you intend to remove h5utils?

```


Now, install the Harminv, libctl, MPB, and Meep packages from source. Download [Harminv](https://github.com/NanoComp/harminv/blob/master/README.md) and, in the `harminv` directory, do:

```sh
Expand All @@ -158,6 +162,8 @@ Now, install the Harminv, libctl, MPB, and Meep packages from source. Download [

Use the same commands for [libctl](https://libctl.readthedocs.io), [MPB](https://mpb.readthedocs.io), and Meep. For more detailed information, see [Build From Source](Build_From_Source.md).

Download and install H5utilds: https://github.com/NanoComp/h5utils/blob/master/README.md

You are done, and can now run Meep (Scheme interface) just by typing `meep`. You can run `make check` in the meep directory if you want to perform a self-test.

To build the latest version of Meep from source on macOS Sierra, follow these [instructions](https://www.mail-archive.com/[email protected]/msg05811.html).
Expand Down