File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
graalpython/com.oracle.graal.python.cext Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
- # Copyright (c) 2021, Oracle and/or its affiliates.
1
+ # Copyright (c) 2021, 2022, Oracle and/or its affiliates.
2
2
#
3
3
# The Universal Permissive License (UPL), Version 1.0
4
4
#
@@ -63,12 +63,12 @@ ifeq ($(shell uname -s), Darwin)
63
63
LIB_NAME =liblzma.5.dylib
64
64
LIB_LINK =-Wl,-install_name -Wl,@rpath/$(LIB_NAME )
65
65
SYM_LIB1 =liblzma.dylib
66
- SYM_LIB2 =liblzma.5.2.5 .dylib
66
+ SYM_LIB2 =liblzma.5.2.6 .dylib
67
67
else
68
68
LIB_NAME =liblzma.so.5
69
69
LIB_LINK =-Wl,-soname -Wl,$(LIB_NAME )
70
70
SYM_LIB1 =liblzma.so
71
- SYM_LIB2 =liblzma.so.5.2.5
71
+ SYM_LIB2 =liblzma.so.5.2.6
72
72
endif
73
73
74
74
CC =clang
Original file line number Diff line number Diff line change 109
109
#define TUKLIB_CPUCORES_SCHED_GETAFFINITY 1
110
110
#define TUKLIB_FAST_UNALIGNED_ACCESS 1
111
111
#define TUKLIB_PHYSMEM_SYSCONF 1
112
- #define VERSION "5.2.5 "
112
+ #define VERSION "5.2.6 "
113
113
#ifndef _DARWIN_USE_64_BIT_INODE
114
114
# define _DARWIN_USE_64_BIT_INODE 1
115
115
#endif
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ def download(self):
223
223
if src_archive :
224
224
shutil .copytree (src_archive , tempdir )
225
225
else :
226
- xit ("FATAL: Please set the environment variable %s to the location of the source archive of %s" % (src_archive_var , lib_name ))
226
+ xit ("FATAL: Please set the environment variable %s to the location of the source archive of %s" % (self . src_var , self . lib_name ))
227
227
return tempdir
228
228
229
229
def conftest (self ):
@@ -588,7 +588,7 @@ def build(capi_home):
588
588
build_nativelibsupport (capi_home ,
589
589
subdir = "lzma" ,
590
590
libname = "liblzmasupport" ,
591
- deps = [LZMADepedency ("lzma" , "xz==5.2.5 " , "XZ-5.2.5 " )],
591
+ deps = [LZMADepedency ("lzma" , "xz==5.2.6 " , "XZ-5.2.6 " )],
592
592
extra_link_args = ["-Wl,-rpath,%s/lib/%s/" % (relative_rpath , SOABI )])
593
593
build_libpython (capi_home )
594
594
build_builtin_exts (capi_home )
Original file line number Diff line number Diff line change 107
107
"version" : "1.8" ,
108
108
},
109
109
},
110
- "XZ-5.2.5 " : {
110
+ "XZ-5.2.6 " : {
111
111
"urls" : [
112
- "https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/xz-5.2.5 .tar.gz" ,
112
+ "https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/xz-5.2.6 .tar.gz" ,
113
113
],
114
114
"packedResource" : True ,
115
- "sha1" : "fa2ae4db119f639a01b02f99f1ba671ece2828eb " ,
115
+ "sha1" : "1b1acd2e62203a7abceee6f573f1a96cdf5fbc8f " ,
116
116
},
117
117
"BOUNCYCASTLE-PROVIDER" : {
118
118
"sha1" : "46a080368d38b428d237a59458f9bc915222894d" ,
454
454
"sulong:SULONG_HOME" ,
455
455
"sulong:SULONG_LEGACY" ,
456
456
"sulong:SULONG_BOOTSTRAP_TOOLCHAIN" ,
457
- "XZ-5.2.5 " ,
457
+ "XZ-5.2.6 " ,
458
458
"BZIP2" ,
459
459
],
460
460
"buildEnv" : {
461
461
"TRUFFLE_H_INC" : "<path:SULONG_LEGACY>/include" ,
462
462
"ARCH" : "<arch>" ,
463
463
"OS" : "<os>" ,
464
- "XZ-5.2.5 " : "<path:XZ-5.2.5 >" ,
464
+ "XZ-5.2.6 " : "<path:XZ-5.2.6 >" ,
465
465
"BZIP2" : "<path:BZIP2>" ,
466
466
},
467
467
},
You can’t perform that action at this time.
0 commit comments