Bug 242946 - misc/mxnet: fix build on non-x86
Summary: misc/mxnet: fix build on non-x86
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Piotr Kubaj
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-28 19:30 UTC by Piotr Kubaj
Modified: 2019-12-28 20:30 UTC (History)
1 user (show)

See Also:
yuri: maintainer-feedback+


Attachments
patch (707 bytes, patch)
2019-12-28 19:30 UTC, Piotr Kubaj
pkubaj: maintainer-approval? (yuri)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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