[asl] 25/27: Provide utilities in new asl-tools package.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sat Nov 26 16:35:44 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/master
in repository asl.

commit 5a316d7308181e17b0e8aaaff4493d147f121854
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Thu Nov 24 11:08:06 2016 +0000

    Provide utilities in new asl-tools package.
---
 debian/asl-tools.install           |  1 +
 debian/asl-tools.lintian-overrides |  3 +++
 debian/control                     | 29 +++++++++++++++++++++++++++++
 3 files changed, 33 insertions(+)

diff --git a/debian/asl-tools.install b/debian/asl-tools.install
new file mode 100644
index 0000000..e772481
--- /dev/null
+++ b/debian/asl-tools.install
@@ -0,0 +1 @@
+usr/bin
diff --git a/debian/asl-tools.lintian-overrides b/debian/asl-tools.lintian-overrides
new file mode 100644
index 0000000..18d46d6
--- /dev/null
+++ b/debian/asl-tools.lintian-overrides
@@ -0,0 +1,3 @@
+# Upstream does not provide manpages for the tools yet.
+# See: https://github.com/AvtechScientific/ASL/issues/28
+binary-without-manpage
diff --git a/debian/control b/debian/control
index fc1329e..2b2bb82 100644
--- a/debian/control
+++ b/debian/control
@@ -106,3 +106,32 @@ Description: documentation for ASL
  crystallography, etc...
  .
  This package contains the documentation.
+
+Package: asl-tools
+Architecture: any
+Multi-Arch: foreign
+Section: utils
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
+Description: command-line tools for ASL
+ The Advanced Simulation Library (ASL) is a free and open source hardware
+ accelerated multiphysics simulation platform (and an extensible general
+ purpose tool for solving Partial Differential Equations).
+ .
+ Its computational engine is written in OpenCL and utilizes matrix-free
+ solution techniques which enable extraordinarily high performance,
+ memory efficiency and deployability on a variety of massively parallel
+ architectures, ranging from inexpensive FPGAs, DSPs and GPUs up to
+ heterogeneous clusters and supercomputers. The engine is hidden entirely
+ behind simple C++ classes, so that no OpenCL knowledge is required from
+ application programmers. Mesh-free, immersed boundary approach allows one
+ to move from CAD directly to simulation drastically reducing pre-processing
+ efforts and amount of potential errors.
+ .
+ ASL can be used to model various coupled physical and chemical phenomena and
+ employed in a multitude of fields: computational fluid dynamics, virtual
+ sensing, industrial process data validation and reconciliation, image-guided
+ surgery, computer-aided engineering, design space exploration,
+ crystallography, etc...
+ .
+ This package contains the command-line tools.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/asl.git



More information about the debian-science-commits mailing list