Julian Rüth

Results 67 issues of Julian Rüth

Currently, `configure --disable-doc` makes fflas-ffpack try to build the documentation. The reason is that `AC_ARG_ENABLE` is not used correctly; that's because it's `AC_ARG_ENABLE(name, help, help, present, missing)` and not `AC_ARG_ENABLE(name,...

Trying to build linbox for conda-forge, I get: ``` 2024-04-20T15:26:25.7650582Z test-fft.C:177:32: required from 'bool Checker::check(long unsigned int) [with Field = Givaro::Modular]' 2024-04-20T15:26:25.7651755Z test-fft.C:221:25: required from 'bool test_one_modular_implem(uint64_t, size_t, long unsigned...

Could you create a release with a more distribution friendly name? Say 2.3.1? Would reduce the amount of URL mangling necessary to get the tarball.

This package builds against (and bundles) a rather old version of Vue.js (2.6.10.) This causes problems with single file components that have been compiled with the latest vue-template-compiler (2.6.14), namely,...

Should it be possible to call `cmark_syntax_extension_set_special_inline_chars` with characters that already have a special meaning MarkDown such as `\`? If an extension calls this, it causes a problem in [`process_inlines()`](https://github.com/github/cmark-gfm/blob/master/src/blocks.c#L445)...

Building cysignals 1.11.4 with Python 3.12, we get the following test error on conda-forge: ``` 2023-12-06T20:51:37.4462920Z File "src/cysignals/tests.pyx", line 723, in tests.pyx 2023-12-06T20:51:37.4463209Z Failed example: 2023-12-06T20:51:37.4463786Z subpython_err('from cysignals.tests import *;...

This doctest of PSelecter fails on aarch64 (at least when running with qemu:) ```python >>> from cysignals import AlarmInterrupt >>> from cysignals.pselect import PSelecter >>> import os, signal, time >>>...

The [patchbot images](https://hub.docker.com/r/sagemath/sagemath-patchbot/) stopped updating. Once https://trac.sagemath.org/ticket/24854 has been merged, it is probably easier to just install the patchbot into the `sagemath/sagemath-dev:develop` image and add instructions on how to use...

Just to keep everybody in the loop, I set up a gravatar icon with some random address on a server I own. The mail address has no privileges except setting...

Currently pythran does not seem to be packaged for Debian. Would you mind me trying to package it for Debian?

enhancement