diff options
| author | Thomas Gellekum <tg@FreeBSD.org> | 1998-06-02 08:09:37 +0000 |
|---|---|---|
| committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-06-02 08:09:37 +0000 |
| commit | d7c14f6605749a0215e5df9f5d379f1151417e80 (patch) | |
| tree | 521e730cc23e11a93681abca01dc4f43fc83d937 /math/pygist/files/patch-aa | |
| parent | 76a02b513a94c6331f54776c46a29c1966aa87bb (diff) | |
New port pygist, a python interface to the scientific plotting
library gist, which is distributed with yorick.
Diffstat (limited to 'math/pygist/files/patch-aa')
| -rw-r--r-- | math/pygist/files/patch-aa | 11 |
1 files changed, 11 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() |
