-
Notifications
You must be signed in to change notification settings - Fork 4
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
Failed to compile on M1 Mac #13
Comments
I have the same issue with a M1 Pro chip (2021 MacBook Pro) running macOS 12.1 Monterey. |
I assume this is with the https://julialang-s3.julialang.org/bin/mac/aarch64/1.7/julia-1.7.1-macaarch64.dmg binary right? Until upstream starts building a native M1 binary for |
This is still an issue on julia 1.8. What needs to get fixed upstream? |
I was also able to build tectonic on M1 via homebrew. Would it be possible to have Tectonic.jl use a homebrew installed version of Tectonic until upstream is fixed? |
There is a https://github.com/JuliaBinaryWrappers/tectonic_jll.jl now, which does have a macOS ARM build, so you may want to directly use that one for the time being.
|
There is a biber universal binary download (on sourceforge though): https://sourceforge.net/projects/biblatex-biber/files/biblatex-biber/current/binaries/MacOS/biber-darwin_universal.tar.gz/download so it may be jll wrappable... |
It appears biber supports macOS ARM natively: https://github.com/plk/biber/blob/dev/dist/darwin_arm64/build.sh. The build scripts for the various platforms look simple enough if someone wanted to contribute biber to Yggdrasil. Could be worth opening an issue there. |
I'll do that! We'd love to be able to use Tectonic.jl on our M1 macs... |
Any progress on this issue? |
Just blocked on JuliaPackaging/Yggdrasil#5633 and someone with the time/need for this on that arch. |
Hello, are there any updates on this issue? There's a plotting module I'd like to use that requires PGFPlots which calls out to Tectonic, but this dependency is blocking me. Thanks! |
If you don't need biber support then use the JLL version instead. |
When installing TikzPictures.jl, this package fails to build. Below is the (slightly abridged) output from
import Pkg; Pkg.precompile()
. I'm on a 2020 M1 MacBook Air running macOS 11.4 Big Sur.I was able to install tectonic separately using homebrew, so perhaps there is a way for this project to support it without too much effort.
The text was updated successfully, but these errors were encountered: