-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Update falco to 1.2.5 #52297
Update falco to 1.2.5 #52297
Conversation
@andrewdavidsmith can you identify why the macOS build isn't working? |
Will do. Can you confirm it's x86 that's the issue? That's the only macOS I have access to rn. |
Got it. Hopefully next few hours. |
@pdimens Might take some time. I assumed it was the |
@mencian Thanks for this, but it didn't work. I only have gcc and llvm-clang (not darwin-clang) on my mac. I can see that the darwin-clang is used to try and compile, but I can't really debug that. I would try to switch it to gcc. My approach to getting it to work with htslib isn't the same as was put into the |
In case it helps, this is how I configure to compile
I think I got all dependencies from Homebrew (zlib, htslib and gcc). |
A bit of an update: I can get a build on macos with the native darwin clang (also aliased as gcc for some reason when installed with xcode I think), but if I do that I can only get it to link with htslib when htslib is installed using Homebrew or from sources. Using the various environment variables that are currently in the |
@andrewdavidsmith is this related? #52553 |
@pdimens I'm not sure. I can't see all details in the logs. I wish the logs were more detailed. I can't replicate the exact problem on my end. I can replicate several issues when I use the native darwin compiler, but if I get some of the dependencies through homebrew I can make it work. If I need to get everything through conda, something breaks. Unfortunately I don't think the environment variables used in the runners here are the same as I can see on my x86 macbook. I did not yet go through all the other recipes to see which ones might be most similar to falco and try to replicate theirs. I think someone else likely already has that expertise, and it would take a long time for me to go through it. I'm willing to attempt it, but likely it won't be until late next week. Sorry for the delay. If there's any other way I can help you setup the software, let me know. |
Update
falco
: 1.2.4 → 1.2.5recipes/falco
(click to view/edit other files)@smithlabcode
This pull request was automatically generated (see docs).