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 to release Linux aarch64 wheels #45

Open
odidev opened this issue Sep 15, 2021 · 1 comment
Open

Add support to release Linux aarch64 wheels #45

odidev opened this issue Sep 15, 2021 · 1 comment

Comments

@odidev
Copy link

odidev commented Sep 15, 2021

On Linux aarch64, ‘pip install SimpleITK’ should download the wheels from pypi.

@blowekamp Please let me know your interest in releasing aarch64 wheels. I can help in this.

To start with I have tried to build wheels for amd64 using steps mentioned here but the script is giving below error -

+ ninja
[0/4] Performing configure step for 'SimpleITK-superbuild'
loading initial cache file /work/standalone-x64-build/SimpleITK-superbuild-prefix/tmp/SimpleITK-superbuild-cache-Release.cmake
CMake Error: The source directory "/work/SimpleITK/SuperBuild" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
FAILED: SimpleITK-superbuild-prefix/src/SimpleITK-superbuild-stamp/SimpleITK-superbuild-configure
cd /work/standalone-x64-build/sitk-sb && /usr/bin/cmake -C/work/standalone-x64-build/SimpleITK-superbuild-prefix/tmp/SimpleITK-superbuild-cache-Release.cmake -GNinja /work/SimpleITK/SuperBuild && /usr/bin/cmake -E touch /work/standalone-x64-build/SimpleITK-superbuild-prefix/src/SimpleITK-superbuild-stamp/SimpleITK-superbuild-configure
ninja: build stopped: subcommand failed.

Can you please suggest some pointers on the above error?

@blowekamp
Copy link
Member

I would guess that the git submodule did not get initialized and cloned. When cloning you can use the flag –recurse-submodules with modern git versions. Otherwise, the following commands are needed:

git submodule init
git submodule init update

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

No branches or pull requests

2 participants