mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-12 00:16:10 -06:00
33 lines
1.2 KiB
Plaintext
33 lines
1.2 KiB
Plaintext
Source: 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, python-cwrap,
|
|
python-pandas
|
|
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: libecl-dev
|
|
Section: libdevel
|
|
Architecture: any
|
|
Depends: libecl1 (= ${binary:Version}), libblas-dev, liblapack-dev
|
|
Description: libecl Eclipse IO library -- Development files
|
|
libecl is a package for reading and writing the result files from the Eclipse reservoir simulator.
|
|
|
|
Package: libecl1
|
|
Section: libs
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: libecl Eclipse IO library
|
|
libecl is a package for reading and writing the result files from the Eclipse reservoir simulator.
|
|
|
|
Package: python-ecl
|
|
Section: python
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libecl1, python-cwrap, python-pandas, python-numpy
|
|
Description: libecl Eclipse IO library - Python bindings
|
|
libecl is a package for reading and writing the result files from the Eclipse reservoir simulator.
|