Skip to content
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

DBG: Add windows clang #24

Closed
wants to merge 285 commits into from
Closed

Conversation

MementoRC
Copy link
Contributor

Checklist

  • Used a personal fork of the feedstock to propose changes
  • Bumped the build number (if the version is unchanged)
  • Reset the build number to 0 (if the version changed)
  • Re-rendered with the latest conda-smithy (Use the phrase @conda-forge-admin, please rerender in a comment in this PR for automated rerendering)
  • Ensured the license file is being packaged.

@MementoRC MementoRC marked this pull request as draft June 21, 2024 18:53
@MementoRC MementoRC changed the title Add windows clang DBG: Add windows clang Jun 25, 2024
@MementoRC
Copy link
Contributor Author

@jakirkham In this one I try to use clang and it fails when trying to create zig2 without much info. Just FYI

@jakirkham
Copy link
Member

Am curious if this would help ( conda-forge/conda-smithy#1966 )

If you would like to test, would checkout that PR and pip install and try re-rendering with it

Comment on lines +13 to +14
azure:
free_disk_space: true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As currently written the aforementioned conda-smithy PR, will use this on Windows as well

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

zig seems to be very hard to build. On PPC64LE, none of the 4 method work either, native from source, native with zig, cross-cmake, or cross-zig - The cross-cmake fails with relocation errors when trying to link zig2, where this one is failing.
In previous attempts, I saw failures with LLVM: Memory Error, so that's why I wondered about using a machine with large memory
I tried to ask on their Issue board but they have not responded

The method they advertise is to build LLVM+CLang+LLD prior to zig, but I of course want to use the conda packages for those

Co-authored-by: jakirkham <jakirkham@gmail.com>
@jakirkham
Copy link
Member

Think we need to increase the verbosity or include other CMake log output. The build is failing, but the error message is opaque. More details would help in figuring out what to do next

@MementoRC MementoRC closed this Jul 3, 2024
@MementoRC MementoRC deleted the add-windows-clang branch July 3, 2024 03:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants