aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/hpl
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2004-07-14 13:37:21 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2004-07-14 13:37:21 +0000
commit3a3bfdeda27eb93d5c29efe5f1bf1548c8d7ad42 (patch)
treee913b0adc47b993fa9a211cb99fdbed2d25804d9 /benchmarks/hpl
parentdce57c74ad43f7842e3a3f6dea877f58c5bddb05 (diff)
downloadports-3a3bfdeda27eb93d5c29efe5f1bf1548c8d7ad42.tar.gz
ports-3a3bfdeda27eb93d5c29efe5f1bf1548c8d7ad42.zip
maho@ reported that atlas isn't broken any longer on amd64
Notes
Notes: svn path=/head/; revision=113647
Diffstat (limited to 'benchmarks/hpl')
-rw-r--r--benchmarks/hpl/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/benchmarks/hpl/Makefile b/benchmarks/hpl/Makefile
index 3e0837cfc20d..23da5530c2fb 100644
--- a/benchmarks/hpl/Makefile
+++ b/benchmarks/hpl/Makefile
@@ -25,11 +25,6 @@ FC= ${LOCALBASE}/bin/mpicc
RUN_DEPENDS= ${BUILD_DEPENDS}
-.if ${MACHINE_ARCH} == "amd64"
-# math/atlas is currently broken on amd64
-WITH_BLAS= yes
-.endif
-
.if defined(WITH_BLAS)
LIB_DEPENDS+= blas.1:${PORTSDIR}/math/blas
.else