Skip to content

[MacOS] Minimal support/CI pipeline for MacOS ? #982

Closed
@matkara

Description

@matkara

It is common to find scientific software/libraries developed/tested on MacOS and then deployed on Linux.
As a user, I’m looking forward for a minimal support of MacOS by the Intel sycl/clang compiler.
When compiling one of the latest versions of the sycl branch, it fails with the following error

In file included from /Users/matkara/Codes/sycl/llvm/sycl/source/detail/devicelib/fallback-cassert.cpp:9:
/Users/matkara/Codes/sycl/llvm/sycl/source/detail/devicelib/wrapper.h:11:10: fatal error: 'cstddef' file not found
#include <cstddef>
         ^~~~~~~~~
1 error generated.

This error looks similar to the ones encountered in #258

Due to the lack of MacOS build in the testing pipeline of sycl, I don’t know if this error comes from my local setup of the project.
Would it be possible to add a minimal support/CI pipeline for MacOS ?

Metadata

Metadata

Labels

enhancementNew feature or requesthelp wantedWe don't have ability to look into this at the moment, but contributions are welcome

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions