Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gevent
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
Kirill Smelkov
gevent
Commits
f498cffb
Commit
f498cffb
authored
Feb 13, 2018
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the makefile for the noembed task. [skip ci]
parent
4fae43f1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
Makefile
Makefile
+9
-9
No files found.
Makefile
View file @
f498cffb
...
@@ -163,8 +163,8 @@ $(PYPY3):
...
@@ -163,8 +163,8 @@ $(PYPY3):
develop
:
develop
:
${PYTHON}
scripts/travis.py fold_start
install
"Installing gevent"
@
${PYTHON}
scripts/travis.py fold_start
install
"Installing gevent"
echo
python is at
`
which
$(PYTHON)
`
@
echo
python is at
`
which
$(PYTHON)
`
# First install a newer pip so that it can use the wheel cache
# First install a newer pip so that it can use the wheel cache
# (only needed until travis upgrades pip to 7.x; note that the 3.5
# (only needed until travis upgrades pip to 7.x; note that the 3.5
# environment uses pip 7.1 by default)
# environment uses pip 7.1 by default)
...
@@ -173,7 +173,7 @@ develop:
...
@@ -173,7 +173,7 @@ develop:
# disables the cache.
# disables the cache.
# We need wheel>=0.26 on Python 3.5. See previous revisions.
# We need wheel>=0.26 on Python 3.5. See previous revisions.
GEVENTSETUP_EV_VERIFY
=
3
${PYTHON}
-m
pip
install
-U
-r
dev-requirements.txt
GEVENTSETUP_EV_VERIFY
=
3
${PYTHON}
-m
pip
install
-U
-r
dev-requirements.txt
${PYTHON}
scripts/travis.py
fold_end
install
@
${PYTHON}
scripts/travis.py
fold_end
install
test-py27
:
$(PY27)
test-py27
:
$(PY27)
PYTHON
=
python2.7.14
PATH
=
$(BUILD_RUNTIMES)
/versions/python2.7.14/bin:
$(PATH)
make develop lint leaktest allbackendtest
PYTHON
=
python2.7.14
PATH
=
$(BUILD_RUNTIMES)
/versions/python2.7.14/bin:
$(PATH)
make develop lint leaktest allbackendtest
...
@@ -197,13 +197,13 @@ test-pypy3: $(PYPY3)
...
@@ -197,13 +197,13 @@ test-pypy3: $(PYPY3)
PYTHON
=
$(PYPY3)
PATH
=
$(BUILD_RUNTIMES)
/versions/pypy3.5_5101/bin:
$(PATH)
make develop basictest
PYTHON
=
$(PYPY3)
PATH
=
$(BUILD_RUNTIMES)
/versions/pypy3.5_5101/bin:
$(PATH)
make develop basictest
test-py27-noembed
:
$(PY27)
test-py27-noembed
:
$(PY27)
@
${PYTHON}
scripts/travis.py fold_start conf_libev
"Configuring libev"
@
python2.7.14
scripts/travis.py fold_start conf_libev
"Configuring libev"
cd
deps/libev
&&
./configure
--disable-dependency-tracking
&&
make
cd
deps/libev
&&
./configure
--disable-dependency-tracking
&&
make
@
${PYTHON}
scripts/travis.py fold_end conf_libev
@
python2.7.14
scripts/travis.py fold_end conf_libev
@
${PYTHON}
scripts/travis.py fold_start conf_cares
"Configuring cares"
@
python2.7.14
scripts/travis.py fold_start conf_cares
"Configuring cares"
cd
deps/c-ares
&&
./configure
--disable-dependency-tracking
&&
make
cd
deps/c-ares
&&
./configure
--disable-dependency-tracking
&&
make
@
${PYTHON}
scripts/travis.py fold_end conf_cares
@
python2.7.14
scripts/travis.py fold_end conf_cares
@
${PYTHON}
scripts/travis.py fold_start conf_libuv
"Configuring libuv"
@
python2.7.14
scripts/travis.py fold_start conf_libuv
"Configuring libuv"
cd
deps/libuv
&&
./autogen.sh
&&
./configure
--disable-static
&&
make
cd
deps/libuv
&&
./autogen.sh
&&
./configure
--disable-static
&&
make
@
${PYTHON}
scripts/travis.py fold_end conf_libuv
@
python2.7.14
scripts/travis.py fold_end conf_libuv
CPPFLAGS
=
"-Ideps/libev -Ideps/c-ares -Ideps/libuv/include"
LDFLAGS
=
"-Ldeps/libev/.libs -Ldeps/c-ares/.libs -Ldeps/libuv/.libs"
LD_LIBRARY_PATH
=
"
$(PWD)
/deps/libev/.libs:
$(PWD)
/deps/c-ares/.libs:
$(PWD)
/deps/libuv/.libs"
EMBED
=
0
GEVENT_LOOP
=
libev-cext
PYTHON
=
python2.7.14
PATH
=
$(BUILD_RUNTIMES)
/versions/python2.7.14/bin:
$(PATH)
make develop basictest
CPPFLAGS
=
"-Ideps/libev -Ideps/c-ares -Ideps/libuv/include"
LDFLAGS
=
"-Ldeps/libev/.libs -Ldeps/c-ares/.libs -Ldeps/libuv/.libs"
LD_LIBRARY_PATH
=
"
$(PWD)
/deps/libev/.libs:
$(PWD)
/deps/c-ares/.libs:
$(PWD)
/deps/libuv/.libs"
EMBED
=
0
GEVENT_LOOP
=
libev-cext
PYTHON
=
python2.7.14
PATH
=
$(BUILD_RUNTIMES)
/versions/python2.7.14/bin:
$(PATH)
make develop basictest
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