Peter Teuben

Results 155 comments of Peter Teuben

As an example, scripts with the following first line will not work anymore: #! /usr/bin/env bash but this will: #! /usr/local/bin/bash even if /usr/local/bin is in your PATH before /bin

Well, the pragmatic solution is to skip the building of shared libs (or use an -rpath style linking). The default is now that shared libs are disabled, with --enable-shared it...

SIP bites back: expression parsers (bodyfunc) now fail because there is no shared lib. This means it works in linux, but on a Mac currently broken. thank you apple.

Walter Dehnen reported he solved it by placing a symlink to the falcON shared libraries in /usr/local/lib, then not use $DYLD_LIBRARY_PATH and let the system linker resolved it (which is...

Saw a tip, which I have not tried, to work around certain SIP issues: To solve this issue, create the following file in your home directory: '.launchd.conf' with the contents:...

what happened to "brew install pgplot" ?

Should also add that "giza" is now quite functional, sans the ease of opening different yapp=N/xs windows. --with-yapp=giza would be the configure option.

the configure --disable-native opption will also do it, but the ~/.nemo_local.sh is useful for a global setting on a machine.

usr/dehnen/falcON/src/public/lib/bodyfunc.cc has some hardcoded options (e.g. clang will not like the -mpreferred-stack-boundary=4 option)

Another popular compression format are the .fz files, where fpack/funpack is needed. The compression levels here are much higher, but the cfitsio tool are needed for this (e.g. ubuntu: libcfitsio-bin)