@@ -203,15 +203,9 @@ environments, which you don't want.
203203
204204Install ASP with the command::
205205
206- conda install stereo-pipeline==2.7 .0
206+ conda install stereo-pipeline==3.0 .0
207207
208- This will install ASP 2.7.0 together with ISIS 4.1.0.
209-
210- Running instead::
211-
212- conda install stereo-pipeline==isis5.0.1
213-
214- will install a development version of ASP together with ISIS 5.0.1.
208+ This will install ASP 3.0.0 together with ISIS 5.0.1.
215209
216210If using ISIS, the environmental variable ISISROOT should be set to
217211point to this distribution, such as::
@@ -228,11 +222,11 @@ found as a set of .yaml files in the ``conda/`` subdirectory of the
228222Stereo Pipeline GitHub repository. So, alternatively, the installation
229223can happen as::
230224
231- conda env create -f asp_2.7 .0_linux_env.yaml
225+ conda env create -f asp_3.0 .0_linux_env.yaml
232226
233227or::
234228
235- conda env create -f asp_2.7 .0_osx_env.yaml
229+ conda env create -f asp_3.0 .0_osx_env.yaml
236230
237231depending on your platform. Then invoke, as earlier::
238232
@@ -261,11 +255,11 @@ The environments having the ASP dependencies are in the ``conda``
261255directory of the Stereo Pipeline repository, as above. After
262256downloading those, one can run on Linux::
263257
264- conda env create -f asp_deps_2.7 .0_linux_env.yaml
258+ conda env create -f asp_deps_3.0 .0_linux_env.yaml
265259
266260or on the Mac::
267261
268- conda env create -f asp_deps_2.7 .0_osx_env.yaml
262+ conda env create -f asp_deps_3.0 .0_osx_env.yaml
269263
270264This will create an ``asp_deps `` environment. Activate it with::
271265
@@ -304,7 +298,7 @@ Building VisionWorkbench and Stereo Pipeline on Linux::
304298 ~/miniconda3/envs/asp_deps/bin/git clone \
305299 git@github.com:visionworkbench/visionworkbench.git
306300 cd visionworkbench
307- git checkout 2.7 .0 # check out the desired commit
301+ git checkout 3.0 .0 # check out the desired commit
308302 mkdir -p build
309303 cd build
310304 ~/miniconda3/envs/asp_deps/bin/cmake .. \
@@ -320,7 +314,7 @@ Building VisionWorkbench and Stereo Pipeline on Linux::
320314 ~/miniconda3/envs/asp_deps/bin/git clone \
321315 git@github.com:NeoGeographyToolkit/StereoPipeline.git
322316 cd StereoPipeline
323- git checkout 2.7 .0 # check out the desired commit
317+ git checkout 3.0 .0 # check out the desired commit
324318 mkdir -p build
325319 cd build
326320 ~/miniconda3/envs/asp_deps/bin/cmake .. \
@@ -339,7 +333,7 @@ Building VisionWorkbench and ASP on OSX (just as above, but omitting the compile
339333 ~/miniconda3/envs/asp_deps/bin/git clone \
340334 git@github.com:visionworkbench/visionworkbench.git
341335 cd visionworkbench
342- git checkout 2.7 .0 # check out the desired commit
336+ git checkout 3.0 .0 # check out the desired commit
343337 mkdir -p build
344338 cd build
345339 ~/miniconda3/envs/asp_deps/bin/cmake .. \
@@ -353,7 +347,7 @@ Building VisionWorkbench and ASP on OSX (just as above, but omitting the compile
353347 ~/miniconda3/envs/asp_deps/bin/git clone \
354348 git@github.com:NeoGeographyToolkit/StereoPipeline.git
355349 cd StereoPipeline
356- git checkout 2.7 .0 # check out the desired commit
350+ git checkout 3.0 .0 # check out the desired commit
357351 mkdir -p build
358352 cd build
359353 ~/miniconda3/envs/asp_deps/bin/cmake .. \
0 commit comments