diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2004-07-14 13:37:21 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2004-07-14 13:37:21 +0000 |
commit | 3a3bfdeda27eb93d5c29efe5f1bf1548c8d7ad42 (patch) | |
tree | e913b0adc47b993fa9a211cb99fdbed2d25804d9 /benchmarks | |
parent | dce57c74ad43f7842e3a3f6dea877f58c5bddb05 (diff) | |
download | ports-3a3bfdeda27eb93d5c29efe5f1bf1548c8d7ad42.tar.gz ports-3a3bfdeda27eb93d5c29efe5f1bf1548c8d7ad42.zip |
Notes
Diffstat (limited to 'benchmarks')
-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 |