Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jan 25, 2020
1 parent 97b09de commit ff4a551
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build/bin/write-dockerfile-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ ADD src/bin src/bin
ADD src/Makefile.in src/Makefile.in
ARG EXTRA_CONFIGURE_ARGS
RUN ./configure --enable-build-as-root $CONFIGURE_ARGS \${EXTRA_CONFIGURE_ARGS} || (echo "********** configuring without forcing ***********"; cat config.log; ./configure --enable-build-as-root; cat config.log; exit 1)
RUN make toolchain V=0
RUN make -j4 toolchain V=0
# Compile something tricky
RUN make -j4 scipy
EOF
2 changes: 1 addition & 1 deletion build/pkgs/gfortran/debian.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
gfortan
gfortran

0 comments on commit ff4a551

Please sign in to comment.