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
40bc836a
Commit
40bc836a
authored
Jun 02, 2014
by
Kenneth Reitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
--enable-shared
/cc @GrahamDumpleton
parent
d2738ece
Changes
19
Show whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
19 additions
and
19 deletions
+19
-19
python-2.6.0
builds/runtimes/python-2.6.0
+1
-1
python-2.6.1
builds/runtimes/python-2.6.1
+1
-1
python-2.6.2
builds/runtimes/python-2.6.2
+1
-1
python-2.6.3
builds/runtimes/python-2.6.3
+1
-1
python-2.6.4
builds/runtimes/python-2.6.4
+1
-1
python-2.6.5
builds/runtimes/python-2.6.5
+1
-1
python-2.6.6
builds/runtimes/python-2.6.6
+1
-1
python-2.6.7
builds/runtimes/python-2.6.7
+1
-1
python-2.6.8
builds/runtimes/python-2.6.8
+1
-1
python-2.6.9
builds/runtimes/python-2.6.9
+1
-1
python-2.7.1
builds/runtimes/python-2.7.1
+1
-1
python-2.7.2
builds/runtimes/python-2.7.2
+1
-1
python-2.7.3
builds/runtimes/python-2.7.3
+1
-1
python-2.7.4
builds/runtimes/python-2.7.4
+1
-1
python-2.7.5
builds/runtimes/python-2.7.5
+1
-1
python-2.7.6
builds/runtimes/python-2.7.6
+1
-1
python-2.7.7
builds/runtimes/python-2.7.7
+1
-1
python-3.4.0
builds/runtimes/python-3.4.0
+1
-1
python-3.4.1
builds/runtimes/python-3.4.1
+1
-1
No files found.
builds/runtimes/python-2.6.0
View file @
40bc836a
...
...
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar jx
mv
Python-2.6 src
cd
src
./configure
--prefix
=
$OUT_PREFIX
./configure
--prefix
=
$OUT_PREFIX
--enable-shared
make
make
install
builds/runtimes/python-2.6.1
View file @
40bc836a
...
...
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
mv
Python-2.6.1 src
cd
src
./configure
--prefix
=
$OUT_PREFIX
./configure
--prefix
=
$OUT_PREFIX
--enable-shared
make
make
install
builds/runtimes/python-2.6.2
View file @
40bc836a
...
...
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
mv
Python-2.6.2 src
cd
src
./configure
--prefix
=
$OUT_PREFIX
./configure
--prefix
=
$OUT_PREFIX
--enable-shared
make
make
install
builds/runtimes/python-2.6.3
View file @
40bc836a
...
...
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
mv
Python-2.6.3 src
cd
src
./configure
--prefix
=
$OUT_PREFIX
./configure
--prefix
=
$OUT_PREFIX
--enable-shared
make
make
install
builds/runtimes/python-2.6.4
View file @
40bc836a
...
...
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
mv
Python-2.6.4 src
cd
src
./configure
--prefix
=
$OUT_PREFIX
./configure
--prefix
=
$OUT_PREFIX
--enable-shared
make
make
install
builds/runtimes/python-2.6.5
View file @
40bc836a
...
...
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
mv
Python-2.6.5 src
cd
src
./configure
--prefix
=
$OUT_PREFIX
./configure
--prefix
=
$OUT_PREFIX
--enable-shared
make
make
install
builds/runtimes/python-2.6.6
View file @
40bc836a
...
...
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
mv
Python-2.6.6 src
cd
src
./configure
--prefix
=
$OUT_PREFIX
./configure
--prefix
=
$OUT_PREFIX
--enable-shared
make
make
install
builds/runtimes/python-2.6.7
View file @
40bc836a
...
...
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
mv
Python-2.6.7 src
cd
src
./configure
--prefix
=
$OUT_PREFIX
./configure
--prefix
=
$OUT_PREFIX
--enable-shared
make
make
install
builds/runtimes/python-2.6.8
View file @
40bc836a
...
...
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
mv
Python-2.6.8 src
cd
src
./configure
--prefix
=
$OUT_PREFIX
./configure
--prefix
=
$OUT_PREFIX
--enable-shared
make
make
install
builds/runtimes/python-2.6.9
View file @
40bc836a
...
...
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
mv
Python-2.6.9 src
cd
src
./configure
--prefix
=
$OUT_PREFIX
./configure
--prefix
=
$OUT_PREFIX
--enable-shared
make
make
install
builds/runtimes/python-2.7.1
View file @
40bc836a
...
...
@@ -10,6 +10,6 @@ curl -L $SOURCE_TARBALL | tar xz
mv
Python-2.7.1 src
cd
src
./configure
--prefix
=
$OUT_PREFIX
./configure
--prefix
=
$OUT_PREFIX
--enable-shared
make
make
install
builds/runtimes/python-2.7.2
View file @
40bc836a
...
...
@@ -10,6 +10,6 @@ curl -L $SOURCE_TARBALL | tar xz
mv
Python-2.7.2 src
cd
src
./configure
--prefix
=
$OUT_PREFIX
./configure
--prefix
=
$OUT_PREFIX
--enable-shared
make
make
install
builds/runtimes/python-2.7.3
View file @
40bc836a
...
...
@@ -10,6 +10,6 @@ curl -L $SOURCE_TARBALL | tar xz
mv
Python-2.7.3 src
cd
src
./configure
--prefix
=
$OUT_PREFIX
./configure
--prefix
=
$OUT_PREFIX
--enable-shared
make
make
install
builds/runtimes/python-2.7.4
View file @
40bc836a
...
...
@@ -10,6 +10,6 @@ curl -L $SOURCE_TARBALL | tar xz
mv
Python-2.7.4 src
cd
src
./configure
--prefix
=
$OUT_PREFIX
./configure
--prefix
=
$OUT_PREFIX
--enable-shared
make
make
install
builds/runtimes/python-2.7.5
View file @
40bc836a
...
...
@@ -10,6 +10,6 @@ curl -L $SOURCE_TARBALL | tar xz
mv
Python-2.7.5 src
cd
src
./configure
--prefix
=
$OUT_PREFIX
./configure
--prefix
=
$OUT_PREFIX
--enable-shared
make
make
install
builds/runtimes/python-2.7.6
View file @
40bc836a
...
...
@@ -10,6 +10,6 @@ curl -L $SOURCE_TARBALL | tar xz
mv
Python-2.7.6 src
cd
src
./configure
--prefix
=
$OUT_PREFIX
./configure
--prefix
=
$OUT_PREFIX
--enable-shared
make
make
install
builds/runtimes/python-2.7.7
View file @
40bc836a
...
...
@@ -10,6 +10,6 @@ curl -L $SOURCE_TARBALL | tar xz
mv
Python-2.7.7 src
cd
src
./configure
--prefix
=
$OUT_PREFIX
./configure
--prefix
=
$OUT_PREFIX
--enable-shared
make
make
install
builds/runtimes/python-3.4.0
View file @
40bc836a
...
...
@@ -10,7 +10,7 @@ curl -L $SOURCE_TARBALL | tar xz
mv
Python-3.4.0 src
cd
src
./configure
--prefix
=
$OUT_PREFIX
--with-ensurepip
=
no
./configure
--prefix
=
$OUT_PREFIX
--with-ensurepip
=
no
--enable-shared
make
make
install
...
...
builds/runtimes/python-3.4.1
View file @
40bc836a
...
...
@@ -10,7 +10,7 @@ curl -L $SOURCE_TARBALL | tar xz
mv
Python-3.4.1 src
cd
src
./configure
--prefix
=
$OUT_PREFIX
--with-ensurepip
=
no
./configure
--prefix
=
$OUT_PREFIX
--with-ensurepip
=
no
--enable-shared
make
make
install
...
...
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