A "gnuplot" which also does data processing (interpolation!). Has been in my home repo for 10 months without complains. But now somebody from the Max-Planck Institut für Intelligente Systeme asked for a 12.3 version. Seeing there is an interest, the science repo seems to be the best place for it. OBS-URL: https://build.opensuse.org/request/show/207767 OBS-URL: https://build.opensuse.org/package/show/science/pyxplot?expand=0&rev=1
14 lines
358 B
Diff
14 lines
358 B
Diff
Index: configure
|
|
===================================================================
|
|
--- configure.orig
|
|
+++ configure
|
|
@@ -78,7 +78,7 @@ then
|
|
rm -f conf.*
|
|
echo "YES"
|
|
echo "HAVE_READLINE=-D HAVE_READLINE=1" >> Makefile
|
|
- echo "LINK_READLINE=-ltermcap -lreadline" >> Makefile
|
|
+ echo "LINK_READLINE=-lreadline" >> Makefile
|
|
else
|
|
rm -f conf.*
|
|
echo "NO"
|