aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/hpl/Makefile
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-03-24 17:09:58 +0000
committerJohn Marino <marino@FreeBSD.org>2015-03-24 17:09:58 +0000
commit28ca5b96a23102bc508dd441fedf3cdf3eef313f (patch)
tree8bff0e951ded629b0a9a867dfad08db840b0458a /benchmarks/hpl/Makefile
parentc0b425947d651ac5423ebe86942c88c6a64dc35a (diff)
downloadports-28ca5b96a23102bc508dd441fedf3cdf3eef313f.tar.gz
ports-28ca5b96a23102bc508dd441fedf3cdf3eef313f.zip
5 ports categories: Remove $PTHREAD_LIBS
Categories: irc, x11-clocks, benchmarks, misc, textproc approved by: PTHREAD blanket
Notes
Notes: svn path=/head/; revision=382126
Diffstat (limited to 'benchmarks/hpl/Makefile')
-rw-r--r--benchmarks/hpl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/hpl/Makefile b/benchmarks/hpl/Makefile
index 3e99a6563a66..f30173a1092a 100644
--- a/benchmarks/hpl/Makefile
+++ b/benchmarks/hpl/Makefile
@@ -33,7 +33,7 @@ post-patch:
s|ARCH[ )]|_&|g ; \
s|^HPL_OPTS[ ]*=.*$$|HPL_OPTS =| ; \
s|^LAlib[ ]*=.*$$|LAlib = $$\(LAdir\)/lib/libblas.a| ; \
- s|libpmpich.a|libmpl.a ${PTHREAD_LIBS}|' \
+ s|libpmpich.a|libmpl.a -lpthread|' \
${WRKSRC}/setup/Make.${HPL_ARCH}
@${REINPLACE_CMD} -e 's|HPL\.dat|${PREFIX}/etc/${PORTNAME}/&|' \
${WRKSRC}/testing/ptest/HPL_pdinfo.c