Skip to content

Commit 3586372

Browse files
committed
add EU:F77 to downstream image so builds Fortran code - detect PDLPorters/PDL-Stats#31
1 parent 6354b85 commit 3586372

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ FROM deps as builder
2727
COPY . /pdl/src
2828
RUN cd /pdl/src && (cpanm -nq \
2929
Carp Devel::CheckLib ExtUtils::Depends ExtUtils::MakeMaker \
30-
ExtUtils::ParseXS File::Path File::Which \
30+
ExtUtils::F77 ExtUtils::ParseXS File::Path File::Which \
3131
&& cpanm -nq --installdeps . \
3232
&& cpanm --verbose --build-args -j${NCPUS} . \
3333
) || ( cat ~/.cpanm/build.log && false )

0 commit comments

Comments
 (0)