Bug 242946

Summary: misc/mxnet: fix build on non-x86
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: Piotr Kubaj <pkubaj>
Status: Closed FIXED    
Severity: Affects Only Me CC: yuri
Priority: --- Flags: yuri: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch pkubaj: maintainer-approval? (yuri)

Description Piotr Kubaj freebsd_committer freebsd_triage 2019-12-28 19:30:12 UTC
Created attachment 210291 [details]
patch

Architectures other than amd64 and i386 don't have SSE. CMakeLists.txt checks for ARM, but not for other architectures.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-12-28 20:30:25 UTC
A commit references this bug:

Author: pkubaj
Date: Sat Dec 28 20:30:13 UTC 2019
New revision: 521238
URL: https://svnweb.freebsd.org/changeset/ports/521238

Log:
  misc/mxnet: fix build on non-arm non-x86

  Architectures other than amd64 and i386 don't have SSE. CMakeLists.txt checks for ARM, but not for other architectures.

  PR:		242946
  Approved by:	yuri (maintainer)

Changes:
  head/misc/mxnet/Makefile