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

Support bytecode only installations #58

Open
MisterDA opened this issue Feb 28, 2023 · 3 comments
Open

Support bytecode only installations #58

MisterDA opened this issue Feb 28, 2023 · 3 comments

Comments

@MisterDA
Copy link

I've noticed while hacking on architectures where OCaml only supports bytecode (i386, ppc64, s390x, arm32) that opam-user-setup isn't installable, because it requires ocamlopt. Is there a way around this?

@dra27
Copy link
Member

dra27 commented Feb 28, 2023

Looks fairly easy to do in Makefile - just needs to decide to build .byte version if the ocamlopt command isn't available.

@dra27
Copy link
Member

dra27 commented Feb 28, 2023

(or alternatively upgrading it to use Dune, but I don't know if supporting 3.12-4.01 remains a source of pride for @AltGr 🙂)

@MisterDA
Copy link
Author

MisterDA commented Mar 6, 2023

(or alternatively upgrading it to use Dune, but I don't know if supporting 3.12-4.01 remains a source of pride for @AltGr 🙂)

Although the readme reads

A working opam installation and OCaml 4.02.0 or newer are required.

there seem to be some support for earlier versions.

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