# # spec file for package opm-upscaling # %define tag final %define debug_package %{nil} Name: opm-upscaling Version: 2017.10 Release: 0 Summary: Open Porous Media - upscaling library License: GPL-3.0 Group: Development/Libraries/C and C++ Url: http://www.opm-project.org/ Source0: https://github.com/OPM/%{name}/archive/release/%{version}/%{tag}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: blas-devel lapack-devel dune-common-devel opm-grid-devel BuildRequires: git suitesparse-devel doxygen bc opm-parser-devel BuildRequires: tinyxml-devel dune-istl-devel opm-common-devel opm-core-devel dune-geometry-devel dune-grid-devel BuildRequires: opm-material-devel ecl-devel opm-output-devel zlib-devel %if 0%{?rhel} BuildRequires: devtoolset-6-toolchain %{?el6:BuildRequires: cmake3 boost148-devel} %{!?el6:BuildRequires: cmake boost-devel} %else BuildRequires: cmake boost-devel %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: libopm-upscaling1 = %{version} %description This module provides semi-implicit pressure and transport solvers using the IMPES method. %package -n libopm-upscaling1 Summary: Open Porous Media - upscaling library Group: System/Libraries %description -n libopm-upscaling1 This module implements single-phase and steady-state upscaling methods. %package devel Summary: Development and header files for opm-upscaling Group: Development/Libraries/C and C++ Requires: %{name} = %{version} Requires: blas-devel Requires: lapack-devel Requires: suitesparse-devel Requires: libopm-upscaling1 = %{version} %description devel This package contains the development and header files for opm-upscaling %package doc Summary: Documentation files for opm-upscaling Group: Documentation BuildArch: noarch %description doc This package contains the documentation files for opm-upscaling %package bin Summary: Applications in opm-upscaling Group: Scientific Requires: %{name} = %{version} Requires: libopm-upscaling1 = %{version} %description bin This package contains the applications for opm-upscaling %prep %setup -q -n %{name}-release-%{version}-%{tag} # consider using -DUSE_VERSIONED_DIR=ON if backporting %build %if 0%{?rhel} scl enable devtoolset-6 bash %{?el6:cmake3} %{!?el6:cmake} -DBUILD_SHARED_LIBS=1 -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_INSTALL_DOCDIR=share/doc/%{name}-%{version} -DUSE_RUNPATH=OFF -DCMAKE_CXX_COMPILER=/opt/rh/devtoolset-6/root/usr/bin/g++ -DCMAKE_C_COMPILER=/opt/rh/devtoolset-6/root/usr/bin/gcc %{?el6:-DBOOST_LIBRARYDIR=%{_libdir}/boost148 -DBOOST_INCLUDEDIR=/usr/include/boost148} -DINSTALL_BENCHMARKS=1 -DWITH_NATIVE=OFF %else cmake -DBUILD_SHARED_LIBS=1 -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_INSTALL_DOCDIR=share/doc/%{name}-%{version} -DUSE_RUNPATH=OFF -DINSTALL_BENCHMARKS=1 -DWITH_NATIVE=OFF %endif make %install make install DESTDIR=${RPM_BUILD_ROOT} make install-html DESTDIR=${RPM_BUILD_ROOT} %clean rm -rf %{buildroot} %post -n libopm-upscaling1 -p /sbin/ldconfig %postun -n libopm-upscaling1 -p /sbin/ldconfig %files %doc README COPYING %files doc %{_docdir}/* %files -n libopm-upscaling1 %defattr(-,root,root,-) %{_libdir}/*.so.* %files devel %defattr(-,root,root,-) %{_libdir}/*.so %{_libdir}/dunecontrol/* %{_libdir}/pkgconfig/* %{_includedir}/* %{_datadir}/cmake/* %files bin %{_bindir}/*