diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-04-20 18:29:27 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-04-20 18:29:27 -0700 |
commit | 21a927997f92fd67e3b4bd07a9264fdd4fa38df9 (patch) | |
tree | 8a44c8e5729efe22dc20d273c616c3fb556eaedc /ChangeLog | |
parent | 6631b687b9761613aee2c07b4ce0c310ff718a70 (diff) | |
download | txr-21a927997f92fd67e3b4bd07a9264fdd4fa38df9.tar.gz txr-21a927997f92fd67e3b4bd07a9264fdd4fa38df9.tar.bz2 txr-21a927997f92fd67e3b4bd07a9264fdd4fa38df9.zip |
Fixes for configuring and building in a separate directory.
* configure: MPI is now extracted and patched in the build directory,
not in the source directory.
* Makefile (CFLAGS): Refer to mpi headers relative to current
directory, not $(top_srcdir).
(repatch): Run MPI repatching steps in correct directory.
(clean): Remove extracted MPI from build directory.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2012-04-20 Kaz Kylheku <kaz@kylheku.com> + Fixes for configuring and building in a separate directory. + + * configure: MPI is now extracted and patched in the build directory, + not in the source directory. + + * Makefile (CFLAGS): Refer to mpi headers relative to current + directory, not $(top_srcdir). + (repatch): Run MPI repatching steps in correct directory. + (clean): Remove extracted MPI from build directory. + +2012-04-20 Kaz Kylheku <kaz@kylheku.com> + Version 65 * txr.c (version): Bumped. |