1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

maho@ reported that atlas isn't broken any longer on amd64

This commit is contained in:
Oliver Lehmann 2004-07-14 13:37:21 +00:00
parent dce57c74ad
commit 3a3bfdeda2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113647

View File

@ -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