mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 20:39:18 -04:00
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
455 B
Text
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
|