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 ccache/4.5.1 #8604

Merged
merged 1 commit into from
Jan 4, 2022
Merged

Conversation

SpaceIm
Copy link
Contributor

@SpaceIm SpaceIm commented Jan 1, 2022

Specify library name and version: lib/1.0

closes #8584


  • I've read the guidelines for contributing.
  • I've followed the PEP8 style guides for Python code in the recipes.
  • I've used the latest Conan client version.
  • I've tried at least one configuration locally with the
    conan-center hook activated.

@conan-center-bot

This comment has been minimized.

@SpaceIm
Copy link
Contributor Author

SpaceIm commented Jan 1, 2022

-- Performing Test HAVE_ASM_SSE2
-- Performing Test HAVE_ASM_SSE2 - Success
-- Performing Test HAVE_ASM_SSE41
-- Performing Test HAVE_ASM_SSE41 - Success
-- Performing Test HAVE_ASM_AVX2
-- Performing Test HAVE_ASM_AVX2 - Success
-- Performing Test HAVE_ASM_AVX512
-- Performing Test HAVE_ASM_AVX512 - Success
-- Performing Test HAVE_NEON
-- Performing Test HAVE_NEON - Success
-- Configuring done
(...)
/Library/Developer/CommandLineTools/usr/bin/ranlib: archive member: ../../../../lib/libblake3.a(blake3_sse2_x86-64_unix.S.o) cputype (16777223) does not match previous archive members cputype (16777228) (all members must match)
/Library/Developer/CommandLineTools/usr/bin/ranlib: archive member: ../../../../lib/libblake3.a(blake3_sse41_x86-64_unix.S.o) cputype (16777223) does not match previous archive members cputype (16777228) (all members must match)
/Library/Developer/CommandLineTools/usr/bin/ranlib: archive member: ../../../../lib/libblake3.a(blake3_avx2_x86-64_unix.S.o) cputype (16777223) does not match previous archive members cputype (16777228) (all members must match)
/Library/Developer/CommandLineTools/usr/bin/ranlib: archive member: ../../../../lib/libblake3.a(blake3_avx512_x86-64_unix.S.o) cputype (16777223) does not match previous archive members cputype (16777228) (all members must match)
/Library/Developer/CommandLineTools/usr/bin/ranlib: archive member: ../../../../lib/libblake3.a(blake3_sse2_x86-64_unix.S.o) cputype (16777223) does not match previous archive members cputype (16777228) (all members must match)
/Library/Developer/CommandLineTools/usr/bin/ranlib: archive member: ../../../../lib/libblake3.a(blake3_sse41_x86-64_unix.S.o) cputype (16777223) does not match previous archive members cputype (16777228) (all members must match)
/Library/Developer/CommandLineTools/usr/bin/ranlib: archive member: ../../../../lib/libblake3.a(blake3_avx2_x86-64_unix.S.o) cputype (16777223) does not match previous archive members cputype (16777228) (all members must match)
/Library/Developer/CommandLineTools/usr/bin/ranlib: archive member: ../../../../lib/libblake3.a(blake3_avx512_x86-64_unix.S.o) cputype (16777223) does not match previous archive members cputype (16777228) (all members must match)

What? Can't reproduce this issue. SSE/AVX shouldn't be detected if host is macos M1, how it could if target cpu is arm?

@SpaceIm SpaceIm closed this Jan 1, 2022
@SpaceIm SpaceIm reopened this Jan 1, 2022
@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@SpaceIm SpaceIm closed this Jan 1, 2022
@SpaceIm SpaceIm reopened this Jan 1, 2022
@conan-center-bot
Copy link
Collaborator

All green in build 4 (43275990600ba385238871c588a80cb8a7ae9bd1):

  • ccache/4.5.1@:
    All packages built successfully! (All logs)

project(cmake_wrapper)

include(conanbuildinfo.cmake)
conan_basic_setup()
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
conan_basic_setup()
conan_basic_setup(TARGETS)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It doesn't really matter in cmake wrapper of the recipe, why do you want TARGETS?

Copy link
Member

@uilianries uilianries left a comment

Choose a reason for hiding this comment

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

LGTM

@conan-center-bot conan-center-bot merged commit 7f812fa into conan-io:master Jan 4, 2022
@SpaceIm SpaceIm deleted the new/ccache/4.5.1 branch January 4, 2022 11:20
miklelappo pushed a commit to miklelappo/conan-center-index that referenced this pull request Feb 9, 2022
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.

[request] ccache/4.5.1
5 participants