summaryrefslogtreecommitdiffstats
path: root/academic/meep/README
diff options
context:
space:
mode:
author B. Watson2020-10-11 22:53:28 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:36:49 +0200
commitf1cf001ec54ada19ec71c53608c66bca50ddd471 (patch)
tree950cfefcd0e242922fdd72439375dd1b12d4a4bc /academic/meep/README
parent78eea3ae2de3cb9f7ce2698df57905870e2e8b22 (diff)
downloadslackbuilds-f1cf001ec54ada19ec71c53608c66bca50ddd471.tar.gz
academic/meep: Fix README, slack-desc.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/meep/README')
-rw-r--r--academic/meep/README30
1 files changed, 16 insertions, 14 deletions
diff --git a/academic/meep/README b/academic/meep/README
index 7c2f438e1d..66bd1ed80d 100644
--- a/academic/meep/README
+++ b/academic/meep/README
@@ -19,24 +19,26 @@ interface will not build without it.
Configuration:
-If the build script can find the ATLAS libraries, it will adapt the configure
-options to use them, rather than the the default choice of lapack.
+If the build script can find the ATLAS libraries, it will adapt the
+configure options to use them, rather than the the default choice of
+lapack.
-You can add additional options to the command line using the environment
-variable SBOPTIONS_MEEP; e.g. to enable MPI (multi-processor calculation)
-using openmp, use:
+You can add additional options to the command line using
+the environment variable SBOPTIONS_MEEP; e.g. to enable MPI
+(multi-processor calculation) using openmp, use:
SBOPTIONS_MEEP="--with-openmp" ./meep.Slackbuild
-Alternatively, if building non-interactively (e.g. if using slpkg), use/create
-the file /etc/sbo_pkg_options.conf since this slackbuild script will search it
-for options. Simply include a line starting "meep:" followed by options, e.g.:
+Alternatively, if building non-interactively (e.g. if using slpkg),
+use/create the file /etc/sbo_pkg_options.conf since this slackbuild
+script will search it for options. Simply include a line starting
+"meep:" followed by options, e.g.:
meep: --with-openmp
-Currently, building the python support for meep can be problematic unless
-the mpb package is also installed; if you do so, and (e.g.) use openmp, it is
-best to build mpb with the same option. You may also need to install mpi4py
-using pip. If you do not want python support, specify "--without-python",
-and in this case installing mpb is not necessary.
-
+Currently, building the python support for meep can be problematic
+unless the mpb package is also installed; if you do so, and (e.g.) use
+openmp, it is best to build mpb with the same option. You may also
+need to install mpi4py using pip. If you do not want python support,
+specify "--without-python", and in this case installing mpb is not
+necessary.