swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: a7b73fca6a308d84baa63c3b42dc6477f9cfbc18 authored by Fredrik Ekre on 15 May 2021, 09:48:09 UTC
[doc] fix keyword argument in docs for current_exceptions.
Tip revision: a7b73fc
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