Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
terralib
/
terralib
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Wiki
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 10ce5643
authored
2018-10-19 10:34:11 -0300
by
Rodrigo Avancini
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updating some libs to release-5.4, the same as windows vs2017.
1 parent
24194030
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
33 additions
and
33 deletions
install/install-3rdparty-linux-ubuntu-16.04.sh
install/install-3rdparty-linux-ubuntu-18.04.sh
install/install-3rdparty-macos-sierra.sh
packages/linux/deb-boost.sh
packages/linux/install-generator.sh
install/install-3rdparty-linux-ubuntu-16.04.sh
View file @
10ce564
...
...
@@ -464,18 +464,18 @@ fi
#
# GEOS version 3.
4.2
# GEOS version 3.
5.0
#
if
[
! -f
"
$TERRALIB_DEPENDENCIES_DIR
/lib/libgeos.so"
]
;
then
echo
"installing GEOS..."
echo
""
sleep 1s
tar xjvf geos-3.
4.2
.tar.bz2
valid
$?
"Error: could not uncompress geos-3.
4.2
.tar.bz2!"
tar xjvf geos-3.
5.0
.tar.bz2
valid
$?
"Error: could not uncompress geos-3.
5.0
.tar.bz2!"
cd
geos-3.
4.2
valid
$?
"Error: could not enter geos-3.
4.2
dir!"
cd
geos-3.
5.0
valid
$?
"Error: could not enter geos-3.
5.0
dir!"
./configure --prefix
=
$TERRALIB_DEPENDENCIES_DIR
valid
$?
"Error: could not configure GEOS!"
...
...
@@ -764,18 +764,18 @@ fi
#
# Boost version 1.60
# Boost version 1.6
5.
0
#
if
[
! -f
"
$TERRALIB_DEPENDENCIES_DIR
/lib/libboost_thread.so"
]
;
then
echo
"installing boost..."
echo
""
sleep 1s
tar xzvf boost_1_6
0
_0.tar.gz
valid
$?
"Error: could not uncompress boost_1_6
0
_0.tar.gz!"
tar xzvf boost_1_6
5
_0.tar.gz
valid
$?
"Error: could not uncompress boost_1_6
5
_0.tar.gz!"
cd
boost_1_6
0
_0
valid
$?
"Error: could not enter boost_1_6
0
_0!"
cd
boost_1_6
5
_0
valid
$?
"Error: could not enter boost_1_6
5
_0!"
./bootstrap.sh
valid
$?
"Error: could not configure Boost!"
...
...
@@ -878,7 +878,7 @@ fi
#
# SpatiaLite version 4.
2
.0
# SpatiaLite version 4.
3
.0
# Site: https://www.gaia-gis.it/fossil/libspatialite
# Obs.: In the future we should turn on libxml2 support.
#
...
...
@@ -886,11 +886,11 @@ if [ ! -f "$TERRALIB_DEPENDENCIES_DIR/lib/libspatialite.so" ]; then
echo
"installing SpatiaLite..."
sleep 1s
tar xzvf libspatialite-4.
2.0
.tar.gz
valid
$?
"Error: could not uncompress libspatialite-4.
2.0
.tar.gz!"
tar xzvf libspatialite-4.
3.0a
.tar.gz
valid
$?
"Error: could not uncompress libspatialite-4.
3.0a
.tar.gz!"
cd
libspatialite-4.
2.0
valid
$?
"Error: could not enter libspatialite-4.
2.0
!"
cd
libspatialite-4.
3.0a
valid
$?
"Error: could not enter libspatialite-4.
3.0a
!"
CPPFLAGS
=
"-I
$TERRALIB_DEPENDENCIES_DIR
-I
$TERRALIB_DEPENDENCIES_DIR
/include -I
$TERRALIB_DEPENDENCIES_DIR
/include/libxml2 -I
$TERRALIB_DEPENDENCIES_DIR
/include/libxml2/libxml"
LDFLAGS
=
"-L
$TERRALIB_DEPENDENCIES_DIR
/lib"
./configure --prefix
=
$TERRALIB_DEPENDENCIES_DIR
--enable-proj --enable-geos --enable-geosadvanced --enable-iconv --enable-freexl --enable-geocallbacks --enable-epsg --enable-mathsql --enable-libxml2
=
no --enable-geopackage --with-geosconfig
=
$TERRALIB_DEPENDENCIES_DIR
/bin/geos-config
valid
$?
"Error: could not configure libspatialite!"
...
...
install/install-3rdparty-linux-ubuntu-18.04.sh
0 → 100644
View file @
10ce564
This diff is collapsed.
Click to expand it.
install/install-3rdparty-macos-sierra.sh
View file @
10ce564
...
...
@@ -295,7 +295,7 @@ fi
#
# GEOS version 3.
4.2
# GEOS version 3.
5.0
# Site: http://geos.osgeo.org
#
if
[
! -f
"
$TERRALIB_DEPENDENCIES_DIR
/lib/libgeos.dylib"
]
;
then
...
...
@@ -304,11 +304,11 @@ if [ ! -f "$TERRALIB_DEPENDENCIES_DIR/lib/libgeos.dylib" ]; then
sleep 1s
tar xjvf geos-3.
4.2
.tar.bz2 > /dev/null 2> /dev/null
valid
$?
"Error: could not uncompress geos-3.
4.2
.tar.bz2!"
tar xjvf geos-3.
5.0
.tar.bz2 > /dev/null 2> /dev/null
valid
$?
"Error: could not uncompress geos-3.
5.0
.tar.bz2!"
cd
geos-3.
4.2
> /dev/null
valid
$?
"Error: could not enter geos-3.
4.2
dir!"
cd
geos-3.
5.0
> /dev/null
valid
$?
"Error: could not enter geos-3.
5.0
dir!"
./configure --prefix
=
$TERRALIB_DEPENDENCIES_DIR
> /dev/null 2>> ../build.log
valid
$?
"Error: could not configure GEOS!"
...
...
@@ -613,7 +613,7 @@ fi
#
# Boost version 1.6
0
# Boost version 1.6
5
# Site: http://www.boost.org
#
if
[
! -f
"
$TERRALIB_DEPENDENCIES_DIR
/lib/libboost_thread.dylib"
]
;
then
...
...
@@ -622,11 +622,11 @@ if [ ! -f "$TERRALIB_DEPENDENCIES_DIR/lib/libboost_thread.dylib" ]; then
sleep 1s
tar xzvf boost_1_6
0
_0.tar.gz > /dev/null 2> /dev/null
valid
$?
"Error: could not uncompress boost_1_6
0
_0.tar.gz!"
tar xzvf boost_1_6
5
_0.tar.gz > /dev/null 2> /dev/null
valid
$?
"Error: could not uncompress boost_1_6
5
_0.tar.gz!"
cd
boost_1_6
0
_0 > /dev/null
valid
$?
"Error: could not enter boost_1_6
0
_0!"
cd
boost_1_6
5
_0 > /dev/null
valid
$?
"Error: could not enter boost_1_6
5
_0!"
./bootstrap.sh --with-toolset
=
clang --prefix
=
$TERRALIB_DEPENDENCIES_DIR
-with-icu
=
$TERRALIB_DEPENDENCIES_DIR
> /dev/null 2>> ../build.log
valid
$?
"Error: could not configure Boost!"
...
...
@@ -734,7 +734,7 @@ fi
#
# SpatiaLite version 4.
2.0
# SpatiaLite version 4.
3.0a
# Site: https://www.gaia-gis.it/fossil/libspatialite
# Obs.: In the future we should turn on libxml2 support.
#
...
...
@@ -744,11 +744,11 @@ if [ ! -f "$TERRALIB_DEPENDENCIES_DIR/lib/libspatialite.dylib" ]; then
sleep 1s
tar xzvf libspatialite-4.
2.0
.tar.gz > /dev/null 2> /dev/null
valid
$?
"Error: could not uncompress libspatialite-4.
2.0
.tar.gz!"
tar xzvf libspatialite-4.
3.0a
.tar.gz > /dev/null 2> /dev/null
valid
$?
"Error: could not uncompress libspatialite-4.
3.0a
.tar.gz!"
cd
libspatialite-4.
2.0
> /dev/null
valid
$?
"Error: could not enter libspatialite-4.
2.0
!"
cd
libspatialite-4.
3.0a
> /dev/null
valid
$?
"Error: could not enter libspatialite-4.
3.0a
!"
CPPFLAGS
=
"-I
$TERRALIB_DEPENDENCIES_DIR
-I
$TERRALIB_DEPENDENCIES_DIR
/include -I
$TERRALIB_DEPENDENCIES_DIR
/include/libxml2 -I
$TERRALIB_DEPENDENCIES_DIR
/include/libxml2/libxml"
LDFLAGS
=
"-L
$TERRALIB_DEPENDENCIES_DIR
/lib"
./configure --prefix
=
$TERRALIB_DEPENDENCIES_DIR
--enable-proj --enable-geos --enable-geosadvanced --enable-iconv --enable-freexl --enable-geocallbacks --enable-epsg --enable-mathsql --enable-libxml2
=
no --enable-geopackage --with-geosconfig
=
$TERRALIB_DEPENDENCIES_DIR
/bin/geos-config > /dev/null 2>> ../build.log
valid
$?
"Error: could not configure libspatialite!"
...
...
packages/linux/deb-boost.sh
View file @
10ce564
...
...
@@ -30,8 +30,8 @@ DEBNAME=terralib-boost
DEBVERSION
=
1.60.0
DEBARC
=
amd64
LIBNAME
=
Boost
FILENAME
=
boost_1_6
0
_0.tar.gz
FOLDERNAME
=
boost_1_6
0
_0
FILENAME
=
boost_1_6
5
_0.tar.gz
FOLDERNAME
=
boost_1_6
5
_0
if
[
-z
"
$OUTPUT_PATH
"
]
;
then
OUTPUT_PATH
=
`
pwd
`
/../../../3rdparty
fi
...
...
packages/linux/install-generator.sh
View file @
10ce564
...
...
@@ -40,7 +40,7 @@ fi
# Defining default value to BOOST_VERSION if no set
if
[
-z
"
$BOOST_VERSION
"
]
;
then
BOOST_VERSION
=
1.6
0
.0
BOOST_VERSION
=
1.6
5
.0
fi
# Defining default value to GDAL_VERSION if no set
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment