swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: 17c8e1400e45be96e9516ad4bd292e03a59ddf99 authored by d-netto on 21 March 2024, 20:01:56 UTC
fix a few more tests
Tip revision: 17c8e14
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