diff options
author | tg <tg@FreeBSD.org> | 1998-06-02 16:09:37 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-06-02 16:09:37 +0800 |
commit | e80b1c00c0c1a73dbdb78c37d19bc33ba0c6430c (patch) | |
tree | cdaf1a93e9df05ea9514f7763e24009436191b23 /math/pygist/files | |
parent | 9c5d71714f26e2e58d55eb4ae94250c766f0fbf2 (diff) | |
download | freebsd-ports-gnome-e80b1c00c0c1a73dbdb78c37d19bc33ba0c6430c.tar.gz freebsd-ports-gnome-e80b1c00c0c1a73dbdb78c37d19bc33ba0c6430c.tar.zst freebsd-ports-gnome-e80b1c00c0c1a73dbdb78c37d19bc33ba0c6430c.zip |
New port pygist, a python interface to the scientific plotting
library gist, which is distributed with yorick.
Diffstat (limited to 'math/pygist/files')
-rw-r--r-- | math/pygist/files/patch-aa | 11 | ||||
-rw-r--r-- | math/pygist/files/patch-ab | 22 |
2 files changed, 33 insertions, 0 deletions
diff --git a/math/pygist/files/patch-aa b/math/pygist/files/patch-aa new file mode 100644 index 000000000000..1f5780aeda17 --- /dev/null +++ b/math/pygist/files/patch-aa @@ -0,0 +1,11 @@ +--- ../Tools/compile.py.orig Thu Mar 12 19:15:10 1998 ++++ ../Tools/compile.py Sun Mar 29 12:53:10 1998 +@@ -632,7 +632,7 @@ + + compileall.compile_dir(".") + os.system("make -f Makefile.pre.in boot") +- os.system("make") ++# os.system("make") + + if sys.platform == 'win32': + swig_found = find_swig() diff --git a/math/pygist/files/patch-ab b/math/pygist/files/patch-ab new file mode 100644 index 000000000000..8d8c53bef5a7 --- /dev/null +++ b/math/pygist/files/patch-ab @@ -0,0 +1,22 @@ +--- Setup.orig Fri May 8 19:40:19 1998 ++++ Setup Sat May 30 13:24:50 1998 +@@ -1,15 +1,15 @@ +-*shared* ++*shared* + + #This file is designed for building a dynamic extension. + + # Gist module + # Change XLIB to the directory where libX11.a is found on your system. + # Change YORHOME to the directory (--prefix) where Yorick was installed. +-XLIB = /usr/X11R6/lib +-YORHOME = /usr/local ++XLIB = ${X11BASE}/lib ++YORHOME = ${PREFIX} + GISTH = $(YORHOME)/lib/yorick/1.4/h + GISTL = $(YORHOME)/lib/yorick/1.4/lib +-gistC Gist/Src/gistCmodule.c -I$(GISTH) -L$(GISTL) -L$(XLIB) -lgist -lX11 -lm ++gistC Gist/Src/gistCmodule.c -I${X11BASE}/include -I$(GISTH) -L$(GISTL) -L$(XLIB) -lgist -lX11 -lm + + # Arrayfns module - supports Z. Motteler's 3D additions to pygist + arrayfns Arrayfcns/Src/arrayfnsmodule.c |