[ptxdist] [PATCH] python3-numpy: New package

2019-11-11 Thread Guillermo Rodríguez
NumPy is the fundamental package for scientific computing with Python. Signed-off-by: Guillermo Rodriguez --- rules/python3-numpy.in | 11 + rules/python3-numpy.make | 52 2 files changed, 63 insertions(+) create mode 100644

[ptxdist] [PATCH] host-python3-cython: New package

2019-11-11 Thread Guillermo Rodríguez
Cython is an optimising static compiler for both the Python programming language and the extended Cython programming language (based on Pyrex). Signed-off-by: Guillermo Rodriguez --- rules/host-python3-cython.in | 9 + rules/host-python3-cython.make | 32

[ptxdist] [PATCH] git-ptx-patches: call git in a pristine environment

2019-11-11 Thread Roland Hieber
The brhaviour of git-format-patch can be customized through user-defined variables from the environment or from the user's .gitconfig, like custom regexes for function context in diff hunk headers, or different cleanup options. These things can lead to fuzz in generated patches which cannot easily

Re: [ptxdist] build failures when building with --progress but without -j

2019-11-11 Thread Denis OSTERLAND
Hi, I have noticed this message too. At the build of a autotools like package. The normal build (p compile ...) works, but silent (p -q compile ...) emits the unrecognized option error. In this case, I would guess that world/env should not add this option for meson. Regards Denis Am Montag, den

[ptxdist] [PATCH] TimescaleDB: version bump 1.4.2 -> 1.5.0

2019-11-11 Thread Björn Esser
Also add a needed CMake define to disable regression checks, remove the upstreamed patch from v1.4.2 and minor Makefile cosmetics. Signed-off-by: Björn Esser --- ...CMake-Allow-PG_DIRS-to-be-set-on-CLI.patch | 83 --- patches/timescaledb-1.4.2/series | 4 -

[ptxdist] build failures when building with --progress but without -j

2019-11-11 Thread Alexander Dahl
Hei guys, I tried building recent DistroKit with ptxdist 2019.10.1 on different machines, Debian 9 (stretch), Debian 10 (buster), i686 and amd64, and noticed the following. The build fails with this command (I chose that one, any other meson/ninja build triggers the same failure): p -q