File: README

package info (click to toggle)
python-escript 5.6-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 144,252 kB
  • sloc: python: 592,062; cpp: 136,909; ansic: 18,675; javascript: 9,411; xml: 3,384; sh: 740; makefile: 203
file content (20 lines) | stat: -rw-r--r-- 569 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Briefly...

./build_debian.sh 	

Creates a debian:stretch docker container and then installs python-escript from the debian repository.

./build_trilinos.sh

Creates a debian:sid docker container, downloads some libraries from stretch, then runs a script that downloads and compiles escript with Trilinos. 


Once any of these installs has been run, escript can be run using:

docker run escript [name of your escript]


To upload to cloud.docker.com, do the following
-docker login
-docker tag esys.escript [username]/esys.escript
-docker push [username]/esys.escript