[PATCH] Fix CHEETAH_ROOT in makefile stub

Richard Guenther rguenth at tat.physik.uni-tuebingen.de
Wed Aug 14 09:43:42 UTC 2002


Hi!

The attached patch makes CHEETAH_ROOT in the generated makefile stub
(lib/SUITE/Makefile.pooma-*) match the one in the suite file. This
fixes problems with user Makefiles including this stub and relying on the
cheetah lib location at link time.

Tested by building and installing pooma and using the generated makefile
stub. Tested with cheetah 1.1.4.

Richard.

--
Richard Guenther <richard.guenther at uni-tuebingen.de>
WWW: http://www.tat.physik.uni-tuebingen.de/~rguenth/
The GLAME Project: http://www.glame.de/
-------------- next part --------------
2002Aug14  Richard Guenther <richard.guenther at uni-tuebingen.de>

	* configure: Made CHEETAH_ROOT in makefile stub match
        the one in the suite file.

-------------- next part --------------
Index: configure
===================================================================
RCS file: /home/pooma/Repository/r2/configure,v
retrieving revision 1.105
diff -u -r1.105 configure
--- configure	2001/10/06 00:18:59	1.105
+++ configure	2002/08/14 09:37:55
@@ -2239,7 +2239,7 @@
   if ($cheetah)
     {
       print MFILE "### settings needed to use CHEETAH for communication\n";
-      print MFILE "CHEETAH_ROOT          = $cheetah_dir\n";
+      print MFILE "CHEETAH_ROOT          = $cheetah_dir/$cheetah_arch\n";
       print MFILE "include \$(CHEETAH_ROOT)/$cheetah_lib_subdir/$cheetah_include_makefile\n";
       print MFILE "\n";
     }


More information about the pooma-dev mailing list