Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.buildout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
slapos.buildout
Commits
57848a48
Commit
57848a48
authored
Jul 12, 2016
by
Patrick Gerken
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update patch numbers
parent
f25249d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Makefile
Makefile
+3
-3
No files found.
Makefile
View file @
57848a48
...
@@ -4,17 +4,17 @@ PYTHON_PATH = $(HERE)/pythons/$(PYTHON_VER)
...
@@ -4,17 +4,17 @@ PYTHON_PATH = $(HERE)/pythons/$(PYTHON_VER)
PYTHON_BUILD_DIR
=
$(HERE)
/python_builds
PYTHON_BUILD_DIR
=
$(HERE)
/python_builds
ifeq
($(PYTHON_VER),2.7)
ifeq
($(PYTHON_VER),2.7)
PYTHON_MINOR
?=
2.7.
3
PYTHON_MINOR
?=
2.7.
11
endif
endif
ifeq
($(PYTHON_VER),3.3)
ifeq
($(PYTHON_VER),3.3)
PYTHON_MINOR
?=
3.3.0
PYTHON_MINOR
?=
3.3.0
endif
endif
ifeq
($(PYTHON_VER),3.4)
ifeq
($(PYTHON_VER),3.4)
PYTHON_MINOR
?=
3.4.
2
PYTHON_MINOR
?=
3.4.
4
PYTHON_CONFIGURE_ARGS
?=
--without-ensurepip
PYTHON_CONFIGURE_ARGS
?=
--without-ensurepip
endif
endif
ifeq
($(PYTHON_VER),3.5)
ifeq
($(PYTHON_VER),3.5)
PYTHON_MINOR
?=
3.5.
0
PYTHON_MINOR
?=
3.5.
2
PYTHON_CONFIGURE_ARGS
?=
--without-ensurepip
PYTHON_CONFIGURE_ARGS
?=
--without-ensurepip
endif
endif
...
...
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