Merge pull request #1155 from akva2/add_deps
Packinging update backport
This commit is contained in:
commit
e52b7ef2ad
22
debian/control
vendored
22
debian/control
vendored
@ -9,7 +9,8 @@ Build-Depends: build-essential, debhelper (>= 9), libboost-filesystem-dev,
|
||||
libopm-material-dev, texlive-latex-extra, texlive-latex-recommended,
|
||||
ghostscript, libboost-iostreams-dev, libopm-common-dev,
|
||||
libopm-material-dev, libopenmpi-dev, mpi-default-bin,
|
||||
libtrilinos-zoltan-dev, libopm-output-dev
|
||||
libtrilinos-zoltan-dev, libopm-output-dev,
|
||||
libopm-grid-dev, libdune-geometry-dev, libdune-grid-dev
|
||||
Standards-Version: 3.9.2
|
||||
Section: libs
|
||||
Homepage: http://opm-project.org
|
||||
@ -54,25 +55,6 @@ Description: OPM core library
|
||||
* Utilities (input and output processing, unit conversion)
|
||||
* Wells (basic well handling)
|
||||
|
||||
Package: libopm-core1-bin
|
||||
Section: science
|
||||
Pre-Depends: ${misc:Pre-Depends}, multiarch-support
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Provides: libopm-core-bin
|
||||
Description: OPM core library -- applications
|
||||
The OPM core library is the core library within OPM and contains
|
||||
* Eclipse deck input and preprosessing
|
||||
* Fluid properties (basic PVT models and rock properties)
|
||||
* Grid handling (cornerpoint grids, unstructured grid interface)
|
||||
* Linear Algebra (interface to different linear solvers)
|
||||
* Pressure solvers (various discretization schemes, flow models)
|
||||
* Simulators (some basic examples of simulators based on sequential splitting schemes)
|
||||
* Transport solvers (various discretization schemes, flow models)
|
||||
* Utilities (input and output processing, unit conversion)
|
||||
* Wells (basic well handling)
|
||||
|
||||
Package: libopm-core1-doc
|
||||
Section: doc
|
||||
Architecture: all
|
||||
|
1
debian/libopm-core1-bin.install
vendored
1
debian/libopm-core1-bin.install
vendored
@ -1 +0,0 @@
|
||||
usr/bin/*
|
@ -51,15 +51,6 @@ BuildArch: noarch
|
||||
%description doc
|
||||
This package contains the documentation files for opm-core
|
||||
|
||||
%package bin
|
||||
Summary: Applications in opm-core
|
||||
Group: Scientific
|
||||
Requires: %{name} = %{version}
|
||||
Requires: libopm-core1 = %{version}
|
||||
|
||||
%description bin
|
||||
This package contains the applications for opm-core
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-release-%{version}-%{tag}
|
||||
|
||||
@ -97,6 +88,3 @@ rm -rf %{buildroot}
|
||||
%{_libdir}/pkgconfig/*
|
||||
%{_includedir}/*
|
||||
%{_datadir}/cmake/*
|
||||
|
||||
%files bin
|
||||
%{_bindir}/*
|
||||
|
Loading…
Reference in New Issue
Block a user