Skip to content

Installing JSCIPOpt referencing debian package SCIPOptSuite-5.0.1-Linux.deb #13

@bphanguyen

Description

@bphanguyen

Dear developers,

I'd like to install JSCIPOpt referencing debian package SCIPOptSuite-5.0.1-Linux.deb on a Linux Debian machine, installing SCIPOptSuite-5.0.1-Linux.deb with dpkg is ok,
but I can’t figure out how to refer to installed files (listed by command : dpkg -c SCIPOptSuite-5.0.1-Linux.deb) when compiling JSCIPOpt with Cmake.

I don’t know what path to refer in the option -DSCIP_DIR in the command
$ cmake .. -DSCIP_DIR=/build
(following tutorial https://github.com/SCIP-Interfaces/JSCIPOpt/blob/master/INSTALL.md)

Maybe I’m missing or not understand something.

After compiling with :
$ cmake .. -DSCIP_DIR=/usr/include (for example, the repository where the .h SCIP files are placed)

I tried :
$ make

And that failed at first step :

Logs in English:

Scanning dependencies of target jscip
[10%] Building C object CMakeFiles / jscip.dir / src / scipjni_wrap.c.o
make [2]: *** No rules for making the "libscip-NOTFOUND" target, needed for "Release / libjscip.so". Stop.
CMakeFiles / Makefile2: 67: the recipe for the target "CMakeFiles / jscip.dir / all" failed
make [1]: *** [CMakeFiles / jscip.dir / all] Error 2
Makefile: 83: the recipe for the "all" target has failed
make: *** [all] Error 2

Please kindly let me know if there is a Debian package for JSCIPOpt and how to refer to installed files of SCIPOptSuite-5.0.1-Linux.deb

Please let me know if you need further information.

Thank you very much beforehand,

Best regards,

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions