8000 try if docker ENV command worked · PrashaanP/opencv-python@49237b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 49237b5

Browse files
committed
try if docker ENV command worked
1 parent 635f492 commit 49237b5

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

travis/build-wheels.sh

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -33,23 +33,7 @@ git cherry-pick b1d208891b9f
3333

3434
mkdir build
3535

36-
export JPEG_INCLUDE_DIR="/opt/libjpeg-turbo/include"
37-
export JPEG_LIBRARY="/opt/libjpeg-turbo/lib32/libjpeg.a"
38-
39-
MACHINE_TYPE=$(uname -m)
40-
if [[ ${MACHINE_TYPE} == 'x86_64' ]]; then
41-
JPEG_LIBRARY="/opt/libjpeg-turbo/lib64/libjpeg.a"
42-
fi
43-
44-
export LDFLAGS=-L/root/ffmpeg_build/lib
45-
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/root/ffmpeg_build/lib/pkgconfig
46-
export PATH=~/bin:$PATH
47-
4836
ffmpeg -L
49-
50-
export QTDIR=/opt/Qt4.8.7
51-
export PATH=$QTDIR/bin:$PATH
52-
5337
qmake -query
5438

5539
if [[ $PYTHON_VERSION == 2* ]] && [[ $ENABLE_CONTRIB == 0 ]]; then

0 commit comments

Comments
 (0)
0