Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Apple visionOS to Conan 1.x #14497

Closed
wants to merge 2 commits into from

Conversation

stevn
Copy link
Contributor

@stevn stevn commented Aug 16, 2023

Changelog: (Feature | Fix | Bugfix): Add support for Apple visionOS and apple-clang 15 (currently still beta).
Docs: https://github.com/conan-io/docs/pull/XXXX

Issue link:

#14496

  • Refer to the issue that supports this Pull Request.
  • If the issue has missing info, explain the purpose/use case/pain/need that covers this Pull Request.
  • I've read the Contributing guide.
  • I've followed the PEP8 style guides for Python code.
  • I've opened another PR in the Conan docs repo to the develop branch, documenting this one.

NOTICE:

  • In some cases I am unsure whether to use "xros" or "visionos". I just tried CMake, I don't have resources to test other build systems. I tried to adjust the config scripts for the other build tools accordingly...
  • I didn't write any tests.
  • It works for me in visionOS 1 beta 2 simulator runtime.

The profile I used:

[settings]
os=visionOS
os.version=1.0
os.sdk=xrsimulator
os.sdk_version=1.0
os_build=Macos
arch=x86_64
arch_build=x86_64
compiler=apple-clang
compiler.version=15
compiler.libcxx=libc++
build_type=Release
[options]
[build_requires]
[env]

@CLAassistant
Copy link

CLAassistant commented Aug 16, 2023

CLA assistant check
All committers have signed the CLA.

@stevn
Copy link
Contributor Author

stevn commented Aug 16, 2023

The GNU triplet might need to be visionos, not xros...

Copy link
Member

@memsharded memsharded left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution @stevn

Conan 1.X is no longer getting this kind of new features. Could you please target it to release/2.0 branch? Thanks!

@stevn stevn changed the title Add support for Apple visionOS. Add support for Apple visionOS to Conan 1.x Aug 17, 2023
@stevn
Copy link
Contributor Author

stevn commented Aug 17, 2023

@memsharded OK. I've added a new pull request for release/2.0: #14504

@stevn
Copy link
Contributor Author

stevn commented Aug 17, 2023

Closing this since it will only be available in Conan 2.x.

@stevn stevn closed this Aug 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants