Get all SuSE packages from repo if necessary
For older OpenSuSE versions (12.1 comes to mind), the packages mentioned here are only available in the repository and not the base distro, so we should start out by adding it instead of doing it later in the process.
This commit is contained in:
4
README
4
README
@@ -70,6 +70,9 @@ Note: You should compile the OPM modules using the same toolchain that
|
||||
DEPENDENCIES FOR SUSE BASED DISTRIBUTIONS
|
||||
-----------------------------------------
|
||||
|
||||
# repository containing prerequisites
|
||||
sudo zypper ar http://download.opensuse.org/repositories/science/openSUSE_12.3/science.repo
|
||||
|
||||
# math libraries
|
||||
sudo zypper in blas-devel lapack-devel suitesparse-devel superlu-devel
|
||||
|
||||
@@ -80,7 +83,6 @@ sudo zypper in boost-devel tinyxml-devel
|
||||
sudo zypper in gcc gcc-c++ gcc-fortran cmake git doxygen
|
||||
|
||||
# DUNE libraries
|
||||
sudo zypper ar http://download.opensuse.org/repositories/science/openSUSE_12.3/science.repo
|
||||
sudo zypper in dune-common-devel dune-istl-devel
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user