Depend on development version of packages

Using this combination of packages, I am able to compile opm-core on a
minimal installation of OpenSuSE.
This commit is contained in:
Roland Kaufmann 2013-06-03 00:19:53 +02:00
parent 729d17785b
commit 82e4a129cd

15
README
View File

@ -70,15 +70,18 @@ Note: You should compile the OPM modules using the same toolchain that
DEPENDENCIES FOR SUSE BASED DISTRIBUTIONS
-----------------------------------------
# libraries
sudo zypper in libblas3 liblapack3 libboost libtinyxml-devel libumfpack
# math libraries
sudo zypper in blas-devel lapack-devel suitesparse-devel superlu-devel
# tools
sudo zypper in gcc cmake git doxygen
# utility libraries
sudo zypper in boost-devel tinyxml-devel
# tools necessary for building
sudo zypper in gcc gcc-c++ gcc-fortran cmake git doxygen
# DUNE libraries
sudo zypper ar http://download.opensuse.org/repositories/science/openSUSE_12.2/science.repo
sudo zypper in dune-common dune-istl
sudo zypper ar http://download.opensuse.org/repositories/science/openSUSE_12.3/science.repo
sudo zypper in dune-common-devel dune-istl-devel
DEPENDENCIES FOR RHEL BASED DISTRIBUTIONS