Re: python macros inconsistency between Fedora and EPEL9

2023-06-03 Thread Mattia Verga
> On 03. 06. 23 13:29, Mattia Verga wrote: > > It's not in epel because it is in RHEL. > > > I have no idea. What makes you suspect this problem is related to *Python* > macros at all? %ctest is defined in /usr/lib/rpm/macros.d/macros.cmake which > is > shipped by cmake-rpm-macros, a

Re: python macros inconsistency between Fedora and EPEL9

2023-06-03 Thread Miro HronĨok
On 03. 06. 23 13:29, Mattia Verga wrote: In the test section of libindi package I use this to run tests: %ctest --test-dir %_vpath_builddir/test This translates in Fedora as: + /usr/bin/ctest --test-dir redhat-linux-build --output-on-failure --force-new-ctest-process -j6 --test-dir

python macros inconsistency between Fedora and EPEL9

2023-06-03 Thread Mattia Verga
In the test section of libindi package I use this to run tests: %ctest --test-dir %_vpath_builddir/test This translates in Fedora as: + /usr/bin/ctest --test-dir redhat-linux-build --output-on-failure --force-new-ctest-process -j6 --test-dir redhat-linux-build/test Internal ctest changing into