diff options
author | oliver <oliver@FreeBSD.org> | 2004-07-14 13:37:21 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2004-07-14 13:37:21 +0000 |
commit | c4b2cca2860e668bd76a75147cf07a850a758aad (patch) | |
tree | b4d958e53344e6f8fc1aa5b99a9dd66ba129ffa8 /benchmarks/hpl | |
parent | 3d91704bcd8ac540eaaae6ac9a46b93c549fd99d (diff) | |
download | FreeBSD-ports-c4b2cca2860e668bd76a75147cf07a850a758aad.zip FreeBSD-ports-c4b2cca2860e668bd76a75147cf07a850a758aad.tar.gz |
maho@ reported that atlas isn't broken any longer on amd64
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 3e0837c..23da553 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 |