Skip to content

Commit

Permalink
update pip install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rjleveque committed Nov 7, 2023
1 parent 43ba56a commit d62b755
Show file tree
Hide file tree
Showing 688 changed files with 55 additions and 61 deletions.
4 changes: 2 additions & 2 deletions _sources/developers.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ things in a different repository.)

Now install this version of Clawpack using::

pip install -e --no-build-isolation ./
pip install --no-build-isolation -e ./

The `-e` flag means that this is an editabl version of the Clawpack code
(rather than installing the original version in the `site-packages`
Expand Down Expand Up @@ -290,7 +290,7 @@ anything:
if you have modified any Fortran code, you need to recompile::

cd clawpack/
pip install --user -e --no-build-isolation ./
pip install --user --no-build-isolation -e ./

Then run the tests::

Expand Down
11 changes: 5 additions & 6 deletions _sources/installing_pip.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,8 @@ following command
**(you might want to first read the notes below to see if you
want to change anything in this command)**::

pip install --src=$HOME/clawpack_src --user -e --no-build-isolation \
git+https://github.com/clawpack/[email protected]#egg=clawpack-v5.9.2 \
--use-deprecated=legacy-resolver
pip install --src=$HOME/clawpack_src --user --no-build-isolation -e \
git+https://github.com/clawpack/[email protected]#egg=clawpack


**Notes:**
Expand Down Expand Up @@ -140,8 +139,8 @@ Instead, you can always install another branch by doing a new
`pip install` into a different subdirectory of `clawpack_src`, e.g. ::

export CLAW_VERSION=v5.3.1 # used several places in next commands
pip install --src=$HOME/clawpack_src --user -e --no-build-isolation \
git+https://github.com/clawpack/clawpack.git@$CLAW_VERSION#egg=clawpack-$CLAW_VERSION
pip install --src=$HOME/clawpack_src --user --no-build-isolation -e \
git+https://github.com/clawpack/clawpack.git@$CLAW_VERSION#egg=clawpack
export CLAW=$HOME/clawpack_src/clawpack-$CLAW_VERSION

If this version doesn't already exist on your computer then it will clone
Expand All @@ -153,7 +152,7 @@ properly via::

export CLAW=/full/path/to/desired/version/of/clawpack
cd $CLAW
pip install --user -e --no-build-isolation ./ # note trailing dot indicating "this directory"
pip install --user --no-build-isolation -e ./

See :ref:`python_path` if you are having problems with the wrong version
being imported.
Expand Down
2 changes: 1 addition & 1 deletion _sources/release_5_9_2.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ General changes
---------------

The build process for the Python modules has been completely redone using
`meson <https://mesonbuild.com/>` in place of `distutils`, which is being
`meson <https://mesonbuild.com/>`__ in place of `distutils`, which is being
deprecated. We chose `meson` since this is now being used by many of the core
scientific python projects that we use, e.g. `numpy` and `scipy`. This should
not affect most users, except for some changes to the recommended installation
Expand Down
2 changes: 1 addition & 1 deletion dev/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 0607d273f58f0bbbe264c06eae34bc45
config: 9bc24a18afe2fc865749e011fcedabb5
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified dev/.doctrees/ClawPlotAxes.doctree
Binary file not shown.
Binary file modified dev/.doctrees/ClawPlotData.doctree
Binary file not shown.
Binary file modified dev/.doctrees/ClawPlotFigure.doctree
Binary file not shown.
Binary file modified dev/.doctrees/ClawPlotItem.doctree
Binary file not shown.
Binary file modified dev/.doctrees/about.doctree
Binary file not shown.
Binary file modified dev/.doctrees/adjoint.doctree
Binary file not shown.
Binary file modified dev/.doctrees/amr_algorithm.doctree
Binary file not shown.
Binary file modified dev/.doctrees/amrclaw.doctree
Binary file not shown.
Binary file modified dev/.doctrees/amrclaw1d.doctree
Binary file not shown.
Binary file modified dev/.doctrees/amrclaw_doxygen.doctree
Binary file not shown.
Binary file modified dev/.doctrees/amrclaw_flowcharts.doctree
Binary file not shown.
Binary file modified dev/.doctrees/application_documentation.doctree
Binary file not shown.
Binary file modified dev/.doctrees/apps.doctree
Binary file not shown.
Binary file modified dev/.doctrees/aws.doctree
Binary file not shown.
Binary file modified dev/.doctrees/b4run.doctree
Binary file not shown.
Binary file modified dev/.doctrees/b4step_defaults.doctree
Binary file not shown.
Binary file modified dev/.doctrees/bc.doctree
Binary file not shown.
Binary file modified dev/.doctrees/biblio.doctree
Binary file not shown.
Binary file modified dev/.doctrees/bouss1d.doctree
Binary file not shown.
Binary file modified dev/.doctrees/bouss2d.doctree
Binary file not shown.
Binary file modified dev/.doctrees/changes_to_master.doctree
Binary file not shown.
Binary file modified dev/.doctrees/claw43to46.doctree
Binary file not shown.
Binary file modified dev/.doctrees/claw46to50.doctree
Binary file not shown.
Binary file modified dev/.doctrees/claw4x.doctree
Binary file not shown.
Binary file modified dev/.doctrees/clawpack5.doctree
Binary file not shown.
Binary file modified dev/.doctrees/clawpack_components.doctree
Binary file not shown.
Binary file modified dev/.doctrees/community.doctree
Binary file not shown.
Binary file modified dev/.doctrees/contents.doctree
Binary file not shown.
Binary file modified dev/.doctrees/contribute_apps.doctree
Binary file not shown.
Binary file modified dev/.doctrees/current_data.doctree
Binary file not shown.
Binary file modified dev/.doctrees/developers.doctree
Binary file not shown.
Binary file modified dev/.doctrees/docker_image.doctree
Binary file not shown.
Binary file modified dev/.doctrees/dtopotools_module.doctree
Binary file not shown.
Binary file modified dev/.doctrees/environment.pickle
Binary file not shown.
Binary file modified dev/.doctrees/f77_vs_f90.doctree
Binary file not shown.
Binary file modified dev/.doctrees/fgmax.doctree
Binary file not shown.
Binary file modified dev/.doctrees/fgmax_tools_module.doctree
Binary file not shown.
Binary file modified dev/.doctrees/fgout.doctree
Binary file not shown.
Binary file modified dev/.doctrees/fgout_tools_module.doctree
Binary file not shown.
Binary file modified dev/.doctrees/first_run.doctree
Binary file not shown.
Binary file modified dev/.doctrees/first_run_fortran.doctree
Binary file not shown.
Binary file modified dev/.doctrees/first_run_pyclaw.doctree
Binary file not shown.
Binary file modified dev/.doctrees/flagregions.doctree
Binary file not shown.
Binary file modified dev/.doctrees/force_dry.doctree
Binary file not shown.
Binary file modified dev/.doctrees/fortran.doctree
Binary file not shown.
Binary file modified dev/.doctrees/fortran_compilers.doctree
Binary file not shown.
Binary file modified dev/.doctrees/fvmbook.doctree
Binary file not shown.
Binary file modified dev/.doctrees/galleries.doctree
Binary file not shown.
Binary file modified dev/.doctrees/gauges.doctree
Binary file not shown.
Binary file modified dev/.doctrees/geoclaw.doctree
Binary file not shown.
Binary file modified dev/.doctrees/geoclaw1d.doctree
Binary file not shown.
Binary file modified dev/.doctrees/geoclaw_started.doctree
Binary file not shown.
Binary file modified dev/.doctrees/geoclaw_util_module.doctree
Binary file not shown.
Binary file modified dev/.doctrees/geohints.doctree
Binary file not shown.
Binary file modified dev/.doctrees/geoplot.doctree
Binary file not shown.
Binary file modified dev/.doctrees/git_versions.doctree
Binary file not shown.
Binary file modified dev/.doctrees/googleearth_plotting.doctree
Binary file not shown.
Binary file modified dev/.doctrees/gpu.doctree
Binary file not shown.
Binary file modified dev/.doctrees/grid_registration.doctree
Binary file not shown.
Binary file modified dev/.doctrees/howto_doc.doctree
Binary file not shown.
Binary file modified dev/.doctrees/howto_release.doctree
Binary file not shown.
Binary file modified dev/.doctrees/installing.doctree
Binary file not shown.
Binary file modified dev/.doctrees/installing_fortcodes.doctree
Binary file not shown.
Binary file modified dev/.doctrees/installing_pip.doctree
Binary file not shown.
Binary file modified dev/.doctrees/kmltools_module.doctree
Binary file not shown.
Binary file modified dev/.doctrees/lagrangian_gauges.doctree
Binary file not shown.
Binary file modified dev/.doctrees/license.doctree
Binary file not shown.
Binary file modified dev/.doctrees/makefiles.doctree
Binary file not shown.
Binary file modified dev/.doctrees/makefiles_library.doctree
Binary file not shown.
Binary file modified dev/.doctrees/manning.doctree
Binary file not shown.
Binary file modified dev/.doctrees/mapc2p.doctree
Binary file not shown.
Binary file modified dev/.doctrees/marching_front.doctree
Binary file not shown.
Binary file modified dev/.doctrees/matlab_plotting.doctree
Binary file not shown.
Binary file modified dev/.doctrees/nearshore_interp.doctree
Binary file not shown.
Binary file modified dev/.doctrees/netcdf.doctree
Binary file not shown.
Binary file modified dev/.doctrees/newapp.doctree
Binary file not shown.
Binary file modified dev/.doctrees/okada.doctree
Binary file not shown.
Binary file modified dev/.doctrees/openmp.doctree
Binary file not shown.
Binary file modified dev/.doctrees/output_styles.doctree
Binary file not shown.
Binary file modified dev/.doctrees/packages.doctree
Binary file not shown.
Binary file modified dev/.doctrees/photos.doctree
Binary file not shown.
Binary file modified dev/.doctrees/plotexamples.doctree
Binary file not shown.
Binary file modified dev/.doctrees/plotting.doctree
Binary file not shown.
Binary file modified dev/.doctrees/plotting_faq.doctree
Binary file not shown.
Binary file modified dev/.doctrees/plotting_geoclaw.doctree
Binary file not shown.
Binary file modified dev/.doctrees/plotting_python.doctree
Binary file not shown.
Binary file modified dev/.doctrees/prereqs.doctree
Binary file not shown.
Binary file modified dev/.doctrees/pyclaw/about.doctree
Binary file not shown.
Binary file modified dev/.doctrees/pyclaw/basics.doctree
Binary file not shown.
Binary file modified dev/.doctrees/pyclaw/classes.doctree
Binary file not shown.
Binary file modified dev/.doctrees/pyclaw/clawpack_and_pyclaw.doctree
Binary file not shown.
Binary file modified dev/.doctrees/pyclaw/cloud.doctree
Binary file not shown.
Binary file modified dev/.doctrees/pyclaw/controller.doctree
Binary file not shown.
Binary file modified dev/.doctrees/pyclaw/evolve/limiters.doctree
Binary file not shown.
Binary file modified dev/.doctrees/pyclaw/examples.doctree
Binary file not shown.
Binary file modified dev/.doctrees/pyclaw/geometry.doctree
Binary file not shown.
Binary file modified dev/.doctrees/pyclaw/going_further.doctree
Binary file not shown.
Binary file modified dev/.doctrees/pyclaw/index.doctree
Binary file not shown.
Binary file modified dev/.doctrees/pyclaw/io.doctree
Binary file not shown.
Binary file modified dev/.doctrees/pyclaw/output.doctree
Binary file not shown.
Binary file modified dev/.doctrees/pyclaw/parallel.doctree
Binary file not shown.
Binary file modified dev/.doctrees/pyclaw/plotting.doctree
Binary file not shown.
Binary file modified dev/.doctrees/pyclaw/problem.doctree
Binary file not shown.
Binary file modified dev/.doctrees/pyclaw/rp.doctree
Binary file not shown.
Binary file modified dev/.doctrees/pyclaw/solution.doctree
Binary file not shown.
Binary file modified dev/.doctrees/pyclaw/solvers.doctree
Binary file not shown.
Binary file modified dev/.doctrees/pyclaw/started.doctree
Binary file not shown.
Binary file modified dev/.doctrees/pyclaw/state.doctree
Binary file not shown.
Binary file modified dev/.doctrees/pyclaw/troubleshooting.doctree
Binary file not shown.
Binary file modified dev/.doctrees/pyclaw/tutorial.doctree
Binary file not shown.
Binary file modified dev/.doctrees/pyclaw/util.doctree
Binary file not shown.
Binary file modified dev/.doctrees/python.doctree
Binary file not shown.
Binary file modified dev/.doctrees/python_path.doctree
Binary file not shown.
Binary file modified dev/.doctrees/qinit_defaults.doctree
Binary file not shown.
Binary file modified dev/.doctrees/quick_surge.doctree
Binary file not shown.
Binary file modified dev/.doctrees/quick_tsunami.doctree
Binary file not shown.
Binary file modified dev/.doctrees/refinement.doctree
Binary file not shown.
Binary file modified dev/.doctrees/regression.doctree
Binary file not shown.
Binary file modified dev/.doctrees/release_5_0_0.doctree
Binary file not shown.
Binary file modified dev/.doctrees/release_5_1_0.doctree
Binary file not shown.
Binary file modified dev/.doctrees/release_5_2_0.doctree
Binary file not shown.
Binary file modified dev/.doctrees/release_5_2_1.doctree
Binary file not shown.
Binary file modified dev/.doctrees/release_5_2_2.doctree
Binary file not shown.
Binary file modified dev/.doctrees/release_5_3_0.doctree
Binary file not shown.
Binary file modified dev/.doctrees/release_5_3_1.doctree
Binary file not shown.
Binary file modified dev/.doctrees/release_5_4_0.doctree
Binary file not shown.
Binary file modified dev/.doctrees/release_5_4_1.doctree
Binary file not shown.
Binary file modified dev/.doctrees/release_5_5_0.doctree
Binary file not shown.
Binary file modified dev/.doctrees/release_5_6_0.doctree
Binary file not shown.
Binary file modified dev/.doctrees/release_5_6_1.doctree
Binary file not shown.
Binary file modified dev/.doctrees/release_5_7_0.doctree
Binary file not shown.
Binary file modified dev/.doctrees/release_5_7_1.doctree
Binary file not shown.
Binary file modified dev/.doctrees/release_5_8_0.doctree
Binary file not shown.
Binary file modified dev/.doctrees/release_5_8_1.doctree
Binary file not shown.
Binary file modified dev/.doctrees/release_5_8_2.doctree
Binary file not shown.
Binary file modified dev/.doctrees/release_5_9_0.doctree
Binary file not shown.
Binary file modified dev/.doctrees/release_5_9_1.doctree
Binary file not shown.
Binary file modified dev/.doctrees/release_5_9_2.doctree
Binary file not shown.
Binary file modified dev/.doctrees/releases.doctree
Binary file not shown.
Binary file modified dev/.doctrees/restart.doctree
Binary file not shown.
Binary file modified dev/.doctrees/riemann.doctree
Binary file not shown.
Binary file modified dev/.doctrees/riemann/Shallow_water_Riemann_solvers.doctree
Binary file not shown.
Binary file modified dev/.doctrees/ruled_rectangles.doctree
Binary file not shown.
Binary file modified dev/.doctrees/sealevel.doctree
Binary file not shown.
Binary file modified dev/.doctrees/set_eta_init.doctree
Binary file not shown.
Binary file modified dev/.doctrees/setaux_defaults.doctree
Binary file not shown.
Binary file modified dev/.doctrees/setenv.doctree
Binary file not shown.
Binary file modified dev/.doctrees/setplot.doctree
Binary file not shown.
Binary file modified dev/.doctrees/setrun.doctree
Binary file not shown.
Binary file modified dev/.doctrees/setrun_amrclaw.doctree
Binary file not shown.
Binary file modified dev/.doctrees/setrun_amrclaw_sample.doctree
Binary file not shown.
Binary file modified dev/.doctrees/setrun_geoclaw.doctree
Binary file not shown.
Binary file modified dev/.doctrees/setrun_sample.doctree
Binary file not shown.
Binary file modified dev/.doctrees/sharing.doctree
Binary file not shown.
Binary file modified dev/.doctrees/sphere_source.doctree
Binary file not shown.
Binary file modified dev/.doctrees/sphinxdoc.doctree
Binary file not shown.
Binary file modified dev/.doctrees/src1d_defaults.doctree
Binary file not shown.
Binary file modified dev/.doctrees/src_defaults.doctree
Binary file not shown.
Binary file modified dev/.doctrees/storm_module.doctree
Binary file not shown.
Binary file modified dev/.doctrees/surgedata.doctree
Binary file not shown.
Binary file modified dev/.doctrees/testing.doctree
Binary file not shown.
Binary file modified dev/.doctrees/timing.doctree
Binary file not shown.
Binary file modified dev/.doctrees/topo.doctree
Binary file not shown.
Binary file modified dev/.doctrees/topotools.doctree
Binary file not shown.
Binary file modified dev/.doctrees/topotools_module.doctree
Binary file not shown.
Binary file modified dev/.doctrees/trouble.doctree
Binary file not shown.
Binary file modified dev/.doctrees/tsunamidata.doctree
Binary file not shown.
Binary file modified dev/.doctrees/user_routines.doctree
Binary file not shown.
Binary file modified dev/.doctrees/visit_plotting.doctree
Binary file not shown.
Binary file modified dev/.doctrees/vm.doctree
Binary file not shown.
Binary file modified dev/.doctrees/wp_algorithms.doctree
Binary file not shown.
4 changes: 2 additions & 2 deletions dev/_sources/developers.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ things in a different repository.)

Now install this version of Clawpack using::

pip install -e --no-build-isolation ./
pip install --no-build-isolation -e ./

The `-e` flag means that this is an editabl version of the Clawpack code
(rather than installing the original version in the `site-packages`
Expand Down Expand Up @@ -290,7 +290,7 @@ anything:
if you have modified any Fortran code, you need to recompile::

cd clawpack/
pip install --user -e --no-build-isolation ./
pip install --user --no-build-isolation -e ./

Then run the tests::

Expand Down
11 changes: 5 additions & 6 deletions dev/_sources/installing_pip.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,8 @@ following command
**(you might want to first read the notes below to see if you
want to change anything in this command)**::

pip install --src=$HOME/clawpack_src --user -e --no-build-isolation \
git+https://github.com/clawpack/[email protected]#egg=clawpack-v5.9.2 \
--use-deprecated=legacy-resolver
pip install --src=$HOME/clawpack_src --user --no-build-isolation -e \
git+https://github.com/clawpack/[email protected]#egg=clawpack


**Notes:**
Expand Down Expand Up @@ -140,8 +139,8 @@ Instead, you can always install another branch by doing a new
`pip install` into a different subdirectory of `clawpack_src`, e.g. ::

export CLAW_VERSION=v5.3.1 # used several places in next commands
pip install --src=$HOME/clawpack_src --user -e --no-build-isolation \
git+https://github.com/clawpack/clawpack.git@$CLAW_VERSION#egg=clawpack-$CLAW_VERSION
pip install --src=$HOME/clawpack_src --user --no-build-isolation -e \
git+https://github.com/clawpack/clawpack.git@$CLAW_VERSION#egg=clawpack
export CLAW=$HOME/clawpack_src/clawpack-$CLAW_VERSION

If this version doesn't already exist on your computer then it will clone
Expand All @@ -153,7 +152,7 @@ properly via::

export CLAW=/full/path/to/desired/version/of/clawpack
cd $CLAW
pip install --user -e --no-build-isolation ./ # note trailing dot indicating "this directory"
pip install --user --no-build-isolation -e ./

See :ref:`python_path` if you are having problems with the wrong version
being imported.
Expand Down
2 changes: 1 addition & 1 deletion dev/_sources/release_5_9_2.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ General changes
---------------

The build process for the Python modules has been completely redone using
`meson <https://mesonbuild.com/>` in place of `distutils`, which is being
`meson <https://mesonbuild.com/>`__ in place of `distutils`, which is being
deprecated. We chose `meson` since this is now being used by many of the core
scientific python projects that we use, e.g. `numpy` and `scipy`. This should
not affect most users, except for some changes to the recommended installation
Expand Down
4 changes: 2 additions & 2 deletions dev/developers.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ <h3><a class="toc-backref" href="#id6" role="doc-backlink">Cloning the most rece
repositories and checking out a different commit in one repository may break
things in a different repository.)</p>
<p>Now install this version of Clawpack using:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">pip</span> <span class="n">install</span> <span class="o">-</span><span class="n">e</span> <span class="o">--</span><span class="n">no</span><span class="o">-</span><span class="n">build</span><span class="o">-</span><span class="n">isolation</span> <span class="o">./</span>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">pip</span> <span class="n">install</span> <span class="o">--</span><span class="n">no</span><span class="o">-</span><span class="n">build</span><span class="o">-</span><span class="n">isolation</span> <span class="o">-</span><span class="n">e</span> <span class="o">./</span>
</pre></div>
</div>
<p>The <cite>-e</cite> flag means that this is an editabl version of the Clawpack code
Expand Down Expand Up @@ -369,7 +369,7 @@ <h2><a class="toc-backref" href="#id11" role="doc-backlink">Modifying code</a><a
in pyclaw or riemann, then you should run the pyclaw tests. First,
if you have modified any Fortran code, you need to recompile:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">cd</span> <span class="n">clawpack</span><span class="o">/</span>
<span class="n">pip</span> <span class="n">install</span> <span class="o">--</span><span class="n">user</span> <span class="o">-</span><span class="n">e</span> <span class="o">--</span><span class="n">no</span><span class="o">-</span><span class="n">build</span><span class="o">-</span><span class="n">isolation</span> <span class="o">./</span>
<span class="n">pip</span> <span class="n">install</span> <span class="o">--</span><span class="n">user</span> <span class="o">--</span><span class="n">no</span><span class="o">-</span><span class="n">build</span><span class="o">-</span><span class="n">isolation</span> <span class="o">-</span><span class="n">e</span> <span class="o">./</span>
</pre></div>
</div>
<p>Then run the tests:</p>
Expand Down
11 changes: 5 additions & 6 deletions dev/installing_pip.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,8 @@ <h3>Navigation</h3>
following command
<strong>(you might want to first read the notes below to see if you
want to change anything in this command)</strong>:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>pip install --src=$HOME/clawpack_src --user -e --no-build-isolation \
git+https://github.com/clawpack/[email protected]#egg=clawpack-v5.9.2 \
--use-deprecated=legacy-resolver
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>pip install --src=$HOME/clawpack_src --user --no-build-isolation -e \
git+https://github.com/clawpack/[email protected]#egg=clawpack
</pre></div>
</div>
<p><strong>Notes:</strong></p>
Expand Down Expand Up @@ -191,8 +190,8 @@ <h3>Next steps:<a class="headerlink" href="#next-steps" title="Permalink to this
<p>Instead, you can always install another branch by doing a new
<cite>pip install</cite> into a different subdirectory of <cite>clawpack_src</cite>, e.g.</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>export CLAW_VERSION=v5.3.1 # used several places in next commands
pip install --src=$HOME/clawpack_src --user -e --no-build-isolation \
git+https://github.com/clawpack/clawpack.git@$CLAW_VERSION#egg=clawpack-$CLAW_VERSION
pip install --src=$HOME/clawpack_src --user --no-build-isolation -e \
git+https://github.com/clawpack/clawpack.git@$CLAW_VERSION#egg=clawpack
export CLAW=$HOME/clawpack_src/clawpack-$CLAW_VERSION
</pre></div>
</div>
Expand All @@ -203,7 +202,7 @@ <h3>Next steps:<a class="headerlink" href="#next-steps" title="Permalink to this
properly via:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>export CLAW=/full/path/to/desired/version/of/clawpack
cd $CLAW
pip install --user -e --no-build-isolation ./ # note trailing dot indicating &quot;this directory&quot;
pip install --user --no-build-isolation -e ./
</pre></div>
</div>
<p>See <a class="reference internal" href="python_path.html#python-path"><span class="std std-ref">Python path</span></a> if you are having problems with the wrong version
Expand Down
2 changes: 1 addition & 1 deletion dev/release_5_9_2.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h3>Navigation</h3>
<section id="general-changes">
<h2>General changes<a class="headerlink" href="#general-changes" title="Permalink to this heading"></a></h2>
<p>The build process for the Python modules has been completely redone using
<cite>meson &lt;https://mesonbuild.com/&gt;</cite> in place of <cite>distutils</cite>, which is being
<a class="reference external" href="https://mesonbuild.com/">meson</a> in place of <cite>distutils</cite>, which is being
deprecated. We chose <cite>meson</cite> since this is now being used by many of the core
scientific python projects that we use, e.g. <cite>numpy</cite> and <cite>scipy</cite>. This should
not affect most users, except for some changes to the recommended installation
Expand Down
2 changes: 1 addition & 1 deletion dev/searchindex.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions developers.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ <h3><a class="toc-backref" href="#id6" role="doc-backlink">Cloning the most rece
repositories and checking out a different commit in one repository may break
things in a different repository.)</p>
<p>Now install this version of Clawpack using:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">pip</span> <span class="n">install</span> <span class="o">-</span><span class="n">e</span> <span class="o">--</span><span class="n">no</span><span class="o">-</span><span class="n">build</span><span class="o">-</span><span class="n">isolation</span> <span class="o">./</span>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">pip</span> <span class="n">install</span> <span class="o">--</span><span class="n">no</span><span class="o">-</span><span class="n">build</span><span class="o">-</span><span class="n">isolation</span> <span class="o">-</span><span class="n">e</span> <span class="o">./</span>
</pre></div>
</div>
<p>The <cite>-e</cite> flag means that this is an editabl version of the Clawpack code
Expand Down Expand Up @@ -369,7 +369,7 @@ <h2><a class="toc-backref" href="#id11" role="doc-backlink">Modifying code</a><a
in pyclaw or riemann, then you should run the pyclaw tests. First,
if you have modified any Fortran code, you need to recompile:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">cd</span> <span class="n">clawpack</span><span class="o">/</span>
<span class="n">pip</span> <span class="n">install</span> <span class="o">--</span><span class="n">user</span> <span class="o">-</span><span class="n">e</span> <span class="o">--</span><span class="n">no</span><span class="o">-</span><span class="n">build</span><span class="o">-</span><span class="n">isolation</span> <span class="o">./</span>
<span class="n">pip</span> <span class="n">install</span> <span class="o">--</span><span class="n">user</span> <span class="o">--</span><span class="n">no</span><span class="o">-</span><span class="n">build</span><span class="o">-</span><span class="n">isolation</span> <span class="o">-</span><span class="n">e</span> <span class="o">./</span>
</pre></div>
</div>
<p>Then run the tests:</p>
Expand Down
11 changes: 5 additions & 6 deletions installing_pip.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,8 @@ <h3>Navigation</h3>
following command
<strong>(you might want to first read the notes below to see if you
want to change anything in this command)</strong>:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>pip install --src=$HOME/clawpack_src --user -e --no-build-isolation \
git+https://github.com/clawpack/[email protected]#egg=clawpack-v5.9.2 \
--use-deprecated=legacy-resolver
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>pip install --src=$HOME/clawpack_src --user --no-build-isolation -e \
git+https://github.com/clawpack/[email protected]#egg=clawpack
</pre></div>
</div>
<p><strong>Notes:</strong></p>
Expand Down Expand Up @@ -191,8 +190,8 @@ <h3>Next steps:<a class="headerlink" href="#next-steps" title="Permalink to this
<p>Instead, you can always install another branch by doing a new
<cite>pip install</cite> into a different subdirectory of <cite>clawpack_src</cite>, e.g.</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>export CLAW_VERSION=v5.3.1 # used several places in next commands
pip install --src=$HOME/clawpack_src --user -e --no-build-isolation \
git+https://github.com/clawpack/clawpack.git@$CLAW_VERSION#egg=clawpack-$CLAW_VERSION
pip install --src=$HOME/clawpack_src --user --no-build-isolation -e \
git+https://github.com/clawpack/clawpack.git@$CLAW_VERSION#egg=clawpack
export CLAW=$HOME/clawpack_src/clawpack-$CLAW_VERSION
</pre></div>
</div>
Expand All @@ -203,7 +202,7 @@ <h3>Next steps:<a class="headerlink" href="#next-steps" title="Permalink to this
properly via:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>export CLAW=/full/path/to/desired/version/of/clawpack
cd $CLAW
pip install --user -e --no-build-isolation ./ # note trailing dot indicating &quot;this directory&quot;
pip install --user --no-build-isolation -e ./
</pre></div>
</div>
<p>See <a class="reference internal" href="python_path.html#python-path"><span class="std std-ref">Python path</span></a> if you are having problems with the wrong version
Expand Down
2 changes: 1 addition & 1 deletion release_5_9_2.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h3>Navigation</h3>
<section id="general-changes">
<h2>General changes<a class="headerlink" href="#general-changes" title="Permalink to this heading"></a></h2>
<p>The build process for the Python modules has been completely redone using
<cite>meson &lt;https://mesonbuild.com/&gt;</cite> in place of <cite>distutils</cite>, which is being
<a class="reference external" href="https://mesonbuild.com/">meson</a> in place of <cite>distutils</cite>, which is being
deprecated. We chose <cite>meson</cite> since this is now being used by many of the core
scientific python projects that we use, e.g. <cite>numpy</cite> and <cite>scipy</cite>. This should
not affect most users, except for some changes to the recommended installation
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion v5.7.x/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: ab3c58383cb0f33420f4f4449878dc91
config: 947007c356fe9f9093470b31061aa171
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified v5.7.x/.doctrees/ClawPlotAxes.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/ClawPlotData.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/ClawPlotFigure.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/ClawPlotItem.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/about.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/adjoint.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/amr_algorithm.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/amrclaw.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/amrclaw1d.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/amrclaw_doxygen.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/amrclaw_flowcharts.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/application_documentation.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/apps.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/aws.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/b4run.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/b4step_defaults.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/bc.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/biblio.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/changes_to_master.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/claw43to46.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/claw46to50.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/claw4x.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/clawpack5.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/clawpack_components.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/community.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/contents.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/contribute_apps.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/current_data.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/developers.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/docker_image.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/dtopotools_module.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/environment.pickle
Binary file not shown.
Binary file modified v5.7.x/.doctrees/f77_vs_f90.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/fgmax.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/fgmax_tools_module.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/fgout.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/first_run.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/first_run_fortran.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/first_run_pyclaw.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/flagregions.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/force_dry.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/fortran.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/fortran_compilers.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/fvmbook.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/galleries.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/gauges.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/geoclaw.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/geoclaw_started.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/geoclaw_util_module.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/geohints.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/geoplot.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/git_versions.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/googleearth_plotting.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/gpu.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/grid_registration.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/howto_doc.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/howto_release.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/installing.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/installing_more_options.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/installing_pip.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/kmltools_module.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/lagrangian_gauges.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/license.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/makefiles.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/makefiles_library.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/manning.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/mapc2p.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/marching_front.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/matlab_plotting.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/netcdf.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/newapp.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/okada.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/openmp.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/output_styles.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/packages.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/photos.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/plotexamples.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/plotting.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/plotting_faq.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/plotting_geoclaw.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/plotting_python.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/prereqs.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/pyclaw/about.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/pyclaw/basics.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/pyclaw/classes.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/pyclaw/clawpack_and_pyclaw.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/pyclaw/cloud.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/pyclaw/controller.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/pyclaw/evolve/limiters.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/pyclaw/examples.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/pyclaw/geometry.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/pyclaw/going_further.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/pyclaw/index.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/pyclaw/io.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/pyclaw/output.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/pyclaw/parallel.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/pyclaw/plotting.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/pyclaw/problem.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/pyclaw/rp.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/pyclaw/solution.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/pyclaw/solvers.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/pyclaw/started.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/pyclaw/state.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/pyclaw/troubleshooting.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/pyclaw/tutorial.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/pyclaw/util.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/python.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/python_path.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/qinit_defaults.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/quick_surge.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/quick_tsunami.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/refinement.doctree
Binary file not shown.
Binary file modified v5.7.x/.doctrees/regression.doctree
Binary file not shown.
Loading

0 comments on commit d62b755

Please sign in to comment.