Skip to content

Commit 3419424

Browse files
committed
add gfortran to downstreams that need it
1 parent eddc776 commit 3419424

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

data/project.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ groups:
3434
dist: PGPLOT
3535
apt:
3636
- pgplot5
37+
- gfortran
3738
- repo: https://github.com/PDLPorters/PDL-Graphics-Gnuplot
3839
dist: PDL-Graphics-Gnuplot
3940
graphical-display: true
@@ -60,6 +61,8 @@ groups:
6061
dist: PDL-Opt-NonLinear
6162
depends-on:
6263
- PDL-LinearAlgebra
64+
apt:
65+
- gfortran
6366
- repo: https://github.com/PDLPorters/PDL-NetCDF
6467
dist: PDL-NetCDF
6568
apt:
@@ -108,6 +111,10 @@ groups:
108111
dist: PDL-GSL
109112
apt:
110113
- libgsl0-dev
114+
- repo: https://github.com/PDLPorters/PDL-Slatec
115+
dist: PDL-Slatec
116+
apt:
117+
- gfortran
111118
- repo: 'https://github.com/PDLPorters/PDL-Graphics-Prima'
112119
dist: PDL-Graphics-Prima
113120
graphical-display: true
@@ -156,6 +163,8 @@ groups:
156163
repo: 'https://github.com/PDLPorters/PDL-Graphics-IIS'
157164
- dist: 'PDL-Minuit'
158165
repo: 'https://github.com/PDLPorters/PDL-Minuit'
166+
apt:
167+
- gfortran
159168
- dist: 'PDL-IO-Matlab'
160169
repo: 'https://github.com/jlapeyre/PDL-IO-Matlab'
161170
apt:

0 commit comments

Comments
 (0)