Pierre Augier

Results 181 comments of Pierre Augier

I learned here https://github.com/spack/spack/pull/45877#discussion_r1740960587 that for a Python package, it's better to use `depends_on` rather than `extends`. I did this change and rebased. Can this PR be merged like that...

I had to update py-attrs. I did it in a separated commit https://github.com/spack/spack/pull/45878/commits/28422336576cb68fba98b1e7e4492efcfce88ab6.

Something very strange happens with one of my push, which leads to a strange PR including commits already in develop. Consequently, many labels were added by the spackbot-app. They should...

I can but the issue does not seem related to the content in the .tex files. Anyway, https://gist.github.com/paugier/3bb3ba883e539d9309297c347912602a

> If you want to perform a one-way conversion, you could try `myst build main.tex --md`, This is what I want and this is mostly what I did finally (`myst...

Sorry, I just see this issue today. This is not a known issue and I don't understand it from the log. Could you share the code? Is the project open-source...

I guess @rgommers could tell us if I understood correctly and what could be done in Pythran. To be clearer, I was thinking that some array consuming libraries could use...

Ah I didn't realize that `if is_torch(xp)` and `if is_jax(xp)` were so important and common. Note that with a tool like Transonic (which processes the code at build time to...

> I think that's needed for older version of Intel MPI. Thanks. This output should be supported now.

Thanks a lot for the testing @acroucher. I didn't try Fortran so it's not too surprising that it fails. I should be able to try this and hopefully fix this...