Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pyodide
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
pyodide
Commits
38f839df
Commit
38f839df
authored
Jul 26, 2018
by
Michael Droettboom
Committed by
GitHub
Jul 26, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #94 from rth/skip-compile-and-configure
Skip compile and configure cases during numpy build
parents
efac715e
4d7ce3f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
README.md
README.md
+2
-1
tools/pywasmcross
tools/pywasmcross
+2
-0
No files found.
README.md
View file @
38f839df
...
...
@@ -39,7 +39,8 @@ Install the following dependencies into the default Python installation:
`pip install pytest selenium pytest-instafail`
Install
[
geckodriver
](
https://github.com/mozilla/geckodriver/releases
)
somewhere
Install
[
geckodriver
](
https://github.com/mozilla/geckodriver/releases
)
and
[
chromedriver
](
https://sites.google.com/a/chromium.org/chromedriver/downloads
)
somewhere
on your
`PATH`
.
`make test`
...
...
tools/pywasmcross
View file @
38f839df
...
...
@@ -104,6 +104,8 @@ def handle_command(line, args):
for
arg
in
line
:
if
r'/file.c'
in
arg
or
'_configtest'
in
arg
:
return
if
re
.
match
(
'/tmp/.*/source
\
.[
b
co]+'
,
arg
):
return
if
arg
==
'-print-multiarch'
:
return
...
...
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