Skip to content

Commit

Permalink
Merge pull request #42539 from JuliaLang/sv-fix-gmp-build-patched
Browse files Browse the repository at this point in the history
Fix GMP build-patched def.
  • Loading branch information
vchuravy authored Oct 9, 2021
2 parents 146de38 + 2465060 commit d901766
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deps/gmp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ $(SRCCACHE)/gmp-$(GMP_VER)/gmp_alloc_overflow_func.patch-applied: $(SRCCACHE)/gm
patch -p1 < $(SRCDIR)/patches/gmp_alloc_overflow_func.patch
echo 1 > $@

$(SRCCACHE)/gmp-$(GMP_VER)/build-patched:
$(SRCCACHE)/gmp-$(GMP_VER)/gmp-HG-changeset.patch-applied
$(SRCCACHE)/gmp-$(GMP_VER)/gmp-exception.patch-applied
$(SRCCACHE)/gmp-$(GMP_VER)/gmp_alloc_overflow_func.patch-applied
$(SRCCACHE)/gmp-$(GMP_VER)/build-patched: \
$(SRCCACHE)/gmp-$(GMP_VER)/gmp-HG-changeset.patch-applied \
$(SRCCACHE)/gmp-$(GMP_VER)/gmp-exception.patch-applied \
$(SRCCACHE)/gmp-$(GMP_VER)/gmp_alloc_overflow_func.patch-applied

$(BUILDDIR)/gmp-$(GMP_VER)/build-configured: $(SRCCACHE)/gmp-$(GMP_VER)/source-extracted $(SRCCACHE)/gmp-$(GMP_VER)/build-patched
mkdir -p $(dir $@)
Expand Down

2 comments on commit d901766

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

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

Executing the daily package evaluation, I will reply here when finished:

@nanosoldier runtests(ALL, isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

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

Your package evaluation job has completed - possible new issues were detected. A full report can be found here.

Please sign in to comment.