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
b071d37e
Commit
b071d37e
authored
Jul 18, 2018
by
Michael Droettboom
Committed by
Roman Yurchak
Nov 15, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial steps toward Scipy support
parent
f88b2598
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
1 deletion
+18
-1
emsdk/patches/num_params.patch
emsdk/patches/num_params.patch
+1
-1
packages/scipy/meta.yaml
packages/scipy/meta.yaml
+15
-0
pyodide_build/pywasmcross.py
pyodide_build/pywasmcross.py
+2
-0
No files found.
emsdk/patches/num_params.patch
View file @
b071d37e
...
@@ -7,7 +7,7 @@ index 013e9403..d95fc282 100644
...
@@ -7,7 +7,7 @@ index 013e9403..d95fc282 100644
// to match when dynamically linking, and also dynamic linking is why we
// to match when dynamically linking, and also dynamic linking is why we
// can't just detect this automatically in the module we see.)
// can't just detect this automatically in the module we see.)
-static const int NUM_PARAMS = 15;
-static const int NUM_PARAMS = 15;
+static const int NUM_PARAMS = 3
2
;
+static const int NUM_PARAMS = 3
7
;
// Converts a value to the ABI type of i64.
// Converts a value to the ABI type of i64.
static Expression* toABI(Expression* value, Module* module) {
static Expression* toABI(Expression* value, Module* module) {
packages/scipy/meta.yaml
0 → 100644
View file @
b071d37e
package
:
name
:
scipy
version
:
1.1.0
source
:
url
:
https://files.pythonhosted.org/packages/07/76/7e844757b9f3bf5ab9f951ccd3e4a8eed91ab8720b0aac8c2adcc2fdae9f/scipy-1.1.0.tar.gz
sha256
:
878352408424dffaa695ffedf2f9f92844e116686923ed9aa8626fc30d32cfd1
build
:
cflags
:
-ICLAPACK-WA/F2CLIBS/libf2c/ -Wno-implicit-function-declaration
cxxflags
:
requirements
:
run
:
-
numpy
pyodide_build/pywasmcross.py
View file @
b071d37e
...
@@ -211,6 +211,8 @@ def handle_command(line, args, dryrun=False):
...
@@ -211,6 +211,8 @@ def handle_command(line, args, dryrun=False):
return
return
if
arg
==
'-print-multiarch'
:
if
arg
==
'-print-multiarch'
:
return
return
if
arg
.
startswith
(
'/tmp'
):
return
if
line
[
0
]
==
'gfortran'
:
if
line
[
0
]
==
'gfortran'
:
result
=
f2c
(
line
)
result
=
f2c
(
line
)
...
...
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