Peter Teuben
Peter Teuben
a missing executable doesn't trigger a FAIL message in "make check"
This is a well known problem, but the recent introduction of make.sh.in that configure will turn into make.sh, which the falcON build system inherits, can help the situation. In particular,...
NEMO's tabplot (and also tabhist) are very useful for quick analysis of tabular data without having to open complex programs and a complex user interface. For a given table (or...
As seen on ubuntu 21.10: s2s p1024.in p1024.out3 filter='i
this may be my usual "i don't know enough macOS". The internal builds on the mac for hdf4 ad hdf5 work fine, but cfitsio breaks during runtime complaining about a...
An example is "ccdrow" in src/image/misc but doesn't seem to get built Also, the src/scripts/bins.list needs to be documented in testsuite?
To very weird issues on my latest mac update: 1) /usr/bin/time COMMAND looses (some ) environment variables , notably $DYLD_LIBRARY_PATH 2) A simple bash script #! /bin/bash echo $SHELL echo...
fits.gz files are getting pretty common now. Would a solution be to use memory mapped files?
This is a case where the compiler does not know about the CPU yet. gyrfalcON uses -march=native to get the best possible speedup, but this fails on current intel Gen11...
this is quite an old issue. Now that there is a new --enable-shared meant for falcON, it might be worthwhile if you care about disk space. There are nearly 300...