chapel-lang / chapel

a Productive Parallel Programming Language
https://chapel-lang.org
Other
1.77k stars 417 forks source link

Suppress Cython architecture warnings about linking to the Chapel library on OSX #9307

Open lydia-duncan opened 6 years ago

lydia-duncan commented 6 years ago

Linking a Chapel library file today generates a few warnings that don't impact correctness but are rather annoying and would hide errors that do impact correctness. There are two kinds:

I have not seen how this process goes on linux yet, but I imagine there will need to be a different solution.

lydia-duncan commented 6 years ago

I am uncertain on the prioritization of this task

lydia-duncan commented 2 months ago

This might be gone, I'm not seeing it in a run on my local Mac (but I am seeing other warnings and it looks like we don't test Python interoperability on Macs currently)