ports/math/gotoblas/files/patch-export-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
455 B
Text

--- exports/Makefile.orig Sun Jan 21 14:01:28 2007
+++ exports/Makefile Sun Jan 21 14:02:13 2007
@@ -181,7 +181,7 @@
./gensymbol win2kasm > symbol.S
test : linktest.c
- $(CC) $(CFLAGS) -w -o linktest linktest.c ../$(LIBSONAME) $(EXTRALIB) -lm && echo OK.
+ $(CC) $(CFLAGS) $(PTHREAD_CFLAGS) -w -o linktest $(PTHREAD_LIBS) linktest.c ../$(LIBSONAME) $(EXTRALIB) -lm && echo OK.
rm -f linktest
linktest.c : gensymbol ../Makefile.rule ../getarch.c