Skip to content

Commit

Permalink
Fix libgfortran.dll.a path (#329)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Jul 6, 2024
2 parents cd3db90 + 415b124 commit 3949506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipe/build-r-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ Mingw_w64_makefiles() {

PREFIX_WIN=$(cygpath -w ${PREFIX})

sed -i "s|-lgfortran |$($FC --print-file libgfortran.dll.a) |g" "${PREFIX}"/lib/R/etc/${R_ARCH}/Makeconf
sed -i "s|-lgfortran |${PREFIX}/Library/${HOST}/lib/libgfortran.dll.a |g" "${PREFIX}"/lib/R/etc/${R_ARCH}/Makeconf
cat "${PREFIX}"/lib/R/etc/${R_ARCH}/Makeconf

rm -rf ${PREFIX}/lib/R/share/zoneinfo
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ source:
- 0018-Fix-path-to-TCL-TK.patch

build:
number: 11
number: 12
no_link:
- lib/R/doc/html/packages.html

Expand Down

0 comments on commit 3949506

Please sign in to comment.