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
91034186
Unverified
Commit
91034186
authored
May 19, 2018
by
Matthew Brett
Committed by
GitHub
May 19, 2018
Browse files
Merge pull request #167 from radarhere/build_simple
Removed trailing slashes in build_simple urls
parents
93e1eb47
0eca7aa7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
library_builders.sh
library_builders.sh
+8
-8
No files found.
library_builders.sh
View file @
91034186
...
@@ -204,7 +204,7 @@ function build_libwebp {
...
@@ -204,7 +204,7 @@ function build_libwebp {
build_tiff
build_tiff
build_giflib
build_giflib
build_simple libwebp
$LIBWEBP_VERSION
\
build_simple libwebp
$LIBWEBP_VERSION
\
https://storage.googleapis.com/downloads.webmproject.org/releases/webp
/
tar.gz
\
https://storage.googleapis.com/downloads.webmproject.org/releases/webp tar.gz
\
--enable-libwebpmux
--enable-libwebpdemux
--enable-libwebpmux
--enable-libwebpdemux
}
}
...
@@ -222,7 +222,7 @@ function build_szip {
...
@@ -222,7 +222,7 @@ function build_szip {
# Build szip without encoding (patent restrictions)
# Build szip without encoding (patent restrictions)
build_zlib
build_zlib
build_simple szip
$SZIP_VERSION
\
build_simple szip
$SZIP_VERSION
\
https://www.hdfgroup.org/ftp/lib-external/szip
/
tar.gz
\
https://www.hdfgroup.org/ftp/lib-external/szip tar.gz
\
--enable-encoding
=
no
--enable-encoding
=
no
}
}
...
@@ -345,7 +345,7 @@ function build_netcdf {
...
@@ -345,7 +345,7 @@ function build_netcdf {
}
}
function
build_pcre
{
function
build_pcre
{
build_simple pcre
$PCRE_VERSION
https://ftp.pcre.org/pub/pcre
/
build_simple pcre
$PCRE_VERSION
https://ftp.pcre.org/pub/pcre
}
}
function
build_swig
{
function
build_swig
{
...
@@ -353,7 +353,7 @@ function build_swig {
...
@@ -353,7 +353,7 @@ function build_swig {
brew
install
swig
>
/dev/null
brew
install
swig
>
/dev/null
else
else
build_pcre
build_pcre
build_simple swig
$SWIG_VERSION
http://prdownloads.sourceforge.net/swig
/
build_simple swig
$SWIG_VERSION
http://prdownloads.sourceforge.net/swig
fi
fi
}
}
...
@@ -366,15 +366,15 @@ function build_suitesparse {
...
@@ -366,15 +366,15 @@ function build_suitesparse {
}
}
function
build_libtool
{
function
build_libtool
{
build_simple libtool
$LIBTOOL_VERSION
https://ftp.gnu.org/gnu/libtool
/
build_simple libtool
$LIBTOOL_VERSION
https://ftp.gnu.org/gnu/libtool
}
}
function
build_ragel
{
function
build_ragel
{
build_simple ragel
$RAGEL_VERSION
http://www.colm.net/files/ragel
/
build_simple ragel
$RAGEL_VERSION
http://www.colm.net/files/ragel
}
}
function
build_bison
{
function
build_bison
{
build_simple bison
$BISON_VERSION
https://ftp.gnu.org/gnu/bison
/
build_simple bison
$BISON_VERSION
https://ftp.gnu.org/gnu/bison
}
}
function
build_flex
{
function
build_flex
{
...
@@ -387,7 +387,7 @@ function build_fftw_case {
...
@@ -387,7 +387,7 @@ function build_fftw_case {
local
configure_args
=
${
@
:0
}
local
configure_args
=
${
@
:0
}
build_simple fftw
$FFTW_VERSION
\
build_simple fftw
$FFTW_VERSION
\
http://www.fftw.org
/
tar.gz
\
http://www.fftw.org tar.gz
\
--with-pic
--enable-shared
--enable-threads
--disable-fortran
\
--with-pic
--enable-shared
--enable-threads
--disable-fortran
\
$configure_args
$configure_args
# eval cd fftw-$FFTW_VERSION/tests && make check-local && cd -
# eval cd fftw-$FFTW_VERSION/tests && make check-local && cd -
...
...
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