Commit Graph

577 Commits

Author SHA1 Message Date
Michael Droettboom 6a5c37799e Add support for transforming Fortran files with f2c 2018-10-26 17:20:42 +02:00
Michael Droettboom 343849538c
Merge pull request #199 from rth/disable-syscalls
Disable unsupported/untested syscalls in pyconfig.h
2018-10-26 09:12:30 -04:00
Michael Droettboom 9312bd1ee6
Merge pull request #212 from rth/package-joblib
Package joblib
2018-10-26 09:11:32 -04:00
Michael Droettboom db4e1d02c3
Merge pull request #224 from rth/pywasmcross-tests
Add python tests for handle_command in pywasmcross.py
2018-10-26 09:09:22 -04:00
Michael Droettboom 75fe13398e
Merge pull request #221 from mdboom/do-nothing-if-no-packages-to-install
Do nothing if no packages to load
2018-10-23 16:43:09 -04:00
Roman Yurchak bad48f6b34 Use emsdk version from the scipy PR 2018-10-23 12:19:40 +02:00
Roman Yurchak 902e7463ae Skip joblib pickling on chrome 2018-10-23 12:19:40 +02:00
Roman Yurchak 53cd70c35c Package joblib 2018-10-23 12:19:40 +02:00
Roman Yurchak bb53e36a78 Rename to dryrun, add docstring and doctest 2018-10-23 12:13:59 +02:00
Roman Yurchak 2b2f1de1c1
Merge pull request #225 from rth/fix-test-import
TST Fix test_common.py::test_import
2018-10-22 21:36:11 +02:00
Roman Yurchak 33a094ee33 TST Actually fail if a package cannot be imported 2018-10-22 12:53:42 +02:00
Roman Yurchak aa14302f6b Increment iodide/pyodide-env image to 0.3.0 also in run_docker 2018-10-16 17:24:45 +02:00
Roman Yurchak 4abdff5187 Add test_pywasmcross.py 2018-10-16 15:41:01 +02:00
Michael Droettboom 4879b77e52
Merge pull request #223 from rth/pure-python-tests
TST Add ability to run pure python tests
2018-10-15 16:31:28 -04:00
Roman Yurchak 436192569e Check find_imports('import matplotlib.pyplot as plt') 2018-10-15 21:08:43 +02:00
Roman Yurchak 53de9fa548 Attaching the workspace before build is not necessary 2018-10-15 20:56:14 +02:00
Michael Droettboom 8bceb4410d
Merge pull request #222 from rth/optimize-docker
MAINT Optimize the pyodide-env docker image
2018-10-15 11:57:06 -04:00
Roman Yurchak 00db2a4be1 Ability to run pure python tests 2018-10-15 17:29:06 +02:00
Roman Yurchak c10d0b138a Address review comments and use the new iodide/pyodide-env:0.3.0 image 2018-10-15 15:28:11 +02:00
Roman Yurchak cf55eb3294 Optimize the pyodide-env docker image 2018-10-15 14:54:13 +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
Michael Droettboom f45cb91817 Do nothing if no packages to load 2018-10-11 09:27:06 -04:00
Roman Yurchak e24c610a89
Merge pull request #217 from mdboom/runpython-async
Add a package-loading version of runPython
2018-10-11 10:50:28 +02:00
Roman Yurchak fe7e181b83 Install libncurses6 2018-10-11 10:31:40 +02:00
Roman Yurchak 1f7c246378 Re-create broken symlinks 2018-10-11 10:06:27 +02:00
Michael Droettboom 6aa6c94644 LINT 2018-10-10 14:38:58 -04:00
Michael Droettboom 0809f74622 LINT 2018-10-10 14:21:45 -04:00
Michael Droettboom 4124f18d1a Fix package name / import name dichotomy. Add testing. 2018-10-10 14:17:29 -04:00
Michael Droettboom 3498159efb Record mapping from import name to package name 2018-10-10 14:16:14 -04:00
Michael Droettboom 97829d86b5 Add another subpackage to matplotlib 2018-10-10 14:16:02 -04:00
Michael Droettboom 9a926ce896 LINT 2018-10-09 18:59:38 -04:00
Michael Droettboom d70f4833e1 Add a package-loading version of runPython 2018-10-09 18:56:43 -04:00
Roman Yurchak 0946e42ba0
Merge pull request #216 from mdboom/docker
Provide a Docker image for building
2018-10-10 00:15:31 +02:00
Michael Droettboom da7b5803a6 Rename image pyodide -> pyodide-env 2018-10-09 12:38:51 -04:00
Michael Droettboom 05f60214f6 Fix typo 2018-10-09 10:27:58 -04:00
Michael Droettboom 7ae58324bc Address comments in the PR 2018-10-09 10:22:25 -04:00
Michael Droettboom 01256b5832
Merge pull request #215 from mdboom/fix-hiwire-iterator
Fix iterators passed from Javascript to Python
2018-10-08 20:51:11 -04:00
Michael Droettboom 4562841b61 Provide a Docker image for building 2018-10-08 15:33:33 -04:00
Michael Droettboom 6d76f25bd7 Make `make benchmark` work again 2018-10-08 13:24:25 -04:00
Michael Droettboom 1865046a1f Simplify make lint 2018-10-08 13:18:28 -04:00
Michael Droettboom c504180fc4
Merge pull request #209 from rth/benchmark-impr
A few impovements to benchmarks
2018-10-08 13:17:43 -04:00
Michael Droettboom 911fe83226 Fix iterators passed from Javascript to Python 2018-10-08 11:15:53 -04:00
Michael Droettboom 4abf42d0bc
Merge pull request #210 from rth/fix-selenium
Hotfix selenium ConnectionError issue
2018-10-05 12:14:04 -04:00
Roman Yurchak df21231810 Monkeypatch selenium with a fix against ConnectionError 2018-10-04 14:30:35 +02:00
Roman Yurchak 0fa6f7b808 Only store benchmark.json in artefacts 2018-10-04 14:07:40 +02:00
Roman Yurchak c9b39e08fc Add pytest --run-xfail run option 2018-10-03 22:00:45 +02:00
Roman Yurchak 222457c2c4
Merge pull request #208 from mdboom/long-ints
Handle Python long ints as Javascript floats
2018-10-03 21:52:49 +02:00
Roman Yurchak 372cc96865 Autopep8 on all benchmarks 2018-10-03 21:48:43 +02:00
Michael Droettboom b7769908f6 Use Python API to determine overflow 2018-10-03 14:15:40 -04:00
Roman Yurchak ffe5134623 Explicitly define the fft function 2018-10-03 16:57:11 +02:00