diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-04-22 20:10:44 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-04-22 20:10:44 -0700 |
commit | b0ebf843ce862f8448aad85e61cc1b3727745fd0 (patch) | |
tree | 47b934781729c5d2143de03eb8021521771c500f /mpi-patches/export-mp-eq | |
parent | 790cbdccac0540d2af12438fc7bccef2e17bc124 (diff) | |
download | txr-b0ebf843ce862f8448aad85e61cc1b3727745fd0.tar.gz txr-b0ebf843ce862f8448aad85e61cc1b3727745fd0.tar.bz2 txr-b0ebf843ce862f8448aad85e61cc1b3727745fd0.zip |
Switch to in-tree mpi directory.
* Makefile (CFLAGS, MPI_OBJS): Refer to mpi directory without version
number.
(repatch): Target removed.
(distclean): Don't try to remove old unpacked tarball mpi directory.
* configure (mpi_version, have_quilt, have_patch): Variables removed.
(gen_config_make): Do not generate mpi_version make variable.
Do not test for quilt or patch. No longer extract MPI tarball or
try to apply patches.
* mpi-1.8.6.tar.gz: File removed.
* mpi-patches: Directory and all files under it removed.
Diffstat (limited to 'mpi-patches/export-mp-eq')
-rw-r--r-- | mpi-patches/export-mp-eq | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/mpi-patches/export-mp-eq b/mpi-patches/export-mp-eq deleted file mode 100644 index 121aa9c7..00000000 --- a/mpi-patches/export-mp-eq +++ /dev/null @@ -1,34 +0,0 @@ -Index: mpi-1.8.6/mpi.c -=================================================================== ---- mpi-1.8.6.orig/mpi.c 2015-02-07 19:32:37.136895701 -0800 -+++ mpi-1.8.6/mpi.c 2015-02-07 19:32:43.876775527 -0800 -@@ -84,14 +84,6 @@ - - /* }}} */ - --/* {{{ Comparison constants */ -- --#define MP_LT -1 --#define MP_EQ 0 --#define MP_GT 1 -- --/* }}} */ -- - /* {{{ Constant strings */ - - /* Constant strings returned by mp_strerror() */ -Index: mpi-1.8.6/mpi.h -=================================================================== ---- mpi-1.8.6.orig/mpi.h 2015-02-07 19:32:37.136895701 -0800 -+++ mpi-1.8.6/mpi.h 2015-02-07 19:32:43.876775527 -0800 -@@ -42,6 +42,10 @@ - #define MP_UNDEF -5 /* answer is undefined */ - #define MP_LAST_CODE MP_UNDEF - -+#define MP_LT -1 -+#define MP_EQ 0 -+#define MP_GT 1 -+ - #include "mpi-types.h" - - /* Included for compatibility... */ |