-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Build failure in OpenBLAS #44517
Copy link
Copy link
Labels
buildingBuild system, or building Julia or its dependenciesBuild system, or building Julia or its dependenciesexternal dependenciesInvolves LLVM, OpenBLAS, or other linked librariesInvolves LLVM, OpenBLAS, or other linked librariessystem:apple siliconAffects Apple Silicon only (Darwin/ARM64) - e.g. M1 and other M-series chipsAffects Apple Silicon only (Darwin/ARM64) - e.g. M1 and other M-series chips
Metadata
Metadata
Assignees
Labels
buildingBuild system, or building Julia or its dependenciesBuild system, or building Julia or its dependenciesexternal dependenciesInvolves LLVM, OpenBLAS, or other linked librariesInvolves LLVM, OpenBLAS, or other linked librariessystem:apple siliconAffects Apple Silicon only (Darwin/ARM64) - e.g. M1 and other M-series chipsAffects Apple Silicon only (Darwin/ARM64) - e.g. M1 and other M-series chips
Default build of OpenBLAS on macOS ARM (Apple Silicon) within Julia:
gives the following build error:
I tried passing
OPENBLAS_TARGET_ARCH=VORTEXtomakeas an additional parameter, which is passed down to openblas asmake TARGET=VORTEX. But that does not appear to solve the issue.