mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
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>
11 lines
285 B
Text
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:
|