Skip to content

Commit

Permalink
add EU:F77 to downstream image so builds Fortran code - detect PDLPor…
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Apr 4, 2024
1 parent 6354b85 commit aa1241b
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

0 comments on commit aa1241b

Please sign in to comment.