Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Fixes libjpegturbo dependency for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu authored and perdasilva committed Feb 12, 2019
1 parent f5ba735 commit f2673b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ci/docker/install/ubuntu_core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,19 @@ apt-get install -y \
liblapack-dev \
libopenblas-dev \
libopencv-dev \
libturbojpeg \
libzmq3-dev \
ninja-build \
software-properties-common \
sudo \
unzip \
wget

# Use libturbojpeg package as it is correctly compiled with -fPIC flag
# /~https://github.com/HaxeFoundation/hashlink/issues/147
ln -s /usr/lib/x86_64-linux-gnu/libturbojpeg.so.0.1.0 /usr/lib/x86_64-linux-gnu/libturbojpeg.so


# Note: we specify an exact cmake version to work around a cmake 3.10 CUDA 10 issue.
# Reference: /~https://github.com/clab/dynet/issues/1457
mkdir /opt/cmake && cd /opt/cmake
Expand Down

0 comments on commit f2673b4

Please sign in to comment.