| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
There is one more in the copyright notice in doc/source/conf.py |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
Interesting, the travis CI here also failed with the 16 byte alignment error I saw on my PR https://travis-ci.com/github/numpy/numpy/jobs/480993160#L4095 numpy/core/src/multiarray/_multiarray_tests.c.src: In function ‘call_npy_cargl’: 4095 numpy/core/src/multiarray/_multiarray_tests.c.src:2000:9: note: the ABI of passing aggregates with 16-byte alignment has changed in GCC 5 4096 npy_@name@@suffix@(*(@itype@*)PyArray_DATA((PyArrayObject *)z_arr)); 4097 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4098 obviously unrelated, but does anyone know what this is? |
Sorry, something went wrong.
|
That question was answered before, apparently it means that compiled code is not binary compatible between gcc 5 and gcc 4. |
Sorry, something went wrong.
|
Oh, had not seen that. Makes sense, so we just don't worry about it and ignore these warnings when they crop up? |
Sorry, something went wrong.
|
Found the explanation at #18220 (comment) |
Sorry, something went wrong.
|
Thanks @Aerysv. And thanks Chuck, sorry for missing that. gh-18349 should fix the circleci failure, no need to wait for this here though I think. |
Sorry, something went wrong.
A very small contribution to update the license date from 2020 to 2021 :)
| Back | FazBrowse Home | New Git URL |
A very small contribution to update the license date from 2020 to 2021 :)