Skip to content

Variant for the © symbol: (C) → (c) #318

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

Merged
merged 1 commit into from
May 1, 2023

Conversation

DimitriPapadopoulos
Copy link
Contributor

@DimitriPapadopoulos
Copy link
Contributor Author

The CI error is unrelated, I wonder whether aarch64 is still supported by GitHub.

2023-05-01T07:36:33.3389046Z       CMake Warning at blosc/c-blosc/CMakeLists.txt:256 (message):
2023-05-01T07:36:33.3389387Z         Unrecognized system processor aarch64.  Cannot determine which hardware
2023-05-01T07:36:33.3389838Z         features (GNU 10.2.1) supports, so hardware-accelerated implementations
2023-05-01T07:36:33.3390135Z         will not be available.
2023-05-01T07:36:33.3390326Z       
2023-05-01T07:36:33.3390497Z       
2023-05-01T07:36:33.3390782Z       -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
2023-05-01T07:36:33.3391128Z       -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
2023-05-01T07:36:33.3391474Z       -- Check if compiler accepts -pthread
2023-05-01T07:36:33.3391817Z       -- Check if compiler accepts -pthread - yes
2023-05-01T07:36:33.3392110Z       -- Found Threads: TRUE
2023-05-01T07:36:33.3392420Z       -- Disabling support for assembly sources in ZSTD
2023-05-01T07:36:33.3393146Z       CMake Error at /tmp/pip-build-env-s5w0_zin/overlay/lib/python3.8/site-packages/skbuild/resources/cmake/FindPythonExtensions.cmake:412 (include_directories):
2023-05-01T07:36:33.3393702Z         include_directories given empty-string as include directory.
2023-05-01T07:36:33.3393991Z       Call Stack (most recent call first):
2023-05-01T07:36:33.3394277Z         blosc/CMakeLists.txt:24 (python_extension_module)
2023-05-01T07:36:33.3397206Z       
2023-05-01T07:36:33.3397370Z       
2023-05-01T07:36:33.3402187Z       _modinit_prefix:PyInit_
2023-05-01T07:36:33.3402623Z       -- Configuring incomplete, errors occurred!
2023-05-01T07:36:33.3402890Z       Traceback (most recent call last):
2023-05-01T07:36:33.3403414Z         File "/tmp/pip-build-env-s5w0_zin/overlay/lib/python3.8/site-packages/skbuild/setuptools_wrap.py", line 666, in setup
2023-05-01T07:36:33.3403789Z           env = cmkr.configure(
2023-05-01T07:36:33.3404270Z         File "/tmp/pip-build-env-s5w0_zin/overlay/lib/python3.8/site-packages/skbuild/cmaker.py", line 356, in configure
2023-05-01T07:36:33.3404618Z           raise SKBuildError(msg)
2023-05-01T07:36:33.3404829Z       
2023-05-01T07:36:33.3405066Z       An error occurred while configuring with CMake.

@DimitriPapadopoulos
Copy link
Contributor Author

Some updates in the logs between the last commit to the main branch and this pull request:

  • Current runner version: 2.301.1 → 2.303.0
  • Runner Image version: 20230227.2 → 20230426.1
  • cmake: 3.25.2 → 3.26.3

Perhaps an effect of the CMake version. However, why only for aarch64? It is hard to tell without the actual CMake output.

@FrancescAlted
Copy link
Member

Looks good.

Regarding aarch64, it used to work, so this might be a temporary glitch?

@FrancescAlted FrancescAlted merged commit 99128d6 into Blosc:main May 1, 2023
@DimitriPapadopoulos DimitriPapadopoulos deleted the Copyright branch May 1, 2023 12:18
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.

2 participants