Skip to content

Commit

Permalink
[stdlib/jll] Automatic include of all *.version makefile (#45851)
Browse files Browse the repository at this point in the history
* [stdlib/jll] rm `all_jlls.version`
  • Loading branch information
inkydragon authored Jun 30, 2022
1 parent 9e3bd48 commit bd7bd5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 32 deletions.
5 changes: 4 additions & 1 deletion stdlib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ SRCCACHE := $(abspath $(SRCDIR)/srccache)
BUILDDIR := .

include $(JULIAHOME)/Make.inc
include $(JULIAHOME)/stdlib/all_jlls.version
include $(JULIAHOME)/deps/tools/common.mk
include $(JULIAHOME)/deps/tools/stdlib-external.mk
# include all `*.version` files, import `LIBNAME_JLL_NAME` and `LIBNAME_JLL_VER`
# Note: Some deps do not have a `_jll` pkg: [libwhich, patchelf, utf8proc]
include $(JULIAHOME)/deps/*.version


VERSDIR := v$(shell cut -d. -f1-2 < $(JULIAHOME)/VERSION)

Expand Down
31 changes: 0 additions & 31 deletions stdlib/all_jlls.version

This file was deleted.

2 comments on commit bd7bd5e

@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.