Index: head/math/hpipm/Makefile =================================================================== --- head/math/hpipm/Makefile (revision 514602) +++ head/math/hpipm/Makefile (revision 514603) @@ -1,20 +1,26 @@ # $FreeBSD$ PORTNAME= hpipm DISTVERSION= 0.1.0-80 DISTVERSIONSUFFIX= -g8679589 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org COMMENT= High-performance interior-point-method QP solvers LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= blasfeo>0:math/blasfeo USES= cmake localbase USE_GITHUB= yes GH_ACCOUNT= giaf -.include +.include + +.if ${ARCH} != amd64 && ${ARCH} != i386 +CMAKE_ARGS+= -DAVX:BOOL=OFF +.endif + +.include