ZUO Zhihua
ZUO Zhihua
> Note that C/CXX must be enabled for MKL (see [here](https://cmake.org/cmake/help/v3.14/module/FindBLAS.html#result-variables)). Did you test it with MKL? @jvdp1, the BLAS solution I commonly use personally is OpenBLAS, and I lack...
@perazz, @jalvesz, thank you for your review comments. The following contents have been updated currently: 1. Keep the two tests submitted by @perazz ; 2. Add two CI tasks: -...
@jvdp1, thanks so much, this helps a lot.
A new version of fortran_stdlib is about to be released. I'm wondering if this PR can be merged before the new version is released. This PR implements the finding and...
> * the tests that need c-preprocessing should be added also in `config/fypp_deployment.py` within the C_PREPROCESSED list. That way the suffix F90 will also be added for `fpm` deployment. @jalvesz...
The content of this PR is mostly finished. If possible, it can be merged later. 🍻 @perazz, @jalvesz, @jvdp1, thank you for your review and help.
Stdlib does not perform CI tests on ifx on Windows. Can we set up tests for ifx with the help of [setup-fortran](https://github.com/fortran-lang/setup-fortran) and [msys2 environment](https://github.com/marketplace/actions/setup-msys2)? Install cmake, ninja, fypp with...