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
23 lines
2.2 KiB
Diff
23 lines
2.2 KiB
Diff
Index: Makefile.skel
|
|
===================================================================
|
|
--- Makefile.skel.orig
|
|
+++ Makefile.skel
|
|
@@ -132,7 +132,7 @@ NOINSTALL_SWITCHES = $(COMMON_SWITCHES)
|
|
INSTALL_SWITCHES = $(COMMON_SWITCHES) -D SRCDIR=\"$(SRCDIR)\" -D DOCDIR=\"$(DOCDIR)\" -D PPLBINARY=\"$(BINDIR)/pyxplot\" -D FITSHELPER=\"$(BINDIR_PRIVATE)/pyxplot_fitshelper\" -D TIMEHELPER=\"$(BINDIR_PRIVATE)/pyxplot_timehelper\"
|
|
DEBUG_SWITCHES = $(COMMON_SWITCHES) -D SRCDIR=\"$(CWD)/$(LOCAL_SRCDIR)/\" -D DOCDIR=\"$(CWD)/$(LOCAL_DOCDIR)/\" -D PPLBINARY=\"$(CWD)/$(LOCAL_BINDIR)/debug/pyxplot\" -D FITSHELPER=\"$(CWD)/$(LOCAL_BINDIR)/pyxplot_fitshelper\" -D TIMEHELPER=\"$(CWD)/$(LOCAL_BINDIR)/pyxplot_timehelper\"
|
|
|
|
-all: $(LOCAL_BINDIR)/pyxplot $(LOCAL_BINDIR)/pyxplot_watch $(LOCAL_BINDIR)/pyxplot_fitshelper $(LOCAL_BINDIR)/pyxplot_timehelper $(LOCAL_BINDIR)/debug/pyxplot $(LOCAL_BINDIR)/debug/pyxplot_watch $(LOCAL_BINDIR)/install/pyxplot $(LOCAL_BINDIR)/install/pyxplot_watch $(LOCAL_BINDIR)/install/pyxplot_fitshelper $(LOCAL_BINDIR)/install/pyxplot_timehelper $(LOCAL_OBJDIR)/pyxplot.1 $(LOCAL_OBJDIR)/pyxplot_watch.1
|
|
+all: $(LOCAL_BINDIR)/install/pyxplot $(LOCAL_BINDIR)/install/pyxplot_watch $(LOCAL_BINDIR)/install/pyxplot_fitshelper $(LOCAL_BINDIR)/install/pyxplot_timehelper $(LOCAL_OBJDIR)/pyxplot.1 $(LOCAL_OBJDIR)/pyxplot_watch.1
|
|
|
|
src/settings/epsColors.h: buildScripts/colorlistGenerate.py
|
|
python buildScripts/colorlistGenerate.py
|
|
@@ -175,7 +175,7 @@ $(LOCAL_BINDIR)/debug/pyxplot: $(PPL_O
|
|
|
|
$(LOCAL_BINDIR)/install/pyxplot: $(PPL_OBJECTS_INSTALL)
|
|
mkdir -p $(LOCAL_BINDIR)/install
|
|
- echo "The files in this directory are binaries intended to be installed with 'make install'. They should not be used in their present location, as they contain hard-coded links to files which are created by the 'make install' step." > $(LOCAL_BINDIR)/debug/README
|
|
+ echo "The files in this directory are binaries intended to be installed with 'make install'. They should not be used in their present location, as they contain hard-coded links to files which are created by the 'make install' step." > $(LOCAL_BINDIR)/install/README
|
|
$(LINK) $(LDFLAGS) $(PPL_OBJECTS_INSTALL) $(LIBS) -o $(LOCAL_BINDIR)/install/pyxplot
|
|
|
|
#
|