diff options
Diffstat (limited to 'benchmarks/hpl')
-rw-r--r-- | benchmarks/hpl/Makefile | 5 |
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 |