Skip to content

Commit 4597883

Browse files
committed
[GR-21590] Update imports.
PullRequest: graalpython/3347
2 parents 41cc531 + 9f7363c commit 4597883

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "overlay": "8b652390180d83490029fa7932381dc992c2f0fa" }
1+
{ "overlay": "4922966e110f60c21ce0a24c1ff7557f9e4ed46a" }

graalpython/com.oracle.graal.python.cext/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ target_compile_options(${TARGET_LIBPYTHON} PRIVATE ${CFLAGS_WARNINGS})
258258

259259
if(WIN32)
260260
target_link_directories(${TARGET_LIBPYTHON} PRIVATE ${GRAALVM_LLVM_LIB_DIR})
261+
target_compile_options(${TARGET_LIBPYTHON} PRIVATE "-fmsc-version=1920")
261262
target_link_libraries(${TARGET_LIBPYTHON} sulong-native graalvm-llvm)
262263
else()
263264
# Link to math library; required for functions like 'hypot' or similar

mx.graalpython/suite.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,31 +45,31 @@
4545
},
4646
{
4747
"name": "sdk",
48-
"version": "29ad3085fd4ea151b876601f60765d68f9bba505",
48+
"version": "b4c2ef5c8c021d14437c77e7b3552bddf1d24725",
4949
"subdir": True,
5050
"urls": [
5151
{"url": "https://github.com/oracle/graal", "kind": "git"},
5252
]
5353
},
5454
{
5555
"name": "tools",
56-
"version": "29ad3085fd4ea151b876601f60765d68f9bba505",
56+
"version": "b4c2ef5c8c021d14437c77e7b3552bddf1d24725",
5757
"subdir": True,
5858
"urls": [
5959
{"url": "https://github.com/oracle/graal", "kind": "git"},
6060
],
6161
},
6262
{
6363
"name": "sulong",
64-
"version": "29ad3085fd4ea151b876601f60765d68f9bba505",
64+
"version": "b4c2ef5c8c021d14437c77e7b3552bddf1d24725",
6565
"subdir": True,
6666
"urls": [
6767
{"url": "https://github.com/oracle/graal", "kind": "git"},
6868
]
6969
},
7070
{
7171
"name": "regex",
72-
"version": "29ad3085fd4ea151b876601f60765d68f9bba505",
72+
"version": "b4c2ef5c8c021d14437c77e7b3552bddf1d24725",
7373
"subdir": True,
7474
"urls": [
7575
{"url": "https://github.com/oracle/graal", "kind": "git"},

0 commit comments

Comments
 (0)