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:
Roland Kaufmann
2013-06-06 09:06:10 +02:00
parent 61caec19d4
commit f853d8ad0a

4
README
View File

@@ -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