Laurence Kedward

Results 112 comments of Laurence Kedward

> ... we should be able to create an fpm package that will enable OpenMP support in its dependents. Ah I see, I understand what you mean now. Thanks for...

I agree, this is a good solution.

Thanks for trying out fpm @rweed and for the feedback on your issues - this is really helpful for us to understand where fpm needs improvement. For your first issue...

Apologies if I'm misunderstanding you; what exactly happens if you specify `external-modules = ["mpi"]` and then compile with and without `-DMPI`? I think this should work (assuming the `mpif90_stubs` module...

Awesome, thanks @awvwgk this is super useful! I've edited to include Intel differences on Windows.

I'm surprised that it's not one container instance per request. When I use Docker [on Linux] the containers start almost instantly, (

Yes I agree, separating the upload of the generated index would be a good idea.

Note that Carlos @brocolis already has an fpm package for the original quadpack [here](https://github.com/brocolis/quadpack) which also includes an f90 [interface module](https://github.com/brocolis/quadpack/blob/master/src/quadpack.f90).

> @LKedward, @milancurcic I would be interested in your feedback on maintaining this under fortran-lang. I have no fundamental objections to moving this and other legacy packages to fortran-lang as...

Hi Michael @scivision, *fpm* does not yet allow using system-installed modules which is why you are encountering this error. I've now submitted a PR to address this (https://github.com/fortran-lang/fpm/pull/438) following other...