-
Notifications
You must be signed in to change notification settings - Fork 25
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
Error building 'Clp' cannot generate deps.jl #90
Comments
Can you give the output of
|
Yes here was the output first:
I updated BinaryProvider but that didn't allow me to build Clp (received the same error). But, then your command did generate a new output when I re-ran it shown below.
|
Could you give the output of
as well as
|
First output:
second:
|
Do |
This is an instance of julia on a supercomputer I don't have full control over. I will ask to see if it can be updated to Julia v1.4. |
In theory, the same binaries are used in Julia v1.4 and Julia v1.0 but they use different ways to get them. In Julia v1.0, we use BinaryBuilder and in Julia v1.4, we simply install the |
Do you have a chance to just download Julia from https://julialang.org/downloads/ and use it? You don't require sysadmin intervention for this if you have enough space on disk to download and unpack the archive. |
I tried downloading and unpacking the archive but it failed out. I'm not really sure the cause but I will just need to wait to see what the sys administrators can do. Thx for your help
|
I have been able to build the Clp package now on the system. It required loading the gcc/9.2.0 module from the SMF. However, even though I can now load the module on the system, I am receiving an error when implementing my optimization algorithm which suggests that something might be going wrong in the build still. I should say this is still using Julia v1.0.
|
If you pin |
The latest version of Clp requires at least BinaryProvider v0.5.9 as otherwise you get the same segfault as CSDP when dlclosing OpenBLAS64. |
I just needed to delete the old compiled version of Clp and re-install and compile while making sure the gcc module was loaded. Thank you for all your help on this problem! I am going to go ahead and close this issue. |
So it worked with the latest version of Clp right? |
Yes, that's right |
@Will-Gorman can I ask you what's the content of your Julia init file ( |
@giordano I am not sure what file you are looking for. I don't have a config folder in my .julia setup... Happy to show the file if I can find it. |
I am trying to install and build Clp on my system but am receiving an error:
I am thinking this might have something to do with potentially needing a custom installation, but am not sure..
Julia session info:
Package version in my project:
The text was updated successfully, but these errors were encountered: