diff options
author | linimon <linimon@FreeBSD.org> | 2010-06-04 10:56:24 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-06-04 10:56:24 +0800 |
commit | 35e0cd5d8da2c8b606b446af860e36a0ce0cfccc (patch) | |
tree | 52663ffffeab8cd7daf6a62589c537b64694d7d1 | |
parent | 20b84ef7f09c2de6a711f545d8123d681848eee0 (diff) | |
download | freebsd-ports-gnome-35e0cd5d8da2c8b606b446af860e36a0ce0cfccc.tar.gz freebsd-ports-gnome-35e0cd5d8da2c8b606b446af860e36a0ce0cfccc.tar.zst freebsd-ports-gnome-35e0cd5d8da2c8b606b446af860e36a0ce0cfccc.zip |
Don't build packages for this on the Tier-2 archs; we simply don't
have enough power on the nodes, and this winds up slowing down our
builds.
Hat: portmgr
-rw-r--r-- | science/abinit/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/science/abinit/Makefile b/science/abinit/Makefile index 692e99f77c59..321b114d1551 100644 --- a/science/abinit/Makefile +++ b/science/abinit/Makefile @@ -41,6 +41,10 @@ USE_GHOSTSCRIPT_BUILD= yes .include <bsd.port.pre.mk> +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +MANUAL_PACKAGE_BUILD= takes a tremendous amount of time to build on pointyhat nodes +.endif + .if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS) WITH_ATLAS= yes .endif |