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

Errors reported with scikit-build when running CMake with BUILD_ZFPY enabled #220

Closed
GarrettDMorrison opened this issue Dec 14, 2023 · 1 comment

Comments

@GarrettDMorrison
Copy link
Member

Configuring CMake to build zfpy results in the following errors.

CMake Error at python/scikit-build-cmake/FindPythonExtensions.cmake:299 (list):
  list GET given empty list
Call Stack (most recent call first):
  python/CMakeLists.txt:4 (include)

CMake Error at python/scikit-build-cmake/FindPythonExtensions.cmake:303 (list):
  list GET given empty list
Call Stack (most recent call first):
  python/CMakeLists.txt:4 (include)


CMake Error at python/scikit-build-cmake/FindPythonExtensions.cmake:307 (list):
  list GET given empty list
Call Stack (most recent call first):
  python/CMakeLists.txt:4 (include)


CMake Error at python/scikit-build-cmake/FindPythonExtensions.cmake:311 (list):
  list GET given empty list
Call Stack (most recent call first):
  python/CMakeLists.txt:4 (include)


CMake Error at python/scikit-build-cmake/FindPythonExtensions.cmake:315 (list):
  list GET given empty list
Call Stack (most recent call first):
  python/CMakeLists.txt:4 (include)


CMake Error at python/scikit-build-cmake/FindPythonExtensions.cmake:320 (list):
  list GET given empty list
Call Stack (most recent call first):
  python/CMakeLists.txt:4 (include)

see also: spack/spack#41649

GarrettDMorrison added a commit that referenced this issue Dec 14, 2023
@GarrettDMorrison
Copy link
Member Author

Fixed by 63eeefa

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

1 participant