compyle 0.8.1-4 source package in Ubuntu

Changelog

compyle (0.8.1-4) unstable; urgency=medium

  * debian/patches:
    - new 0003-Compatibility-with-numpy-v1.24.patch (Closes: #1027241).
  * debian/rules:
    - enable numpy3 dh helper.

 -- Antonio Valentino <email address hidden>  Thu, 29 Dec 2022 18:17:06 +0000

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
compyle_0.8.1-4.dsc 2.1 KiB a4f1c7b402721b89235b52a437e9141b79adc872b0462f08cc3b5be021128f66
compyle_0.8.1.orig.tar.gz 120.2 KiB 3c0eea6e2457ce94c2661bdec827b569564a361a750c8c66e82c684bebbbcda7
compyle_0.8.1-4.debian.tar.xz 5.5 KiB f45843b626903ce68aea3b524b363ad820348b6207a7f48bef759a865a497e6a

Available diffs

No changes file available.

Binary packages built by this source

python3-compyle: Execute a subset of Python on HPC platforms

 ComPyle allows users to execute a restricted subset of Python (almost
 similar to C) on a variety of HPC platforms. Currently it supports
 multi-core execution using Cython, and OpenCL and CUDA for GPU devices.
 .
 Users start with code implemented in a very restricted Python syntax,
 this code is then automatically transpiled, compiled and executed to run
 on either one CPU core, or multiple CPU cores (via OpenMP_) or on a GPU.
 CPy offers source-to-source transpilation, making it a very convenient
 tool for writing HPC libraries.
 .
 Some simple yet powerful parallel utilities are provided which can allow
 you to solve a remarkably large number of interesting HPC problems.
 .
 ComPyle also features JIT transpilation if you wish making it easy to use.