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

Gluon fails to compile on macos #57

Open
villuminati opened this issue Jul 17, 2024 · 1 comment
Open

Gluon fails to compile on macos #57

villuminati opened this issue Jul 17, 2024 · 1 comment

Comments

@villuminati
Copy link

villuminati commented Jul 17, 2024

I cloned the minttea repo.

then ran opam switch create .

I get the following error when i run opam switch create .. This is on a macbook M2 apple silicon.

gluon-error
@lessp
Copy link
Sponsor Contributor

lessp commented Sep 17, 2024

fwiw, I could get it to work by pinning.

in your project_name.opam.template (if you're using dune to generate opam files)

pin-depends: [
  [ "riot.0.0.8" "git+https://github.com/riot-ml/riot.git" ]
  [ "gluon.dev" "git+https://github.com/riot-ml/gluon.git" ]
  [ "spices.dev" "git+https://github.com/leostera/minttea.git" ]
  [ "minttea.dev" "git+https://github.com/leostera/minttea.git" ]
  [ "leaves.dev" "git+https://github.com/leostera/minttea.git" ]
]

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

2 participants