ports/math/lapacke/files/patch-utils+Makefile
Maho Nakata 030a58883d LAPACKE is a standard C language APIs for LAPACK, which introduces
the following features[1]:
- row-major and column-major matrix layout controlled by the first function
parameter;
- an implementation with working arrays (middle-level interface) as well as
without working arrays (high-level interface);
- input scalars passed by value;
- error code as a return value instead of the INFO parameter.

[1] Intel Corporation. "C Interface to LAPACK" README. 2010.

WWW: http://www.netlib.org/lapack/

PR:             153045
Submitted by:   Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp>
2011-02-17 00:47:57 +00:00

11 lines
285 B
Text

--- utils/Makefile.orig 2010-12-02 20:44:22.000000000 +0900
+++ utils/Makefile 2010-12-02 20:44:34.000000000 +0900
@@ -186,7 +186,7 @@
all: lib
lib: $(OBJ)
- $(ARCH) $(ARCHFLAGS) ../$(LAPACKE) $(OBJ)
+ $(ARCH_) $(ARCH_FLAGS) ../$(LAPACKE) $(OBJ)
$(RANLIB) ../$(LAPACKE)
.c.o: