From owner-cvs-ports Wed Feb 22 06:38:38 1995 Return-Path: cvs-ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id GAA13951 for cvs-ports-outgoing; Wed, 22 Feb 1995 06:38:38 -0800 Received: from amcell2.caisr.cwru.edu (amcell2.CAISR.CWRU.Edu [129.22.24.2]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id GAA13942; Wed, 22 Feb 1995 06:38:35 -0800 Received: (from ljo@localhost) by amcell2.caisr.cwru.edu (8.6.9/8.6.6) id JAA11655; Wed, 22 Feb 1995 09:37:36 -0500 Date: Wed, 22 Feb 1995 09:37:36 -0500 From: L Jonas Olsson Message-Id: <199502221437.JAA11655@amcell2.caisr.cwru.edu> To: ats@freefall.cdrom.com CC: cvs-ports@freefall.cdrom.com In-reply-to: <199502220953.BAA03577@freefall.cdrom.com> (message from Andreas Schulz on Wed, 22 Feb 1995 01:53:00 -0800) Subject: Re: cvs commit: ports/math/linpack Makefile Reply-to: ljo@po.cwru.edu Sender: cvs-ports-owner@freebsd.org Precedence: bulk Thanks for cleaning up my ports! I don't know how much interest there is in these FORTRAN packages, but if there is the things on the to-do list are: 1. i386/i486/pentium/p6 optimized BLAS functions. 2. Port of Lapack. This package replaces the linpack and eispack packages and is much more modern (and bigger). It was released sometime in 1991 - 1992 vs. ~1970 for linpack/eispack. This is also FORTRAN, but a C version is supposed to come. 3. More netlib packages (FORTRAN): fftpack (Fast Fourier Transforms (and fast DFT transforms) not limited to 2^n size arrays. minpack (Minimization/optimization package) With these in and perhaps an f2c update an announcement in sci.math.num-analysis could be done. Jonas