Conversation
new file: projects/github.com/oneapi-src/oneTBB/package.yml new file: projects/github.com/oneapi-src/oneTBB/sum1-100.cpp
|
Hi @jhheider |
|
Try calling codesign on that file from the command line. It might be that the header segment isn't long enough. There's a linker flag (-max_header_install_names, maybe? Other recipes have it) to make more space. |
|
Something is wrong with gcc |
|
believable. see: btw, our make shouldn't be |
|
I don't know how to make it work on Linux/aarch64. 🤷🏻♂️ |
|
For mariadb, this worked: linux/aarch64:
ARGS:
- -DCMAKE_CXX_FLAGS="-mno-outline-atomics"
- -DCMAKE_C_FLAGS="-mno-outline-atomics"
#^^ https://www.mail-archive.com/ports@freebsd.org/msg00418.html |
d9bdbb0 to
7ce6607
Compare
|
None of the usual tricks worked. I added a FIXME, so diligent contributors can find it. |
closes #351