Federico Perini

Results 172 comments of Federico Perini

Thank you for this PR @arteevraina. I will close this one as it has been superseded by #1138.

Good catch @jalvesz, I believe the reference repository is https://github.com/fortran-lang/fpm-on-wheels We should definitely update it to 0.11.0 and also put the instructions on the [wiki page](https://github.com/fortran-lang/fpm/wiki/Release-Process#conda-forge-package)

Are simd directives part of the standard? In other words, should we add them when versioning is available: ```toml [dependencies] openmp = ">=5.1" # if package uses SIMD ``` another...

> it might be more natural to have `y = matmul(A, x)` I've started a discussion on this at #951, great work @loiseaujc!

> this error [#957 (comment)](https://github.com/fortran-lang/stdlib/pull/957#issuecomment-3012418465) is weird ... maybe @jvdp1 @perazz @zoziha @ivan-pi @certik would any of you have an idea? There is an open issue at https://github.com/fortran-lang/test-drive/issues/49 . It...

With two approvals, I suggest to wait another couple days and then merge this PR, if there are no further comments.

> 3\. You should not allocate an array to size 0, this is an error. I agree on the excellent reviews, please keep going! The only objection is on this...

The build fails due to a circular dependency. As @jvdp1 suggested: > Would this be a submodule of `stdlib_sort` more appropriate, as it is suggested to access it through `stdlib_sorting`...

Closed by #1174 #1176.