swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: f75659644e83b4e9a4fc836802741477622385c5 authored by Jishnu Bhattacharya on 07 July 2023, 19:08:42 UTC
fix sizes of off-diagonal elements and conversions
Tip revision: f756596
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