https://github.com/JuliaLang/julia
Raw File
Tip revision: dcd4f3e399a62aca3e67bf152ea0dbb25f5112f0 authored by Jameson Nash on 17 July 2020, 03:53:04 UTC
remove some mixed-type equality test usages
Tip revision: dcd4f3e
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