File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,6 +54,8 @@ groups:
5454 dist : PDL-Transform-Color
5555 - repo : https://github.com/PDLPorters/PDL-Stats
5656 dist : PDL-Stats
57+ apt :
58+ - gfortran
5759 - repo : https://github.com/PDLPorters/PDL-Opt-NonLinear
5860 dist : PDL-Opt-NonLinear
5961 depends-on :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN apt-get update \
1919 && apt-add-repository non-free \
2020 && apt-get update \
2121 && apt-get install --no-install-recommends -y \
22- build-essential gfortran \
22+ build-essential \
2323 libcfitsio-dev libreadline-dev libvpx-dev \
2424 netpbm libnetpbm10-dev
2525
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ function start() {
55 perlbrew switch perl-5.14.4
66 sudo apt-get update
77 sudo apt-get install -y build-essential libx11-dev pgplot5 libplplot-dev libvpx-dev libxpm-dev libcfitsio3-dev libreadline-dev
8- if [ " $DISABLE_FORTRAN " != 1 ]; then sudo apt-get install -y gfortran; fi # set DISABLE_FOTRAN = 1 to not install gfortran
98 sudo apt-get install -y libxi-dev libxmu-dev freeglut3-dev libnetpbm10-dev # for OpenGL
109 sudo apt-get install -y xvfb # for OpenGL
1110 export PGPLOT_DEV=/NULL
You can’t perform that action at this time.
0 commit comments