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
b1131d7f
Unverified
Commit
b1131d7f
authored
Aug 14, 2022
by
Matti Picus
Committed by
GitHub
Aug 14, 2022
Browse files
Merge pull request #432 from radarhere/libpng
Updated libpng to 1.6.37
parents
e86d73f9
f92b74c4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
library_builders.sh
library_builders.sh
+1
-1
No files found.
library_builders.sh
View file @
b1131d7f
...
...
@@ -13,7 +13,7 @@ OPENBLAS_LIB_URL="https://anaconda.org/multibuild-wheels-staging/openblas-libs"
OPENBLAS_VERSION
=
"
${
OPENBLAS_VERSION
:-
0
.3.10
}
"
# We use system zlib by default - see build_new_zlib
ZLIB_VERSION
=
"
${
ZLIB_VERSION
:-
1
.2.10
}
"
LIBPNG_VERSION
=
"
${
LIBPNG_VERSION
:-
1
.6.
21
}
"
LIBPNG_VERSION
=
"
${
LIBPNG_VERSION
:-
1
.6.
37
}
"
BZIP2_VERSION
=
"
${
BZIP2_VERSION
:-
1
.0.7
}
"
FREETYPE_VERSION
=
"
${
FREETYPE_VERSION
:-
2
.11.0
}
"
TIFF_VERSION
=
"
${
TIFF_VERSION
:-
4
.1.0
}
"
...
...
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