Skip to content

Commit

Permalink
remove Fortran from general PDL config
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Dec 9, 2024
1 parent b5ca031 commit eddc776
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions data/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ groups:
dist: PDL-Transform-Color
- repo: https://github.com/PDLPorters/PDL-Stats
dist: PDL-Stats
apt:
- gfortran
- repo: https://github.com/PDLPorters/PDL-Opt-NonLinear
dist: PDL-Opt-NonLinear
depends-on:
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apt-get update \
&& apt-add-repository non-free \
&& apt-get update \
&& apt-get install --no-install-recommends -y \
build-essential gfortran \
build-essential \
libcfitsio-dev libreadline-dev libvpx-dev \
netpbm libnetpbm10-dev

Expand Down
1 change: 0 additions & 1 deletion regression-vagrant/install-pdl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ function start() {
perlbrew switch perl-5.14.4
sudo apt-get update
sudo apt-get install -y build-essential libx11-dev pgplot5 libplplot-dev libvpx-dev libxpm-dev libcfitsio3-dev libreadline-dev
if [ "$DISABLE_FORTRAN" != 1 ]; then sudo apt-get install -y gfortran; fi # set DISABLE_FOTRAN = 1 to not install gfortran
sudo apt-get install -y libxi-dev libxmu-dev freeglut3-dev libnetpbm10-dev # for OpenGL
sudo apt-get install -y xvfb # for OpenGL
export PGPLOT_DEV=/NULL
Expand Down

0 comments on commit eddc776

Please sign in to comment.