1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
Source: ecflow
Section: science
Priority: optional
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-buildinfo,
dh-sequence-python3,
python3-all-dev,
ecbuild (>= 3.3.0-3),
chrpath,
libmotif-dev,
libxpm-dev,
libssl-dev,
qtbase5-dev,
libqt5svg5-dev,
libqt5charts5-dev,
libboost-test-dev,
libboost-serialization-dev,
libboost-date-time-dev,
libboost-timer-dev,
libboost-chrono-dev,
libboost-thread-dev,
libboost-regex-dev,
libboost-python-dev (>= 1.71.0-7+b1),
libboost-program-options-dev, libboost-filesystem-dev
Standards-Version: 4.5.1
Homepage: https://software.ecmwf.int/wiki/display/ECFLOW/The+ECFLOW+Pre-processor
Vcs-Browser: https://salsa.debian.org:/science-team/ecflow.git
Vcs-Git: https://salsa.debian.org:/science-team/ecflow.git -b debian/latest
Package: ecflow-server
Architecture: any
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, ksh | mksh | pdksh | zsh
Description: Meteorological workflow controller - server
ecFlow is a work flow package that enables users to run
a large number of programs ( with dependencies on each other
and on time) in a controlled environment.
It provides reasonable tolerance for hardware and software failures,
combined with good restart capabilities.
.
ecFlow submits tasks(jobs) and receives acknowledgements from tasks
when they change status and when they send events, using child commands
embedded in the scripts. ecflow stores the relationship between tasks,
and is able to submit tasks dependent on triggers.
Package: ecflow-client
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
${python3:Depends}, python3, python3-fuse
Description: Client tools for Meteorological workflow
ecFlow is a work flow package that enables users to run
a large number of programs ( with dependencies on each other
and on time) in a controlled environment.
It provides reasonable tolerance for hardware and software failures,
combined with good restart capabilities.
.
ecFlow submits tasks(jobs) and receives acknowledgements from tasks
when they change status and when they send events, using child commands
embedded in the scripts. ecflow stores the relationship between tasks,
and is able to submit tasks dependent on triggers.
.
This package contains the client tools
Package: python3-ecflow
Section: python
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends}, python3-fuse
Description: Python3 libraries for ecFlow workflow tools
ecFlow is a meteorological work flow package that enables
users to run a large number of programs ( with dependencies
on each other and on time) in a controlled environment.
.
This package contains Python3 modules used in writing ecflow scripts.
|