Lines Matching refs:install

41 - Same as above - but install in a user specified (prefix) location.
44 …$ ./configure --prefix=/home/user/soft/petsc-install --with-cc=gcc --with-cxx=0 --with-fc=0 --down…
89 different `$PETSC_ARCH` for each build. See multiple PETSc install {ref}`documentation
153 changing the value of `$PETSC_ARCH`). See multiple install {ref}`documentation
185 recommend you have PETSc download and install the packages, rather than you installing
190 - A **compatible** version of the package is installed. A generic install of this
202 PETSc `configure` has the ability to download and install these {ref}`external packages
213 The following modes can be used to download/install {ref}`external packages
216 - `--download-PACKAGENAME`: Download specified package and install it, enabling PETSc to
227 configure with this option. `configure` will proceed to install this package and then
291 One can use the following options to let `configure` download/install [BLAS/LAPACK]
338 the following options to let PETSc's `configure` download and install MPI.
413 $ ./configure --with-mpi-dir=/absolute/path/to/mpi/install/directory
469 …ple Xcode GUI development system (install from the Apple macOS store) and the Xcode Command Line t…
472 $ xcode-select --install
477 We also recommend installing the package manager [homebrew](https://brew.sh/). To install `gfortran…
483 $ brew install gcc
490 and the Xcode Command Line tools (run `xcode-select --install` again).
496 $ brew leaves > list.txt # save list of formulae to re-install
497 $ brew list --casks >> list.txt # save list of casks to re-install
502 $ brew install `cat list.txt` # install needed formulae and casks
521 To install the libraries and include files in another location use the `--prefix` option
524 $ ./configure --prefix=/home/userid/my-petsc-install --some-other-options
527 The libraries and include files will be located in `/home/userid/my-petsc-install/lib`
528 and `/home/userid/my-petsc-install/include`.
537 If one wants to install PETSc in a common system location like `/usr/local` or `/opt`
539 and then do the PETSc install as a **regular/non-root** user:
545 $ ./configure --prefix=/opt/petsc/my-root-petsc-install --some-other-options
547 $ make install
553 $ ./configure --prefix=/opt/petsc/my-root-petsc-install
555 $ make install DESTDIR=/tmp/petsc-pkg
559 `/opt/petsc/my-root-petsc-install`
569 $ make install [DESTDIR=/tmp/petsc-pkg]
572 $ make install [DESTDIR=/tmp/petsc-pkg]
749 install them with brew.
775 [wsl]: https://docs.microsoft.com/en-us/windows/wsl/install-win10