aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Savchenko <bircoph@gmail.com>2015-07-26 02:37:09 +0300
committerAndrew Savchenko <bircoph@gmail.com>2015-07-26 02:37:09 +0300
commit863e92cd5587dd30bf322a1a36be885f1a8da8f5 (patch)
tree9c33487761568ca78f4185cec5b900117b3e75cf /sci-libs/asl/metadata.xml
parentMerge remote-tracking branch 'gentoo/master' (diff)
downloadsci-863e92cd5587dd30bf322a1a36be885f1a8da8f5.tar.gz
sci-863e92cd5587dd30bf322a1a36be885f1a8da8f5.tar.bz2
sci-863e92cd5587dd30bf322a1a36be885f1a8da8f5.zip
Fix issue #452
Add sci-libs/asl package.
Diffstat (limited to 'sci-libs/asl/metadata.xml')
-rw-r--r--sci-libs/asl/metadata.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/sci-libs/asl/metadata.xml b/sci-libs/asl/metadata.xml
new file mode 100644
index 000000000..ab3f78dbc
--- /dev/null
+++ b/sci-libs/asl/metadata.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sci-physics</herd>
+<maintainer>
+ <email>bircoph@gentoo.org</email>
+ <name>Andrew Savchenko</name>
+</maintainer>
+<longdescription lang="en">
+ Advanced Simulation Library (ASL) is a free and open source
+ multiphysics simulation software package. Its computational
+ engine is based, among others, on the Lattice Boltzmann Methods
+ and is written in OpenCL which enable extraordinarily efficient
+ deployment 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
+ C++ classes, so that no OpenCL knowledge is required from
+ application programmers. ASL can be utilized 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,
+ high-performance scientific computing, etc.
+</longdescription>
+<use>
+ <flag name="matio">Matlab support with <pkg>sci-libs/matio</pkg></flag>
+</use>
+<upstream>
+ <remote-id type="github">AvtechScientific/ASL</remote-id>
+</upstream>
+</pkgmetadata>