gecode is an open source C++ toolkit for developing constraint-based systems and applications. Gecode provides a constraint solver with state-of-the-art performance while being modular and extensible. See documentation
- The Core Planners: chef-core-planners@chef.io
Binary package
Library packages can be set as runtime or build time dependencies, however they are typically used as buildtime dependencies. See Defining your dependencies for more information.
To add core/gecode as a dependency, you can add one of the following to your plan file.
pkg_build_deps=(core/gecode)
pkg_deps=(core/gecode)
To install this plan, run the following command:
hab pkg install core/gecode
hab pkg install core/gecode
» Installing core/gecode
☁ Determining latest version of core/gecode in the 'stable' channel
☛ Verifying core/gecode/3.7.3/20200403223326
→ Using core/gcc-libs/9.1.0/20200305225533
→ Using core/glibc/2.29/20200305172459
→ Using core/linux-headers/4.19.62/20200305172241
→ Using core/zlib/1.2.11/20200305174519
✓ Installed core/gecode/3.7.3/20200403223326
★ Install of core/gecode/3.7.3/20200403223326 complete with 1 new packages installed.
To view the library files first get the habitat installation directory
hab pkg path core/gecode
/hab/pkgs/core/gecode/3.7.3/20200403223326
Then list the libraries, for example:
ls -1 $(hab pkg path core/gecode)
[4][default:/src/gecode:0]# ls -1 $(hab pkg path core/gecode)
...
...
bin
include
lib
share