Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with v1.7.0-beta4 on Apple M1 #42064

Closed
sletz opened this issue Aug 31, 2021 · 2 comments
Closed

Issues with v1.7.0-beta4 on Apple M1 #42064

sletz opened this issue Aug 31, 2021 · 2 comments

Comments

@sletz
Copy link

sletz commented Aug 31, 2021

Two failures when compiling our dependencies:

[ Info: Precompiling FFTW [7a1cc6ca-52ef-59f5-83cd-3a7055c09341]
ERROR: LoadError: UndefVarError: libfftw3_path not defined
Stacktrace:
[1] getproperty(x::Module, f::Symbol)
@ Base ./Base.jl:35
[2] top-level scope
@ ~/.julia/packages/FFTW/kKdEk/src/providers.jl:51
[3] include(mod::Module, _path::String)


[ Info: Precompiling Cairo [159f3aea-2a34-519c-b102-8c37f9878175]
ERROR: LoadError: UndefVarError: libcairo not defined
Stacktrace:
[1] getproperty(x::Module, f::Symbol)
@ Base ./Base.jl:35
[2] top-level scope (repeats 2 times)
@ ~/.julia/packages/Cairo/smWIA/src/Cairo.jl:13
[3] include
@ ./Base.jl:417 [inlined]
[4] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, c


@mcabbott
Copy link
Contributor

For FFTW see JuliaMath/FFTW.jl#187 (comment) , and in general see JuliaPackaging/Yggdrasil#2763 about libraries.

@KristofferC
Copy link
Sponsor Member

This doesn't seem to be an issue with Julia itself but that these libraries have not been built for M1 yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants