-
-
Notifications
You must be signed in to change notification settings - Fork 725
Open
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues for a bug report that matches the one I want to file, without success.
Did you read the documentation and troubleshoot guide?
- I have read the documentation and troubleshoot guide
Environment
- **OS**: Arch Linux with kernel 6.2.13-arch1-1
- **Sage Version**: developSteps To Reproduce
- I succesfully installed Sage from the source as stated in https://doc.sagemath.org/html/en/installation/source.html#step-by-step-installation-procedure.
- When installing recommended packages from arch repository it asked me if I want to replace
blaswithopenblas, I answered yes. - The compilation went on with no problems during the night.
- The I tested it with
./sage --test-alland it raise an ImportError, the problem wasundefined symbol: cblas_ctrmv. - I replaced
openblaswithblasjust by intuition, and now the testing is going on with no problems.
Expected Behavior
The testing should go on with packages listed in https://doc.sagemath.org/html/en/installation/source.html#step-by-step-installation-procedure.
Alternatively, the documentation for Arch should recommend installing blas instead of openblas.
Actual Behavior
Running ./sage --test-all after a fresh installation from source in Arch as recommended on https://doc.sagemath.org/html/en/installation/source.html#step-by-step-installation-procedure raise an ImportError, the problem was undefined symbol: cblas_ctrmv.
The testing goes with no problems after replacing openblas with blas.
Additional Information
No response