Skip to content

Commit

Permalink
add EU:F77 to downstream image so builds Fortran code
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Apr 4, 2024
1 parent 6354b85 commit 3879b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ FROM deps as builder
COPY . /pdl/src
RUN cd /pdl/src && (cpanm -nq \
Carp Devel::CheckLib ExtUtils::Depends ExtUtils::MakeMaker \
ExtUtils::ParseXS File::Path File::Which \
ExtUtils::F77 ExtUtils::ParseXS File::Path File::Which \
&& cpanm -nq --installdeps . \
&& cpanm --verbose --build-args -j${NCPUS} . \
) || ( cat ~/.cpanm/build.log && false )
Expand Down

1 comment on commit 3879b34

@mohawk2
Copy link
Member Author

@mohawk2 mohawk2 commented on 3879b34 Apr 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This now detects PDLPorters/PDL-Stats#31

Please sign in to comment.