Scott Ransom
Scott Ransom
That last "empty" -I might be the problem. It seems like the FFTW include location isn't being found. What do you get if you run `pkg-config --cflags fftw3f` on the...
Given what you got with the pkg-config command, I think that that "empty" -I should have been -I/usr/local/include. You could try manually setting that in the makefile for FFTINC. The...
@vtonder Thanks for that. I've changed the ordering in the official PRESTO even though I have *no idea* why that works. Seems really bizarre to me....
Nope, not at all. Actually, the ON/OFF pairs are something that I think is rarely if ever used in PRESTO. If you use it, I'd happily accept a patch to...
@tanumanghosh I haven't touched this in PRESTO. I suspect that you could change the MAXNUMONOFF in the code (in `include/makeinf.h`) without issue. But the issue is that it really doesn't...
Adding @NickSwainston to this since I'm a Docker noob. I'm playing around with it now, though,
@NickSwainston So I'm curious about this. I looked at the `Dockerfile` and see that you have PGPLOT being installed from scratch (which @matteobachetti is having problems with). Is there a...
Sounds like a great idea to me, although since I haven't been a Docker user I have no idea what that entails. I can poke around. But if you guys...
Hmmm. This doesn't seem to be working for me. I'm getting a GLIBC error when the build tries to run the test code: ``` Successfully installed cycler-0.10.0 future-0.18.2 kiwisolver-1.3.1 matplotlib-3.4.2...
Ah-ha... I think I see the issue. My system is running Ubuntu 21.04, but the Docker build is for Ubuntu 20.04. During the build, docker saw that my PRESTO C-libraries...