swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: f2403e016d26cdbac4b83a4247e7c762966e461c authored by Simeon David Schaub on 13 October 2023, 21:46:44 UTC
fix tests on Windows
Tip revision: f2403e0
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