Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
AAndrisa committed Apr 15, 2024
1 parent 77d1c87 commit aba2853
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CI/travis/ci-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ handle_centos() {
yum -y install yum-utils gcc
yum config-manager --set-enabled powertools
yum localinstall -y $package
export CMAKE_OPTIONS="-DPYTHON_BINDINGS=ON -DENABLE_PACKAGING=ON -DCMAKE_INSTALL_PREFIX=\"/usr/local/lib\" .."
export CMAKE_OPTIONS="-DPYTHON_BINDINGS=ON -DENABLE_PACKAGING=ON .."
export LD_LIBRARY_PATH=/usr/local/lib64/
}

handle_default() {
Expand Down

0 comments on commit aba2853

Please sign in to comment.