swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: afc1f3101db16fcd4ae9f04fd9f217a6f827d5c7 authored by Steven G. Johnson on 13 February 2024, 18:55:18 UTC
doc tweaks
Tip revision: afc1f31
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