swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: 50211485830a532932addf713fe486b6e19eaccb authored by Gabriel Baraldi on 14 November 2023, 14:48:42 UTC
Merge branch 'master' into gb/gc-correct-constraint
Tip revision: 5021148
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