Closed jritta closed 3 years ago
On a Fedora 30
system, Kernel version 5.6.13-100.fc30.x86_64
, and gcc 9.3.1 20200408
the installation works without any issues.
Hi and thanks for the bug report! I will verify that we can move to the current version of Scipy. I assume that its error occurs when muDIC is installed using PIP?
@PolymerGuy Thanks for your reply. Yes, the error occurs when I try to install it via PIP. A 'manual' installation by cloning the repository I did not try so far.
@jritta I have now checked that all tests pass for Scipy 1.6.2 which hopefully fixes the issue. I will try to upload a fix later today and update the muDIC package accordingly. Thanks for the bug report!
@PolymerGuy perfect, just let me know when you updated it. I will then try to install it on Fedora 32 with gcc 10 and in case of success close the issue.
@jritta The muDIC package has now been updated
The installation works now without any problems, perfect! Thank you very much @PolymerGuy for your fast help.
Description Installation of muDIC fails on Fedora 32 do to compilation errors of scipy 1.2.1. Using GCC version 10 a
Rank mismatch
in Fortran code causes an error.System
Error Message
This is likely thrown by following compilation erros:
Possible solution Make use of a newer scipy version (see here).
Is it possible to just update the scipy version in setup.py?
Best Jonas