Skip to content
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.

matthewrmshin/ami-gfortran-fcm-make

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ami-gfortran-fcm-make

Dockerfile based on Amazon Linux 1 with:

Build the image:

docker build . --tag 'ami-gfortran-fcm-make'

Use the image to run fcm make to build the Fortran source tree in the current working directory:

docker run --rm -t -i -u "$(id -u):$(id -g)" -v "$PWD:/opt/myapp" 'ami-gfortran-fcm-make' fcm make -C /opt/myapp

About

Docker Amazon Linux 1 + GFortran + FCM Make

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published