Skip to content

Commit

Permalink
gecode3 in plan.sh
Browse files Browse the repository at this point in the history
Signed-off-by: talktovikas <[email protected]>
  • Loading branch information
talktovikas committed Dec 16, 2024
1 parent 4ed964b commit fdd336f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/oc_erchef/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pkg_deps=(
core/gcc-libs
core/ruby3_4
core/sqitch
core/gecode3/3.7.3/20241204123644
core/gecode3
core/libffi
core/glibc
)
Expand Down Expand Up @@ -80,9 +80,9 @@ do_build() {
export USE_SYSTEM_GECODE=1
export GEM_HOME="${pkg_path}/vendor/bundle"
export GEM_PATH="${_ruby_dir}:${GEM_HOME}"
export LIBRARY_PATH="$(pkg_path_for core/gecode)/lib"
export LD_LIBRARY_PATH="$(pkg_path_for core/gecode)/lib"
export CPLUS_INCLUDE_PATH="$(pkg_path_for core/gecode)/include"
export LIBRARY_PATH="$(pkg_path_for core/gecode3)/lib"
export LD_LIBRARY_PATH="$(pkg_path_for core/gecode3)/lib"
export CPLUS_INCLUDE_PATH="$(pkg_path_for core/gecode3)/include"
mkdir -p "$GEM_HOME"

make omnibus
Expand Down

0 comments on commit fdd336f

Please sign in to comment.