I did an
] update
and FFTW failed with this message
(@v1.4) pkg> build FFTW
Building FFTW →
~/.julia/packages/FFTW/kcXL6/deps/build.log
┌ Error: Error buildingFFTW
:
│ ERROR: LoadError: ArgumentError: Package LinearAlgebra not found in current path:
│ - Runimport Pkg; Pkg.add("LinearAlgebra")
to install the LinearAlgebra package.
│
│ Stacktrace:
│ [1] require(::Module, ::Symbol) at ./loading.jl:892
│ [2] include(::String) at ./client.jl:439
│ [3] top-level scope at none:5
│ in expression starting at /Users/ctk/.julia/packages/FFTW/kcXL6/deps/build.jl:1
└@Pkg.Operations/Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.4/Pkg/src/Operations.jl:899
so I did (LinearAlgebra was already installed, but I tried again anyhow)
] add LinearAlgebra
] build LinearAlgebra
] build FFTW
and got the same error message. Any ideas?