swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: 87c2cf20c7b38bfa539bb49f5a3ca9e4cdc250ed authored by Shuhei Kadowaki on 02 April 2023, 01:34:34 UTC
use and boost `inlining_cost`
Tip revision: 87c2cf2
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