julia> include("src/dpop1sos.jl")
Precompiling SumOfSquares
Info Given SumOfSquares was explicitly requested, output will be shown live
Error: no BLAS/LAPACK library loaded!
Error: no BLAS/LAPACK library loaded!
.... (many many more lines like that)
This is on Apple M1 processor. The same code works without problems in the same environment on a Mac with Intel processor.
(@v1.10) pkg> st
Status `~/.julia/environments/v1.10/Project.toml`
[0a46da34] CSDP v1.1.1
[7c1d4256] DynamicPolynomials v0.6.0
[4076af6c] JuMP v1.23.0
[df0521af] Loraine v0.2.4
[4b9e565b] SumOfSquares v0.7.3
This is on Apple M1 processor. The same code works without problems in the same environment on a Mac with Intel processor.