swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: 6833e4837306318bb47145faea4a204b1e2e7304 authored by Simeon Schaub on 04 January 2021, 17:08:00 UTC
RFC: allow ** as unary and binary operator
Tip revision: 6833e48
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