comp-imaging / ProxImaL

A domain-specific language for image optimization.
MIT License
112 stars 29 forks source link

Needing Halide support for MacOS with ARM64 processors #95

Closed antonysigma closed 10 months ago

antonysigma commented 10 months ago

Error message:

% cd proximal/halide/
% meson setup build/
The Meson build system
Version: 1.2.0
Source dir: /Users/antony/Projects/ProxImaL/proximal/halide
Build dir: /Users/antony/Projects/ProxImaL/proximal/halide/build
Build type: native build
Project name: proximal-halide
Project version: undefined
C++ compiler for the host machine: c++ (clang 15.0.0 "Apple clang version 15.0.0 (clang-1500.0.40.1)")
C++ linker for the host machine: c++ ld64 1015.7
Host machine cpu family: aarch64
Host machine cpu: aarch64

meson.build:8:19: ERROR: Neither a subproject directory nor a halide-aarch64-darwin.wrap file was found.

A full log can be found at /Users/antony/Projects/ProxImaL/proximal/halide/build/meson-logs/meson-log.txt