[PATCH] fix cheetah_root

Richard Guenther rguenth at tat.physik.uni-tuebingen.de
Wed Dec 18 22:19:58 UTC 2002


Hi!

The following patch fixes the CHEETAH_ROOT variable to match
the one in the suite file. Tested by using the makefile stub
generated with an installed pooma/cheetah.

2002Dec18  Richard Guenther <richard.guenther at uni-tuebingen.de>

	* configure: fix CHEETAH_ROOT variable.

--- configure	6 Oct 2001 00:18:59 -0000	1.105
+++ configure	18 Dec 2002 21:58:37 -0000
@@ -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