https://github.com/cmbant/docker-gcc-build
Build latest gcc from sources on git gcc repository mirror
https://github.com/cmbant/docker-gcc-build
Last synced: 4 months ago
JSON representation
Build latest gcc from sources on git gcc repository mirror
- Host: GitHub
- URL: https://github.com/cmbant/docker-gcc-build
- Owner: cmbant
- License: gpl-2.0
- Created: 2015-04-16T15:45:46.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-06-18T14:20:59.000Z (almost 5 years ago)
- Last Synced: 2024-12-27T06:40:48.501Z (over 1 year ago)
- Language: Dockerfile
- Size: 68.4 KB
- Stars: 4
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Overview
This repository has the Dockerfile for source build of gcc 15 with gfortran.
Also includes standard openmpi and lapack libraries, valgrind, and basic build tools.
The devel branch has the latest master build (at time of Docker build).
Corresponding auto-build docker available at
https://registry.hub.docker.com/u/cmbant/docker-gcc-build/
### Usage
To make an interactive shell ready for compiling you local code at /local/code/source
do
docker run -v /local/code/source:/virtual/path -i -t cmbant/docker-gcc-build /bin/bash
Navigating into /virtual/path in the bash shell, you can then run make etc as normal, acting
on your local files.