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 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
|
Source: libhmsbeagle
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper-compat (= 13),
cmake,
doxygen,
graphviz,
javahelper,
default-jdk,
ant,
dh-linktree,
dh-exec,
libjs-jquery,
ocl-icd-opencl-dev | opencl-dev,
pocl-opencl-icd [amd64] | opencl-icd [amd64],
clinfo
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/med-team/libhmsbeagle
Vcs-Git: https://salsa.debian.org/med-team/libhmsbeagle.git
Homepage: https://github.com/beagle-dev/beagle-lib
Rules-Requires-Root: no
Package: libhmsbeagle-dev
Architecture: linux-any
Section: libdevel
Multi-Arch: same
Depends: libhmsbeagle1v5 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: High-performance lib for Bayesian and Maximum Likelihood phylogenetics (devel)
BEAGLE is a high-performance library that can perform the core calculations at
the heart of most Bayesian and Maximum Likelihood phylogenetics packages. It
can make use of highly-parallel processors such as those in graphics cards
(GPUs) found in many PCs.
.
The project involves an open API and fast implementations of a library for
evaluating phylogenetic likelihoods (continuous time Markov processes) of
biomolecular sequence evolution.
.
The aim is to provide high performance evaluation 'services' to a wide range
of phylogenetic software, both Bayesian samplers and Maximum Likelihood
optimizers. This allows these packages to make use of implementations that
make use of optimized hardware such as graphics processing units.
.
This package contains development files needed to build against Beagle library.
Package: libhmsbeagle1v5
Architecture: linux-any
Depends: ${shlibs:Depends},
${misc:Depends},
mesa-opencl-icd|opencl-icd
Pre-Depends: ${misc:Pre-Depends}
Conflicts: libhmsbeagle1
Replaces: libhmsbeagle1
Multi-Arch: same
Description: High-performance lib for Bayesian and Maximum Likelihood phylogenetics
BEAGLE is a high-performance library that can perform the core calculations at
the heart of most Bayesian and Maximum Likelihood phylogenetics packages. It
can make use of highly-parallel processors such as those in graphics cards
(GPUs) found in many PCs.
.
The project involves an open API and fast implementations of a library for
evaluating phylogenetic likelihoods (continuous time Markov processes) of
biomolecular sequence evolution.
.
The aim is to provide high performance evaluation 'services' to a wide range
of phylogenetic software, both Bayesian samplers and Maximum Likelihood
optimizers. This allows these packages to make use of implementations that
make use of optimized hardware such as graphics processing units.
Package: libhmsbeagle-java
Architecture: linux-any
Section: java
Depends: ${java:Depends},
${misc:Depends},
${shlibs:Depends},
libhmsbeagle1v5
Recommends: ${java:Recommends}
Multi-Arch: same
Description: High-performance lib for Bayesian and Maximum Likelihood phylogenetics (java)
BEAGLE is a high-performance library that can perform the core calculations at
the heart of most Bayesian and Maximum Likelihood phylogenetics packages. It
can make use of highly-parallel processors such as those in graphics cards
(GPUs) found in many PCs.
.
The project involves an open API and fast implementations of a library for
evaluating phylogenetic likelihoods (continuous time Markov processes) of
biomolecular sequence evolution.
.
The aim is to provide high performance evaluation 'services' to a wide range
of phylogenetic software, both Bayesian samplers and Maximum Likelihood
optimizers. This allows these packages to make use of implementations that
make use of optimized hardware such as graphics processing units.
.
This package contains the Java interface.
|