Skip to content

Commit eddc776

Browse files
committed
remove Fortran from general PDL config
1 parent b5ca031 commit eddc776

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

data/project.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

regression-vagrant/install-pdl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)