freebsd-ports/math/superlu/files/patch-SRC+util.h
Maho Nakata 33c9dc83a8 1. using ATLAS, faster blas implementation.
2. correct build
3. maintainer ship transfered to maho

PR:	52014
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2003-06-10 23:47:18 +00:00

14 lines
284 B
C

*** SRC/util.h.orig Fri Aug 6 04:21:40 1999
--- SRC/util.h Thu Dec 16 03:32:32 1999
***************
*** 4,10 ****
--- 4,12 ----
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+ #ifndef __STDC__
#include <malloc.h>
+ #endif
#include <assert.h>
/* Macros */