Roman Yurchak
641ce219b8
Use PYODIDE_BASE_URL for the deployment location ( #855 )
2020-12-18 13:23:45 +01:00
Dexter Chua
0de8ddb0cf
MAINT Move all lint commands to Makefile ( #879 )
2020-12-17 10:54:23 +01:00
Dexter Chua
34026265fc
Remove lz4_c patch ( #851 )
2020-12-13 12:41:22 +01:00
Dexter Chua
9e050c143c
Remove clang-format symlink in config.yml ( #837 )
2020-12-08 09:01:58 +01:00
Dexter Chua
3a2719369e
PKG Downgrade parso to 0.7.1 ( #822 )
...
This is what jedi 0.17.2 wants
2020-12-05 13:09:46 +01:00
Dexter Chua
a780abcae1
PKG Update jedi and parso to 0.17.2 and 0.8.0 resp ( #807 )
2020-12-03 19:33:13 +01:00
Roman Yurchak
f7adad7eb3
Upgrade to emscripten 1.38.34 with fastcomp ( #480 )
...
Co-authored-by: Dexter Chua <dec41@srcf.net>
2020-11-30 18:54:35 +01:00
Roman Yurchak
8c22c98a43
MAINT Reorganize src/ and tests/ folders ( #786 )
2020-11-09 13:28:02 +01:00
Roman Yurchak
7d168d05af
Use JsDelivr for distributing pyodide packages ( #779 )
2020-10-30 21:10:33 +01:00
Roman Yurchak
bcc4f6b521
MNT Clean-up root folder ( #714 )
...
* Move six
* Move jedi and parso
* Move lz4
* Move CLAPACK
* Move zlib and libxslt
* Move libiconv and libxml
* Remobe netlify/state.json and move remove_modules to cpython
* Move bumpversion.cfg to setup.cfg
* Reset cache
* Fix test_common.py
2020-07-08 16:58:10 +02:00
Roman Yurchak
fc5495ffdb
Update to Python 3.8.2 ( #712 )
...
* Updating to CPython 3.8
* More fixes
* Skip python headers check in tools/dependency-check.sh
* Fix checksum
* Fix packages
* Fix syntax error
* Fix benchmark path
* Update CPython tests
* More test fixes
* Fix PyStone
* More Cpython test fixes
* Update docs
* Fix issue in conftest
* Add documentation
* Upload updated Docker image
2020-07-07 16:21:33 +02:00
Jay Harris
d1a5cfeb25
Compile python lxml ( #544 )
...
Co-authored-by: Luiz Silva <luizfrdasilva@gmail.com>
2020-06-30 18:37:22 +02:00
Roman Yurchak
9afc7a1617
STY Apply black for code style ( #702 )
...
* Apply black
* A few fixes
* Relax flake8 checks
* Exclude tools/file_packager.py from black
2020-06-28 20:24:40 +02:00
Roman Yurchak
0e26ca0642
BLD Build CLAPACK, cpython and lz4 in parallel ( #701 )
2020-06-28 15:51:46 +02:00
Roman Yurchak
4ee8dedeed
Update to emscripten 1.38.31 ( #674 )
...
Co-authored-by: Michael Droettboom <mdboom@gmail.com>
2020-05-28 18:13:51 +02:00
Roman Yurchak
94000642d5
Bump version: 0.14.3 → 0.15.0
2020-05-20 21:11:50 +02:00
Roman Yurchak
dd4d788694
Update changelog, minor doc fixes and CDN URL updates ( #668 )
2020-05-20 18:58:43 +02:00
Jan Max Meyer
e8d2d82c1b
Merge pull request #645 from rth/partial-build
...
Support partial builds
2020-05-12 14:53:17 +02:00
Roman Yurchak
d02a96ece4
Fix Makefile syntax
2020-05-09 12:48:35 +02:00
Roman Yurchak
f3f596f0c1
Do no build CLAPACK if PYODIDE_PACKAGES is defined
2020-05-09 12:40:35 +02:00
Roman Yurchak
ea74555209
BLD include lz4 in `make clean` ( #641 )
2020-05-08 22:09:22 +02:00
Kevin Howell
c48ed60d69
ENH Reduce TOTAL_MEMORY to 5MiB ( #600 )
2020-02-03 12:47:47 +01:00
Dorian Pula
a1663e77e0
Add dependency check for the builds. ( #568 )
...
* Add dependency check for the builds.
* Use Python 3 specifically.
* Use the right target.
2019-11-19 16:51:45 -05:00
Sergio
bd38722f2d
Cleanup makefile ( #563 )
...
* Fix whilespace in makefile
* Add happy message after build-all
2019-11-18 16:32:05 -05:00
William Lachance
bbc6d8ddce
Remove various linux-isms in pyodide makefile
2019-10-21 12:27:18 -04:00
William Lachance
dd8faf5164
Insist on using bash shell for building pyodide
...
bash may not be the default on Mac
2019-10-21 12:27:18 -04:00
Marc Abramowitz
c49249854e
Build _bz2 module ( #364 )
2019-08-22 07:43:18 -04:00
Marc Abramowitz
5f7e4dacdf
Add "env" make target ( #505 )
...
I found this useful while debugging #501 , because it let me print
environment variables like `EMSCRIPTEN_VERSION` and `PATH`.
2019-08-14 12:08:17 -04:00
Michael Droettboom
5db6017070
Add support for completions based on jedi ( #504 )
2019-08-14 10:16:12 -04:00
Jan Max Meyer
b30fa5cd3b
Fixing Makefile to check for existing symlinks ( #483 )
...
Call of `make` reported "ln: failed to create symbolic link '$(PYODIDE_ROOT)/ccache/emcc': File exists". This solves this issue.
2019-07-04 17:05:49 -04:00
Roman Yurchak
2cf8639973
MAINT Move package tests under packages/ dir ( #471 )
...
* Move package tests under the packages/ folder
* Fix tests
2019-06-19 14:26:08 -04:00
Michael Droettboom
6707647fa7
Update URL
2019-06-03 15:57:17 -04:00
Michael Droettboom
100e81f141
Update URL and document using Pyodide with Iodide ( #455 )
...
* Update URL and document using Pyodide with Iodide
* Update docs/using_pyodide_from_iodide.md
Co-Authored-By: Carol Willing <carolcode@willingconsulting.com>
* Update docs/using_pyodide_from_iodide.md
Co-Authored-By: Carol Willing <carolcode@willingconsulting.com>
2019-06-03 15:46:14 -04:00
Michael Droettboom
0ca6505261
Update docs about Netlify.
2019-05-31 16:02:51 -04:00
Marc Abramowitz
ac76220b59
Enable building sqlite3 into cpython ( #352 )
...
* Enable building sqlite3 into cpython
2019-03-26 08:44:21 -04:00
Michael Droettboom
7441d5250e
Partially address #338 : Provide simple method for interactive testing
...
This adds a basic repl-like console webpage that can be used for
testing of the local pyodide install.
It removes the broken examples based on standalone iodide.
2019-03-15 12:54:08 -04:00
Michael Droettboom
650d321bd9
Fix fresh build
2019-03-14 08:52:28 -04:00
Michael Droettboom
8f6e1bab09
Automatically rebuild packages if any patches or extra files change
2019-03-13 14:50:18 -04:00
Jason Stafford
00ba184861
selenium tests for webworkers
2019-02-06 09:20:34 -08:00
Jason Stafford
e1fb1b966e
add a generic webworker file
2019-01-31 15:07:48 -08:00
Michael Droettboom
9c8b6d2db0
Fix #305 : Fix PDF export from matplotlib
2019-01-25 09:33:52 -05:00
Madhur Tandon
a704d5a04b
Implement the ABI number functionality.
...
Modified ``Makefile`` and ``packages/Makefile`` to get ``PYODIDE_PACKAGE_ABI`` from ``Makefile.envs``
Made ``checkABI`` as a public API function.
Modified ``file_packager.py`` to check for the compatible ABI number.
Defined ABI number with which pyodide is built in Makefile.envs
Accepted ABI number in ``file_packager.py`` as an argument.
Modified ``buildpkg.py`` and ``buildall.py`` to account for the new argument.
Added the corresponding ``test_different_ABI`` test.
2019-01-23 00:07:39 +05:30
Michael Droettboom
65ebb9944c
Merge pull request #293 from mdboom/upgrade-emscripten-1.38.22
...
Upgrade emscripten to 1.38.22
2019-01-17 14:04:24 -05:00
Michael Droettboom
7eb7e08403
Fix loading C++ modules
2019-01-16 11:35:40 -05:00
Michael Droettboom
db565ff8e9
Remove erroneous --profiling flag
2019-01-15 18:03:46 -05:00
Michael Droettboom
b24be2473e
Export all symbols from everything
2019-01-15 16:52:00 -05:00
Michael Droettboom
4b3bfe53ad
Upgrade emscripten to 1.38.22
2019-01-10 07:40:01 -05:00
Michael Droettboom
d4c92a5d68
Convert Numpy arrays to TypedArrays when possible
2018-12-27 14:22:08 -05:00
Roman Yurchak
79ba41b484
Update the iodide/pyodide-env:0.3.1 image
2018-11-15 13:24:27 +01:00
Roman Yurchak
66fe5feb2c
Better refactoring
2018-11-15 13:24:27 +01:00