File: docker-auto.run

package info (click to toggle)
linbox 1.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,940 kB
  • sloc: cpp: 108,392; lisp: 5,469; makefile: 1,345; sh: 1,244; csh: 131; python: 74; perl: 2
file content (7 lines) | stat: -rw-r--r-- 351 bytes parent folder | download
1
2
3
4
5
6
7
> sudo docker run -it debian:12 bash

apt update
apt install git make g++ gfortran libtool automake autoconf pkg-config wget bzip2
cd; wget https://raw.githubusercontent.com/linbox-team/linbox/refs/heads/master/linbox-auto-install.sh
chmod +x linbox-auto-install.sh
./linbox-auto-install.sh --enable-openblas=yes --enable-gmp=yes --make-flags="-j 56"