scivision

Results 103 comments of scivision

Yes I think CPack would simplify the release.yml. The yaml would just upload the single .zip file (or other archive formats) CPack would create.

I hit the limits sometimes when testing. With the new formal Google API, the quotas are high enough to not likely be an issue for many use cases. https://cloud.google.com/text-to-speech/quotas

I know how to make brew formulas and have a few myself. To start we make a specially named second repo containing the metadata (no code is moved). As we...

I would respectfully start by adding an `osx` test to Travis-CI using Miniconda and Python 2.7, to see if @peircej issue is replicated. It could be a Python 2.7 point...

in my opinion request is so widely used it can be thought of almost as standard library. And it fixes so many common connection problems that I would agree.

h5fortran and nc4fortran now work with FPM thanks to input from @milancurcic

I have experience with this as a maintainer of Meson and a regular contributor to CMake. In general some custom logic is needed. However, pkg-config often works. There are packages...

This seems to be a bug with specific version of HDF5 library: 1.10.10 and 1.14.0 so far. I am trying to figure out a solution.

I think this was fixed by HDF5 1.14.2, does it work for you currently?

I added an option to force a local HDF5 build (under the build directory) ```sh cmake -Bbuild -Dfind=no cmake --build build ``` that would build HDF5 1.14.2 and then h5fortran