Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
heroku-buildpack-python
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
heroku-buildpack-python
Commits
e3044054
Commit
e3044054
authored
Sep 08, 2017
by
Johannes Hoppe
Committed by
Kenneth Reitz
Sep 08, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update geos to version 3.6.2 (#450)
parent
17f992a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
geos
builds/libraries/vendor/geos
+5
-3
No files found.
builds/libraries/vendor/geos
View file @
e3044054
...
@@ -10,14 +10,16 @@ hash -r
...
@@ -10,14 +10,16 @@ hash -r
echo
"Building geos..."
echo
"Building geos..."
SOURCE_TARBALL
=
'http://download.osgeo.org/geos/geos-3.4.3.tar.bz2'
VERSION
=
3.6.2
SOURCE_TARBALL
=
"http://download.osgeo.org/geos/geos-
${
VERSION
}
.tar.bz2"
curl
-L
$SOURCE_TARBALL
|
tar
xj
curl
-L
$SOURCE_TARBALL
|
tar
xj
cd
geos-3.4.3
pushd
"geos-
${
VERSION
}
"
./configure
--prefix
=
$OUT_PREFIX
--enable-static
=
no
&&
./configure
--prefix
=
$OUT_PREFIX
--enable-static
=
no
&&
make
make
make
install
make
install
# Cleanup
# Cleanup
cd
..
popd
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