Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
4c12ecb1
Commit
4c12ecb1
authored
Dec 11, 2018
by
Andrew Murray
Browse files
Updated bzip URL
parent
005ace63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
library_builders.sh
library_builders.sh
+1
-3
No files found.
library_builders.sh
View file @
4c12ecb1
...
...
@@ -14,8 +14,6 @@ OPENBLAS_VERSION="${OPENBLAS_VERSION:-0.2.18}"
ZLIB_VERSION
=
"
${
ZLIB_VERSION
:-
1
.2.10
}
"
LIBPNG_VERSION
=
"
${
LIBPNG_VERSION
:-
1
.6.21
}
"
BZIP2_VERSION
=
"
${
BZIP2_VERSION
:-
1
.0.6
}
"
# BZIP website went down as of August 8 2018
BZIP_URL
=
https://web.archive.org/web/20180624184806/http://bzip.org
FREETYPE_VERSION
=
"
${
FREETYPE_VERSION
:-
2
.6.3
}
"
TIFF_VERSION
=
"
${
TIFF_VERSION
:-
4
.0.6
}
"
JPEG_VERSION
=
"
${
JPEG_VERSION
:-
9b
}
"
...
...
@@ -139,7 +137,7 @@ function build_libpng {
function
build_bzip2
{
if
[
-n
"
$IS_OSX
"
]
;
then return
;
fi
# OSX has bzip2 libs already
if
[
-e
bzip2-stamp
]
;
then return
;
fi
fetch_unpack
$BZIP_URL
/
${
BZIP2_VERSION
}
/bzip2-
${
BZIP2_VERSION
}
.tar.gz
fetch_unpack
https://download.sourceforge.net/bzip2
/bzip2-
${
BZIP2_VERSION
}
.tar.gz
(
cd
bzip2-
${
BZIP2_VERSION
}
\
&&
make
-f
Makefile-libbz2_so
\
&&
make
install
PREFIX
=
$BUILD_PREFIX
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment