Merge pull request #3854 from akva2/remove_debian_package

remove in-tree debian (ubuntu) packaging
This commit is contained in:
Markus Blatt 2022-03-31 19:50:35 +02:00 committed by GitHub
commit ce0ec4ec38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 0 additions and 131 deletions

5
debian/changelog vendored
View File

@ -1,5 +0,0 @@
opm-simulators (2013.10-2~precise) precise; urgency=low
* New release
-- Arne Morten Kvarving <arne.morten.kvarving@sintef.no> Mon, 14 Oct 2013 11:54:10 +0200

1
debian/compat vendored
View File

@ -1 +0,0 @@
9

69
debian/control vendored
View File

@ -1,69 +0,0 @@
Source: opm-simulators
Priority: extra
Maintainer: Arne Morten Kvarving <arne.morten.kvarving@sintef.no>
Build-Depends: build-essential, debhelper (>= 9),
libboost-system-dev, libboost-date-time-dev, libboost-test-dev,
libsuperlu3-dev (>= 3.0) | libsuperlu-dev (>= 4.3), gfortran, libsuitesparse-dev, pkg-config,
libdune-common-dev, libdune-istl-dev, cmake, libtinyxml-dev, bc,
git, zlib1g-dev, libtool, doxygen,
texlive-latex-extra, texlive-latex-recommended, ghostscript,
libopm-material-dev, libscotchmetis-dev, libscotchparmetis-dev,
libboost-iostreams-dev, libopm-common-dev,
libopm-grid-dev, libdune-grid-dev,
libtrilinos-zoltan-dev, libopenmpi-dev, mpi-default-bin, libopm-models-dev,
libpython3-dev, python3-distutils, python3-numpy
Standards-Version: 3.9.2
Section: libs
Homepage: http://opm-project.org
Vcs-Git: git://github.com/OPM/opm-autodiff.git
Vcs-Browser: https://github.com/OPM/opm-autodiff
Package: libopm-simulators1-dev
Section: libdevel
Architecture: any
Multi-Arch: foreign
Depends: libopm-simulators1 (= ${binary:Version})
Provides: libopm-simulators-dev
Suggests: libopm-simulators1-doc
Replaces: libopm-autodiff1-dev
Description: OPM simulators library -- development files
Utilities for automatic differentiation and simulators based on AD.
Package: libopm-simulators1
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: libopm-simulators
Description: OPM simulators library
Utilities for automatic differentiation and simulators based on AD.
Package: libopm-simulators1-bin
Section: science
Pre-Depends: ${misc:Pre-Depends}
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: libopm-simulators-bin
Replaces: libopm-autodiff1-bin
Description: OPM auto differentation library -- applications
OPM Simulators.
Package: libopm-simulators1-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Provides: libopm-simulators-doc
Replaces: libopm-autodiff1-doc
Description: OPM auto differentation library -- documentation
Utilities for automatic differentiation and simulators based on AD.
Package: python3-opm-simulators
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, libopm-simulators1
Description: OPM simulators python bindings
Python package for opm-simulators

13
debian/copyright vendored
View File

@ -1,13 +0,0 @@
License: GPL-3+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>

1
debian/docs vendored
View File

@ -1 +0,0 @@
README.md

View File

@ -1,2 +0,0 @@
usr/bin/*
etc/bash_completion.d/flow_bash_completion.sh

View File

@ -1,6 +0,0 @@
usr/include/*
usr/lib/*/lib*.so
usr/lib/dunecontrol/*
usr/lib/*/pkgconfig/*
usr/share/cmake/*
usr/share/opm/cmake/Modules/*

View File

@ -1 +0,0 @@
usr/share/doc/*

View File

@ -1 +0,0 @@
usr/lib/*/lib*.so.*

View File

@ -1 +0,0 @@
usr/lib/python*/*

30
debian/rules vendored
View File

@ -1,30 +0,0 @@
#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export OMPI_MCA_plm_rsh_agent=/bin/false
%:
dh $@
override_dh_auto_clean:
dh_auto_clean --buildsystem=cmake
override_dh_auto_build:
dh_auto_build --buildsystem=cmake
# consider using -DUSE_VERSIONED_DIR=ON if backporting
override_dh_auto_configure:
dh_auto_configure --buildsystem=cmake -- -DCMAKE_BUILD_TYPE=Release -DUSE_MPI=1 -DBUILD_SHARED_LIBS=1 -DCMAKE_INSTALL_DOCDIR=share/doc/libopm-simulators1 -DWHOLE_PROG_OPTIM=OFF -DUSE_RUNPATH=OFF -DWITH_NATIVE=OFF -DUSE_QUADMATH=0 -DOPM_ENABLE_PYTHON=1 -DOPM_INSTALL_PYTHON=1 -DPYTHON_EXECUTABLE=/usr/bin/python3 -DOPM_ENABLE_PYTHON_TESTS=0
override_dh_auto_install:
dh_auto_install -- install-html
override_dh_installdocs:
dh_installdocs --link-doc=libopm-simulators1

View File

@ -1 +0,0 @@
1.0