Mattias Ellert

Results 28 issues of Mattias Ellert

For several of my packages Koschei currently reports "No suitable SRPM was found", even though the current SRPM has been used by Koschei to perform test builds in the past....

### Check duplicate issues. - [X] Checked for duplicates ### Description Downstream bug report: https://bugzilla.redhat.com/show_bug.cgi?id=2278644 root fails to build with Python 3.13.0a6. 116 tests failed out of 1314, mostly with:...

bug
in:PyROOT

Torch recently became available on Fedora, so I created a package review for baler in Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=2271996 The reviewer has pointed out that there already is another package called baler...

Drop maximum Python version constraint Make numpy constraint a minimum version instead of an exact version This allows building on Fedora 40 and 41 that currently have: - python3 3.12.2...

``` ==27187== Memcheck, a memory error detector ==27187== Copyright (C) 2002-2024, and GNU GPL'd, by Julian Seward et al. ==27187== Using Valgrind-3.23.0 and LibVEX; rerun with -h for copyright info...

This PR is my attempt to address test failures with Python 3.13 (#279).

Two tests fail when using Python 3.13: ``` =================================== FAILURES =================================== ________________________________ test_get_help _________________________________ def test_get_help(): kernel = get_kernel() d = Dummy(kernel) dummy_help = d.get_help('line', 'dummy', 0) assert dummy_help.startswith("%dummy") >...

/usr/bin/ld: umac128.o (symbol from plugin): in function `umac_put_u32_le': (.text+0x0): multiple definition of `umac_put_u32_le'; umac.o (symbol from plugin):(.text+0x0): first defined here collect2: error: ld returned 1 exit status This function (umac_put_u32_le)...

**Describe the bug** The files generated by doxygen whose file names contain the string __unnamedN__ where N is a number are not generated using predictable names. **To Reproduce** Se e.g....

enhancement
fixed but not released

### Explain what you would like to see improved The JsMVA code `bindings/jsmva/` and `etc/notebook/JsMVA/` uses a different and older version of jsroot than the rest of ROOT. ### Optional:...

improvement
affects:master
in:TMVA
in:WebGui
affects:6.28