-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[deps] split Versions.make
into standalone *.version
file
#45720
Changes from 23 commits
ba0d45d
3920564
b33e5c2
9e14d10
07c6f39
99a4538
c1c0910
2c12e0f
0d727d4
bda346a
1850865
741cd3a
809a97f
badc75d
ba29534
bae11d8
90b6055
634ceca
fd42fe3
2b47176
3e4ffb0
5051246
9e15c30
212eab6
6d01064
9e7b058
306eb9f
677e476
44a22d2
fd69fab
fd1b4d0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
## jll artifact | ||
BLASTRAMPOLINE_JLL_NAME := libblastrampoline | ||
|
||
## source build | ||
BLASTRAMPOLINE_VER := 5.1.1 | ||
BLASTRAMPOLINE_BRANCH=v5.1.1 | ||
BLASTRAMPOLINE_SHA1=bac2f810d523003fbb431ecc6e9ea81c8b86e2d6 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
## jll artifact | ||
# Clang (paired with LLVM, only here as a JLL download) | ||
CLANG_JLL_NAME := Clang | ||
CLANG_JLL_VER := 14.0.2+1 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
## jll artifact | ||
CSL_JLL_NAME := CompilerSupportLibraries |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## jll artifact | ||
CURL_JLL_NAME := LibCURL | ||
|
||
## source build | ||
CURL_VER := 7.83.1 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
## DSFMT ## | ||
include $(SRCDIR)/dsfmt.version | ||
|
||
ifneq ($(USE_BINARYBUILDER_DSFMT),1) | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## jll artifact | ||
DSFMT_JLL_NAME := dSFMT | ||
|
||
## source build | ||
DSFMT_VER := 2.2.4 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
## GMP ## | ||
include $(SRCDIR)/gmp.version | ||
|
||
ifeq ($(SANITIZE),1) | ||
GMP_CONFIGURE_OPTS += --disable-assembly | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## jll artifact | ||
GMP_JLL_NAME := GMP | ||
|
||
## source build | ||
GMP_VER := 6.2.1 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
## jll artifact | ||
LIBGIT2_JLL_NAME := LibGit2 | ||
|
||
## source build | ||
LIBGIT2_BRANCH=v1.3.0 | ||
LIBGIT2_SHA1=b7bad55e4bb0a285b073ba5e02b01d3f522fc95d | ||
|
||
## Other deps | ||
# Specify the version of the Mozilla CA Certificate Store to obtain. | ||
# The versions of cacert.pem are identified by the date (YYYY-MM-DD) of their changes. | ||
# See https://curl.haxx.se/docs/caextract.html for more details. | ||
MOZILLA_CACERT_VERSION := 2022-02-01 | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
## jll artifact | ||
LIBSSH2_JLL_NAME := LibSSH2 | ||
|
||
## source build | ||
LIBSSH2_VER := 1.10.2 | ||
LIBSSH2_BRANCH=libssh2-1.10.0 | ||
Comment on lines
+5
to
6
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Version mismatch, ref: #43250 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @nalimilan Any thoughts on how to address this one? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 1.10.2 doesn't exist upstream, AFAICT that's a trick used in Yggdrasil. Cf. #43250 (comment) Maybe @mkitti knows. |
||
LIBSSH2_SHA1=635caa90787220ac3773c1d5ba11f1236c22eae8 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## jll artifact | ||
LIBSUITESPARSE_JLL_NAME := SuiteSparse | ||
|
||
## source build | ||
LIBSUITESPARSE_VER := 5.10.1 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
## jll artifact | ||
LIBUV_JLL_NAME := LibUV | ||
|
||
## source build | ||
LIBUV_VER := 2 | ||
LIBUV_BRANCH=julia-uv2-1.44.1 | ||
LIBUV_SHA1=1b2d16477fe1142adea952168d828a066e03ee4c |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## jll artifact | ||
LLD_JLL_NAME := LLD | ||
LLD_JLL_VER := 14.0.2+1 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## jll artifact | ||
# LLVM_tools (downloads LLVM_jll to get things like `lit` and `opt`) | ||
LLVM_TOOLS_JLL_NAME := LLVM | ||
LLVM_TOOLS_JLL_VER := 14.0.2+1 | ||
LLVM_TOOLS_ASSERT_JLL_VER := 14.0.2+1 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
## LLVM ## | ||
include $(SRCDIR)/llvm.version | ||
include $(SRCDIR)/llvm-ver.make | ||
include $(SRCDIR)/llvm-options.mk | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
## jll artifact | ||
LLVM_JLL_NAME := libLLVM | ||
LLVM_ASSERT_JLL_VER := 14.0.2+1 | ||
|
||
## source build | ||
LLVM_VER := 14.0.2 | ||
LLVM_BRANCH=julia-14.0.2-1 | ||
LLVM_SHA1=julia-14.0.2-1 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## jll artifact | ||
LLVMUNWIND_JLL_NAME := LLVMLibUnwind | ||
|
||
## source build | ||
LLVMUNWIND_VER := 12.0.1 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## jll artifact | ||
MBEDTLS_JLL_NAME := MbedTLS | ||
|
||
## source build | ||
MBEDTLS_VER := 2.28.0 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## jll artifact | ||
MPFR_JLL_NAME := MPFR | ||
|
||
## source build | ||
MPFR_VER := 4.1.0 | ||
inkydragon marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
# Note: jll use a different version `4.1.1+1` ("stdlib/MPFR_jll/Project.toml") | ||
# See notes in build_tarballs.jl | ||
# https://github.com/JuliaPackaging/Yggdrasil/blob/3c877e18dd9bb9b2e79415e00f661a7e37b2aea9/M/MPFR/build_tarballs.jl#L40-L42 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
## nghttp2 | ||
include $(SRCDIR)/nghttp2.version | ||
|
||
ifneq ($(USE_BINARYBUILDER_NGHTTP2), 1) | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## jll artifact | ||
NGHTTP2_JLL_NAME := nghttp2 | ||
|
||
## source build | ||
NGHTTP2_VER := 1.47.0 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
## objconv ## | ||
include $(SRCDIR)/objconv.version | ||
|
||
ifneq ($(USE_BINARYBUILDER_OBJCONV),1) | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## jll artifact | ||
# Objconv (we don't ship this, so no need for a fake JLL; therefore we specify the JLL_VER here) | ||
inkydragon marked this conversation as resolved.
Show resolved
Hide resolved
|
||
OBJCONV_JLL_NAME := Objconv | ||
OBJCONV_JLL_VER := 2.49.1+0 | ||
|
||
## source build | ||
OBJCONV_VER := 2.49.1 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,10 @@ | ||
## jll artifact | ||
OPENBLAS_JLL_NAME := OpenBLAS | ||
|
||
## source build | ||
OPENBLAS_VER := 0.3.20 | ||
OPENBLAS_BRANCH=v0.3.20 | ||
OPENBLAS_SHA1=0b678b19dc03f2a999d6e038814c4c50b9640a4e | ||
|
||
# LAPACK, source-only | ||
LAPACK_VER := 3.9.0 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
## jll artifact | ||
OPENLIBM_JLL_NAME := OpenLibm | ||
|
||
## source build | ||
OPENLIBM_VER := 0.8.1 | ||
OPENLIBM_BRANCH=v0.8.1 | ||
OPENLIBM_SHA1=ae2d91698508701c83cab83714d42a1146dccf85 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
## p7zip ## | ||
include $(SRCDIR)/p7zip.version | ||
|
||
ifneq ($(USE_BINARYBUILDER_P7ZIP),1) | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## jll artifact | ||
P7ZIP_JLL_NAME := p7zip | ||
|
||
## source build | ||
P7ZIP_VER := 17.04 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## source build | ||
# Patchelf (we don't ship this or even use a JLL, we just always build it) | ||
PATCHELF_VER := 0.13 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## jll artifact | ||
PCRE_JLL_NAME := PCRE2 | ||
|
||
## source build | ||
PCRE_VER := 10.40 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
## jll artifact | ||
UNWIND_JLL_NAME := LibUnwind | ||
|
||
## source build | ||
UNWIND_VER_TAG := 1.5 | ||
UNWIND_VER := 1.5.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@inkydragon why this is here instead of its own file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because libgit2 depends on it directly.
The download and installation code is also placed in
libgit2.mk
.CA certificates can be split out as a separate dependency if necessary.