Files
ResInsight/ThirdParty/Ert/debian/control

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.