Claire's Monster
Claire's Monster
@step21 After a few days looking into it, I proposed this: https://github.com/conda-forge/staged-recipes/pull/27412, which should build Windows using gcc 5, separate `blst` as its own package (with the py-binding being worked...
Cool. I am still working on it. I want to enforce linking to the versioned dynamic library and it's a bit trickier. It feels more reliable, but maybe overkill. As...
Similar functionality with separated `blst`/`ckzg` build to address the upstream package assumptions on compiler: https://github.com/conda-forge/staged-recipes/pull/27490
I am having a very hard time building on a PPC64le: `Linux travis-job-conda-forge-zig-feedstock-623034056 5.4.0-52-generic #57-Ubuntu SMP Thu Oct 15 10:53:30 UTC 2020 ppc64le ppc64le ppc64le GNU/Linux` The build simply fails...
@rany2 Thanks for the quick reply. I did try both. Does the ppc64le bin dist work for you? The following sehll: ``` echo "Building zig from source" echo "ZIG: ${zig}"...
I tried to cross-compile with CMake but get a ``` install └─ install zig └─ zig build-exe zig ReleaseSafe powerpc64le-linux-gnu 1 errors error: ld.lld: cannot open /usr/lib64/libpthread_nonshared.a: No such file...
When I try to cross-compile with a x86_64 bootstrap `zig` it also fails. It gets a wrong prototype definition for `sigaction` compared to the `sysroot v2.28` signal.h installed It seems...
I am just trying to build ZIG from source for a powerpc64le (when I only have a local x86_64) using either a cross-compilation or a Travis runner of the ppc64le...
> I'm not sure what you're trying to do. Are you attempting to build Zig from source with your patches to include `-mcpu=...`? the excerpt I show is to try...
Thanks, been quite frustrated with it (and windows), so it helped a lot to discuss it a bit. I'll probably open a separate issue since this solution does not seem...