Skip to content

Commit

Permalink
doc --without-libctl
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Jan 19, 2018
1 parent 5cec650 commit c99e3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ Attempt to compile a shared-memory parallel version of MPB using OpenMP. The res

**`--with-libctl=dir`**
          
If libctl was installed in a nonstandard location (i.e. neither `/usr` nor `/usr/local`), you need to specify the location of the libctl directory, `dir`. This is either `prefix/share/libctl`, where `prefix` is the installation prefix of libctl, or the original libctl source code directory.
If libctl was installed in a nonstandard location (i.e. neither `/usr` nor `/usr/local`), you need to specify the location of the libctl directory, `dir`. This is either `prefix/share/libctl`, where `prefix` is the installation prefix of libctl, or the original libctl source code directory. If you instead pass `--without-libctl`, then *only* the `libmpb` library (for use e.g. by Meep) is built, not the `mpb` executable; this is useful for people building Meep without Guile.

**`--with-blas=lib`**
          
Expand Down

0 comments on commit c99e3db

Please sign in to comment.