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
79ba41b4
Commit
79ba41b4
authored
Nov 05, 2018
by
Roman Yurchak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the iodide/pyodide-env:0.3.1 image
parent
66fe5feb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
11 deletions
+3
-11
.circleci/config.yml
.circleci/config.yml
+1
-8
Makefile
Makefile
+1
-2
run_docker
run_docker
+1
-1
No files found.
.circleci/config.yml
View file @
79ba41b4
...
...
@@ -3,7 +3,7 @@ version: 2
defaults
:
&defaults
working_directory
:
~/repo
docker
:
-
image
:
iodide/pyodide-env:0.3.
0
-
image
:
iodide/pyodide-env:0.3.
1
jobs
:
build
:
...
...
@@ -16,13 +16,6 @@ jobs:
command
:
|
make lint
-
run
:
name
:
dependencies
command
:
|
# TODO: update pyodide-env image with the below
sudo apt-get update
sudo apt-get install gfortran f2c
-
restore_cache
:
keys
:
-
v1-emsdk-{{ checksum "emsdk/Makefile" }}-v11-
...
...
Makefile
View file @
79ba41b4
...
...
@@ -135,8 +135,7 @@ clean:
rm
-fr
src/
*
.bc
make
-C
packages clean
make
-C
six clean
make
-C
CLAPACK-WA cleanall
echo
"The Emsdk and CPython are not cleaned. cd into those directories to do so."
echo
"The Emsdk, CPython and CLAPACK are not cleaned. cd into those directories to do so."
%.bc
:
%.c $(CPYTHONLIB) $(LZ4LIB)
...
...
run_docker
View file @
79ba41b4
#!/bin/sh
docker run
--rm
-v
$PWD
:/src
--user
root
-e
NB_UID
=
$UID
-e
NB_GID
=
$GID
-it
iodide/pyodide-env:0.3.
0
/bin/bash
docker run
--rm
-v
$PWD
:/src
--user
root
-e
NB_UID
=
$UID
-e
NB_GID
=
$GID
-it
iodide/pyodide-env:0.3.
1
/bin/bash
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