Changes between Initial Version and Version 1 of Ticket #68787, comment 6
- Timestamp:
- Nov 29, 2023, 11:20:47 PM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #68787, comment 6
initial v1 2 2 3 3 The actual problem here therefore seems to be that the OpenBLAS port is broken after the migration to CMake, apparently by not providing all the symbols NumPy needs. Since NumPy cannot be imported successfully, SciPy thinks it is not installed and refuses to build. 4 5 Edit: I created a new ticket on OpenBLAS: #68810