remove binary package
no binaries left here
This commit is contained in:
parent
aed63397c5
commit
b6c5247ef9
19
debian/control
vendored
19
debian/control
vendored
@ -55,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