femscripten icon indicating copy to clipboard operation
femscripten copied to clipboard

A docker image for Fortran -> js compilation

Results 5 femscripten issues
Sort by recently updated
recently updated
newest added

Right now I have only figured out how to use emscripten to produce a 'full binary' version that includes FORTRAN code. But it would be more useful if I could...

Ubuntu 14.04 is giving us llvm 3.3. Latest is 3.5 Dragonegg might have improved in the meantime. Also worth consdering: stable vs bleeding-edge emscripten?

Currently the shell scripts and dragonegg.so are coming from the github repo, not from the docker image.

Message when using emcc: ``` root@ab8f73a5d01c:/mnt/test/examples# emcc hello.cc INFO root: (Emscripten: Running sanity checks) WARNING root: java does not seem to exist, required for closure compiler, which is optional (define...

There is a list of Dockerfile best practices: https://docs.docker.com/articles/dockerfile_best-practices/ For one thing, the compiler doesn't need to run as root