-
Notifications
You must be signed in to change notification settings - Fork 24
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
issues when installing DSP on mac m1 #272
Comments
I could not test it on M1. But I suspect that you may have version conflict between clang and gnu compilers. Can you do the following?
Here I assumed that you can run
|
Thanks for the help! Now I'm getting this error
|
Did you clone the repo with git clone --recursive ... ? |
sorry, I did twice.
I notice that
I tried by adding
to ~/.zshrc and now I got
|
It looks like your fortran version may not be compatible to the one used in SCIP. First of all, do you need SCIP? SCIP is required when 1. you plan to run Benders; or 2. you do not have license for CPLEX or Gurobi. (CPLEX and Gurobi offer free academic license). If you need to compile DSP with SCIP, are you using one of the precompiled packages? It requires |
I was trying to install this package to do some research but I'm finding hard to make it work.
I follow the instructions (although the latest version documentation is misleading). I changed the following from file 'UserConfig.cmake':
follow the commands:
and I'm running into this error:
I'm new to the use of flags and the link of multiples shared libraries so I tried what I found on the internet unsuccessful.
I have a Macbook Pro with chip apple m1 running macOS Ventura 13.0.1 and maybe that's the source of error.
I attached the entire messsage.
issue.txt
The text was updated successfully, but these errors were encountered: