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

numberjack fails with to build with the latest version of scipoptsuite (3.1.0) #14

Closed
shark8me opened this issue Apr 11, 2014 · 0 comments

Comments

@shark8me
Copy link

Hi,

I follow the instructions to build Numberjack with the latest version of SCIPoptimizer, but I get an error.

(extract scipoptsuite, scip and soplex)
mv available_interfaces/scip solvers/scip
export ZIBPATH=/home/kiran/sw/scipoptsuite-3.1.0

$make
...
...
.....

collect2: error: ld returned 1 exit status
make[4]: *** [bin/soplex-1.7.1.linux.x86_64.gnu.opt] Error 1
make[4]: Leaving directory `/home/kiran/sw/scipoptsuite-3.1.0/soplex-2.0.0'
make[3]: *** [/home/kiran/sw/scipoptsuite-3.1.0/soplex-2.0.0/lib/libsoplex.linux.x86_64.gnu.opt.a] Error 2
make[3]: Leaving directory `/home/kiran/sw/scipoptsuite-3.1.0'
make[2]: *** [scipbinary] Error 2
make[2]: Leaving directory `/home/kiran/sw/scipoptsuite-3.1.0'
make[1]: *** [/home/kiran/sw/scipoptsuite-3.1.0/scip-3.1.0/done.txt] Error 2
make[1]: Leaving directory `/home/kiran/sw/Numberjack-master/solvers/scip'
make: *** [scip_lib] Error 2

Note that the latest version is scipoptsuite-3.1.0.tgz, which has a soplex version of 2.0.0. However, the build seems to allude to a soplex version 1.7.1.

@9thbit 9thbit closed this as completed in ef48593 Apr 14, 2014
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

1 participant