-
Notifications
You must be signed in to change notification settings - Fork 31
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
installation of ocaml: gmp-devel and zeromq-devel needed, even if present in libs and include #176
Comments
Hello Matthias,
yes, you are right. You don't need root privileges and the dependencies have
already been properly installed.
Can you try the following?
```
./configure
source quantum_package.rc
./configure --install=all
```
|
Hello Anthony, Thank you for your answer. I deleted the whole folder and ran
But got the same exact error at the installation of ocaml/opam, saying that the packages gmp-devel and zeromq-devel are missing. I checked the environment and the lib and lib64 folder are in the |
Hi, You can try to wipe out everything, log out and in again, and then clone the
Please let me know if it solves you problem. Good luck! |
Hello Anthony, I tried using the dev branch the installation of ocaml works fine now 👍 Thank you a lot for your help ! |
Hello,
I am trying to install Quantum Package on our cluster.
I issued the commands
The installation of OCaml fails with the following log:
It seems that 2 packages are missing :
gmp-devel
andzeromq-devel
.I have no rights to install these package on the machine.
But I see that gmp is already install somehow:
I also saw that
qp2/libs
andqp2/include
contains the files for gpm as well as for zeromq.Is there a way to specify to opam (ocaml package manager) to use these packages ? Would you happen to see something I missed during the installation ?
Thank you in advance for any help in this issue.
The text was updated successfully, but these errors were encountered: