swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: f23fc0d27a84f7332c74009c534ee5205a7ca29c authored by Kristoffer Carlsson on 20 October 2021, 12:45:02 UTC
release-1.7: set VERSION to 1.7-rc2 (#42716)
Tip revision: f23fc0d
Dockerfile
FROM julia:latest

RUN apt-get update && apt-get install -y build-essential libatomic1 python gfortran perl wget m4 cmake pkg-config git
back to top