Created attachment 210309 [details] patch Only amd64 and i386 have immintrin.h. There's a check for ARM, but not for other architectures. Building without immintrin.h works fine on amd64.
A commit references this bug: Author: pkubaj Date: Sun Jan 12 17:26:25 UTC 2020 New revision: 522821 URL: https://svnweb.freebsd.org/changeset/ports/522821 Log: math/clp: fix build on non-x86 non-ARM Only amd64 and i386 have immintrin.h. There's a check for ARM, but not for other architectures. Building without immintrin.h works fine on amd64. PR: 242966 Approved by: co9co9@gmail.com (maintainer timeout) MFH: 2020Q1 (fix build blanket) Changes: head/math/clp/files/patch-Clp_src_ClpPackedMatrix.cpp head/math/clp/files/patch-Clp_src_ClpSimplexDual.cpp
A commit references this bug: Author: pkubaj Date: Sun Jan 12 17:28:03 UTC 2020 New revision: 522823 URL: https://svnweb.freebsd.org/changeset/ports/522823 Log: MFH: r522821 math/clp: fix build on non-x86 non-ARM Only amd64 and i386 have immintrin.h. There's a check for ARM, but not for other architectures. Building without immintrin.h works fine on amd64. PR: 242966 Approved by: co9co9@gmail.com (maintainer timeout) Approved by: portmgr (fix build blanket) Changes: _U branches/2020Q1/ branches/2020Q1/math/clp/files/patch-Clp_src_ClpPackedMatrix.cpp branches/2020Q1/math/clp/files/patch-Clp_src_ClpSimplexDual.cpp