[GRASS5] [bug #2731] (grass) F77, REQUIREMENTS.html

this bug's URL: http://intevation.de/rt/webrt?serial_num=2731
-------------------------------------------------------------------------

In configure.in: AC_CHECK_PROGS(F77, g77 f77)
In grass57_exp_2004_11_27/REQUIREMENTS.html F77 is not mentioned.

--- Headers Follow ---

From jidanni@jidanni.org Sun Nov 28 03:54:36 2004

Return-Path: <jidanni@jidanni.org>
Delivered-To: grass-bugs@lists.intevation.de
Received: from mail.intevation.de (aktaia [212.95.126.10])
  by lists.intevation.de (Postfix) with ESMTP id 7CCF110015B
  for <grass-bugs@lists.intevation.de>; Sun, 28 Nov 2004 03:54:36 +0100 (CET)
Received: from localhost (localhost [127.0.0.1])
  by mail.intevation.de (Postfix) with ESMTP id 4BD9B36DEF
  for <grass-bugs@lists.intevation.de>; Sun, 28 Nov 2004 03:54:36 +0100 (CET)
Received: from frodo.hserus.net (frodo.hserus.net [204.74.68.40])
  by mail.intevation.de (Postfix) with ESMTP id 63B4736CE0
  for <grass-bugs@intevation.de>; Sun, 28 Nov 2004 03:54:35 +0100 (CET)
Received: from tc218-187-73-65.2-3.dynamic.apol.com.tw ([218.187.73.65]:34450 helo=jidanni1)
  by frodo.hserus.net with esmtpsa
  (Cipher TLSv1:RC4-SHA:128) (Exim 4.43 #0)
  id 1CYFC2-000O4r-B2 by authid <jidanni> with plain
  for <grass-bugs@intevation.de>; Sun, 28 Nov 2004 08:24:34 +0530
To: grass-bugs@intevation.de
Subject: F77, REQUIREMENTS.html
From: Dan Jacobson <jidanni@jidanni.org>
Date: Sun, 28 Nov 2004 09:09:57 +0800
Message-ID: <87pt1yrd7e.fsf@jidanni.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Spam-Status: No, hits=-4.9 tagged_above=-999.0 required=3.0 tests=BAYES_00
X-Spam-Level:

-------------------------------------------- Managed by Request Tracker

Request Tracker wrote:

In configure.in: AC_CHECK_PROGS(F77, g77 f77)
In grass57_exp_2004_11_27/REQUIREMENTS.html F77 is not mentioned.

It doesn't appear to be used in 5.7. In 5.3, it's only used for
modules which aren't built by default:

  src/sites/cdhc
  src.contrib/CERL/SGI/ISM/grid
  src.contrib/CERL/misc/m.eigensystem
  src.garden/answers/src.answers
  src.garden/grass.hdf
  src.garden/grass.rim

In 5.7, lib/cdhc contains four Fortran files, but they aren't actually
used.

The configure check should probably be removed.

--
Glynn Clements <glynn@gclements.plus.com>

On Sun, Nov 28, 2004 at 05:18:33AM +0000, Glynn Clements wrote:

Request Tracker wrote:

> In configure.in: AC_CHECK_PROGS(F77, g77 f77)
> In grass57_exp_2004_11_27/REQUIREMENTS.html F77 is not mentioned.

It doesn't appear to be used in 5.7. In 5.3, it's only used for
modules which aren't built by default:

  src/sites/cdhc
  src.contrib/CERL/SGI/ISM/grid
  src.contrib/CERL/misc/m.eigensystem
  src.garden/answers/src.answers
  src.garden/grass.hdf
  src.garden/grass.rim

In 5.7, lib/cdhc contains four Fortran files, but they aren't actually
used.

The configure check should probably be removed.

Done in CVS.

Markus