forked from Lainports/freebsd-ports
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)
11 lines
244 B
Text
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
|