-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Package qcaml.0.1.3 #28825
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
base: master
Are you sure you want to change the base?
Package qcaml.0.1.3 #28825
Conversation
|
Is that OK? |
The last commit is not right: CI is failing all over as there is no In comparison d660877 was passing many workflows and only failing on
I would therefore suggest rolling the latest commit back, so that we can try to address the last couple of errors. |
343812b to
d660877
Compare
|
I was just looking some more at this: Can you try replacing |
Okay, I rolled back to the commit d660877 |
|
My bad, sorry. I got confused with all the This is the configuration package: https://github.com/ocaml/opam-repository/blob/master/packages/conf-freeglut/conf-freeglut.1/opam From it, it should be clear why Cygwin-MinGW is failing - it is not supported, so that's one less thing to worry about... |
Yes dw, I understand. I've put back conf-freeglut. Let's see how that goes. |
|
It seem that Arch linux CI need But I have no clue how to do it. |
|
I was looking at it. |
|
I was also looking at the macOS error. Interestingly, that one passes on
So in this command:
Your flag-generation thus needs to distinguish the CPU-type and use something like Looking at that dispatch, it also explains the FreeBSD failures: They are currently hitting the macOS case, but may have more luck with a Linux-like case (possibly with an adjusted include path). |
|
I'm going to post a new PR with a new release for macOS ARM64 support and FreeBSD. |
qcaml.0.1.3Experimental OCaml library for quantum computing simulation
QCaml is a lightweight OCaml library for experimenting with quantum states,
gates and measurements. It provides tools for learning quantum computing
concepts and visualizing qubit states on the Bloch sphere.
Features:
🐫 Pull-request generated by opam-publish v2.7.0