From 3a3bfdeda27eb93d5c29efe5f1bf1548c8d7ad42 Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Wed, 14 Jul 2004 13:37:21 +0000 Subject: [PATCH] maho@ reported that atlas isn't broken any longer on amd64 --- benchmarks/hpl/Makefile | 5 ----- 1 file changed, 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