swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: 4553395fc73df980efe8090b2411abefa8effa98 authored by Rafael Fourquet on 03 October 2020, 12:57:15 UTC
introduce HashDict, a more general Dict
Tip revision: 4553395
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