Skip to content

Commit

Permalink
Update release script
Browse files Browse the repository at this point in the history
Use libgfortran-5
  • Loading branch information
jlelong committed Sep 11, 2019
1 parent 4b68ddf commit ffcd1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-pnl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ create_win_version() {
cp -r "$PNL_DIR/manual-html" "$PNL_WINDIR"
cp -r "$PNL_DIR/pnl-manual.pdf" "$PNL_WINDIR"
# Copy all required dll's
LIBS="libgcc_s_seh-1.dll libgfortran-4.dll libquadmath-0.dll"
LIBS="libgcc_s_seh-1.dll libgfortran-5.dll libquadmath-0.dll"
for lib in $LIBS; do
cp $MINGW_PREFIX/x86_64-w64-mingw32/lib/$lib $PNL_WINDIR/lib
cp -r $MINGW_PREFIX/x86_64-w64-mingw32/lib/$lib $LOCAL_TMPDIR/build-win/examples
Expand Down

0 comments on commit ffcd1f3

Please sign in to comment.