octave-5.1.0-ubuntu-eoan-amd64.tar.gz
Any chance that a octave-${OCTAVE_VERSION}-ubuntu-eoan-amd64.tar.gz can be built? 19.10 eoan instead of 18.04 beaver? Or can you explain how to build it #17?
I attempted to use the bionic binaries on an eoan system, but ran into this error that I could not get around:
/lib/libGraphicsMagick-Q16.so.3: undefined reference to `TIFFReadRGBAStrip@LIBTIFF_4.0
For completeness, I installed this:
sudo apt install \
libhdf5-103 \
libgraphicsmagick++-q16-12 \
libgl2ps1.4 \
liblapack-dev \
libcholmod3 \
libumfpack5 \
libcxsparse3 \
libarpack2 \
libqrupdate1 \
libreadline-dev \
libgfortran4
And made a couple of links I'm not sure are 100% compatible:
sudo ln -s /usr/lib/x86_64-linux-gnu/libhdf5_serial.so.103.0.0 /usr/lib/x86_64-linux-gnu/libhdf5_serial.so.100
sudo ln -s /usr/lib/x86_64-linux-gnu/libreadline.so.8 /usr/lib/x86_64-linux-gnu/libreadline.so.7