-
-
Notifications
You must be signed in to change notification settings - Fork 24
Switched to static linking of llvm #100
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
Changes from all commits
67353fe
2a97a9a
e8b1176
230e541
df55c8e
e7cf0ea
9d9ae56
af6574a
03326d4
c6f123a
60ed7d3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -12,10 +12,8 @@ source: | |||||||
| sha256: {{ sha256 }} | ||||||||
|
|
||||||||
| build: | ||||||||
| number: 0 | ||||||||
| number: 1 | ||||||||
| skip: true # [py<310] | ||||||||
| script_env: | ||||||||
| - PY_VCRUNTIME_REDIST | ||||||||
|
|
||||||||
| requirements: | ||||||||
| build: | ||||||||
|
|
@@ -29,13 +27,11 @@ requirements: | |||||||
| host: | ||||||||
| - python | ||||||||
| - setuptools | ||||||||
| - llvmdev 15.0.* | ||||||||
| - llvm 15.0.* | ||||||||
| - llvmdev 15.0.* # abstract pin for static lib | ||||||||
| - llvmdev 15.0.7 *_5 # concrete pin for static lib - bot should update | ||||||||
| - zlib | ||||||||
| - vs2015_runtime # [win] | ||||||||
| run: | ||||||||
| - python | ||||||||
| - vs2015_runtime # [win] | ||||||||
|
beckermr marked this conversation as resolved.
|
||||||||
|
|
||||||||
| test: | ||||||||
| imports: | ||||||||
|
|
@@ -59,3 +55,4 @@ extra: | |||||||
| - marcelotrevisani | ||||||||
| - xhochy | ||||||||
| - mbargull | ||||||||
| - beckermr | ||||||||
|
Member
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. @kkraus14 is it ok if we add you to the maintainers here?
Suggested change
|
||||||||
Uh oh!
There was an error while loading. Please reload this page.