Matthew R. Becker

Results 684 comments of Matthew R. Becker

We could attempt to ship a windows package in conda. I have been avoiding this since it is a can of worms and support on conda-forge is somewhat spotty, but...

i'll need more info - my guess is that you linked to a version of cfitsio other than that compiled by the package

I'll still need more info than this. Maybe the install command output.

You need to turn on the verbose settings so we can see it compiling.

Here is the error: ``` /bin/sh: patch: command not found /bin/sh: patch: command not found /bin/sh: patch: command not found /bin/sh: patch: command not found /bin/sh: patch: command not found...

Great! I am going to leave this issue open as we should have the command bail with a reasonable error if the patch utility cannot be found. Or we should...

Do we need to pass down some emulated interface to a C file? That might be a tall order.

https://heasarc.gsfc.nasa.gov/docs/software/fitsio/c/c_user/node91.html This looks annoying and not fun.

there is also `mem://` here: https://heasarc.gsfc.nasa.gov/docs/software/fitsio/c/c_user/node85.html

> working on a filesystem with good bandwidth but poor/variable latency on individual I/O operations such that doing a single big read and then doing the parsing / seek /...