freebsd-ports/math/gotoblas/files/patch-level3-Makefile
Maho Nakata 93f79f9f52 The GotoBLAS codes are currently the fastest implementations
of the Basic Linear Algebra Subroutines(BLAS; math/blas).
It supports various architectures.

WWW: http://www.tacc.utexas.edu/resources/software/

Based largely on: hrs's original port (thanks)
2007-02-06 00:43:02 +00:00

11 lines
244 B
Text

--- level3/Makefile.orig Sun Jan 21 11:19:32 2007
+++ level3/Makefile Sun Jan 21 11:19:37 2007
@@ -1,7 +1,7 @@
TOPDIR = ..
include ../Makefile.rule
-ifeq ($(ARCH), ALPHA)
+ifeq ($(GARCH), ALPHA)
TRSMDIR = oldtrsm
TRMMDIR = oldtrmm
endif