aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pythran/slack-desc
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2022-04-08 04:07:56 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-09 15:45:55 +0700
commit18abd0ea29267d8d3f91011427742cf3545b3d58 (patch)
treea277418a4be26b562f656faeda3eac020193e4ff /python/python3-pythran/slack-desc
parent2ddf50ccd01ada3a22b0e148ae424aa835441db6 (diff)
python/python3-pythran: Added (AOT compiler for numeric kernels)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pythran/slack-desc')
-rw-r--r--python/python3-pythran/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-pythran/slack-desc b/python/python3-pythran/slack-desc
new file mode 100644
index 0000000000000..fc98a7ab9513e
--- /dev/null
+++ b/python/python3-pythran/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+python3-pythran: python3-pythran (Ahead of Time compiler for numeric kernels)
+python3-pythran:
+python3-pythran: Pythran is an ahead of time compiler for a subset of the Python
+python3-pythran: language, with a focus on scientific computing. It takes a Python
+python3-pythran: module annotated with a few interface descriptions and turns it into a
+python3-pythran: native Python module with the same interface, but (hopefully) faster.
+python3-pythran:
+python3-pythran: It is meant to efficiently compile scientific programs, and takes
+python3-pythran: advantage of multi-cores and SIMD instruction units.
+python3-pythran:
+python3-pythran: