mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
42 lines
1.4 KiB
Plaintext
42 lines
1.4 KiB
Plaintext
Source: ert.ecl
|
|
Priority: extra
|
|
Maintainer: Arne Morten Kvarving <arne.morten.kvarving@sintef.no>
|
|
Build-Depends: debhelper (>= 8.0.0), cmake, liblapack-dev, libquadmath0,
|
|
iputils-ping, zlib1g-dev, git, python-dev, python-numpy
|
|
Standards-Version: 3.9.2
|
|
Section: libs
|
|
Homepage: http://ert.nr.no
|
|
Vcs-Git: git://github.com/Ensembles/ert.git
|
|
Vcs-Browser: https://github.com/Ensembles/ert
|
|
|
|
Package: libert.ecl-dev
|
|
Section: libdevel
|
|
Architecture: any
|
|
Depends: libert.ecl1 (= ${binary:Version})
|
|
Description: The Ensemble based Reservoir Tool -- Development files
|
|
ERT - Ensemble based Reservoir Tool is a tool for managing en ensemble
|
|
of reservoir models.
|
|
|
|
Package: libert.ecl1
|
|
Section: libs
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: The Ensemble based Reservoir Tool
|
|
ERT - Ensemble based Reservoir Tool is a tool for managing en ensemble
|
|
of reservoir models.
|
|
|
|
Package: python-ert.ecl
|
|
Section: python
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libert.ecl1, python-cwrap
|
|
Description: The Ensemble based Reservoir Tool - Python bindings
|
|
ERT - Ensemble based Reservoir Tool is a tool for managing en ensemble
|
|
of reservoir models.
|
|
|
|
Package: python-cwrap
|
|
Section: python
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: Package to simplify ctypes based wrapping of C code.
|
|
Package to simplify ctypes based wrapping of C code.
|