Madhur Tandon
0a72c4efd8
Expose Port 8000 for easy testing
...
Add ``serve`` module as a command line subcommand which enables us to start a server within the docker environment.
This is helpful in testing the ``pyodide`` builds running within the docker environment using external browser
programs of the same machine.
2018-12-11 12:55:24 +05:30
Roman Yurchak
66fe5feb2c
Better refactoring
2018-11-15 13:24:27 +01:00
Roman Yurchak
fcaad86bdd
Use -Os and small INLINING_LIMIT for files liked with LAPACK
2018-11-15 13:24:27 +01:00
Roman Yurchak
c992e847b7
Don't inline BLAS/CLAPACK
2018-11-15 13:24:27 +01:00
Roman Yurchak
b495ead55b
Only include lapack when necessary
2018-11-15 13:22:36 +01:00
Roman Yurchak
ccdadc6e93
Move CLAPACK_WA to the root folder
2018-11-15 13:22:36 +01:00
Roman Yurchak
3e1d6348a7
Statically link BLAS/LAPACK
2018-11-15 13:22:36 +01:00
Roman Yurchak
3b906e4b68
More patches
2018-11-15 13:22:36 +01:00
Michael Droettboom
b071d37e1a
Initial steps toward Scipy support
2018-11-15 13:22:36 +01:00
Michael Droettboom
d2067f705b
Fix handling of bytecode files
2018-11-08 15:03:30 -05:00
Roman Yurchak
a954de100e
Merge pull request #231 from rth/skip-c-extension-build-target
...
Fix Skip building C extensions for the target env
2018-10-29 18:24:53 +01:00
Roman Yurchak
d3b6310140
Better way to pass SKIP_HOST as an environement variable
2018-10-29 13:27:14 +01:00
Roman Yurchak
d9b590f518
Define build/skip_host meta.yaml option
2018-10-29 12:52:13 +01:00
Roman Yurchak
0429185745
Fix typo
2018-10-26 19:04:32 +02:00
Roman Yurchak
f6bd2170ca
Fix string escaping and logging
2018-10-26 18:13:19 +02:00
Roman Yurchak
8ec53afdc7
Remove --old-and-unmanageable with distutils
2018-10-26 18:04:43 +02:00
Roman Yurchak
2bdba761e3
More fixes for f2c
2018-10-26 17:57:59 +02:00
Michael Droettboom
6a5c37799e
Add support for transforming Fortran files with f2c
2018-10-26 17:20:42 +02:00
Roman Yurchak
c2939bca16
Skip building C extensions for the target
...
(except for numpy)
2018-10-26 17:00:53 +02:00
Roman Yurchak
bb53e36a78
Rename to dryrun, add docstring and doctest
2018-10-23 12:13:59 +02:00
Roman Yurchak
4abdff5187
Add test_pywasmcross.py
2018-10-16 15:41:01 +02:00
Michael Droettboom
ccd852c225
Merge pull request #219 from rth/fix-symlink-generation
...
MAINT Allow re-creating broken symlinks under tools/
2018-10-15 08:51:56 -04:00
Roman Yurchak
1f7c246378
Re-create broken symlinks
2018-10-11 10:06:27 +02:00
Michael Droettboom
3498159efb
Record mapping from import name to package name
2018-10-10 14:16:14 -04:00
Roman Yurchak
df21231810
Monkeypatch selenium with a fix against ConnectionError
2018-10-04 14:30:35 +02:00
Michael Droettboom
eda430ca54
Use raw string to pass linter
2018-10-02 09:17:14 -04:00
Roman Yurchak
3b429e61f3
Address review comments
2018-09-21 18:10:48 +02:00
Roman Yurchak
0c6b653fd0
Revert using ROOTDIR instead of TOOLSDIR
2018-09-21 14:02:25 +02:00
Roman Yurchak
3ee42aa779
Use pyodide_build in tests
2018-09-20 19:37:32 +02:00
Roman Yurchak
64ab676171
Add pyodide_build/__main__.py
2018-09-20 18:49:50 +02:00
Roman Yurchak
72293058b9
Converting tools scripts to a python package
2018-09-20 18:44:30 +02:00