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

Missing src in Linux aarch64 & ppc64le #2

Closed
jakirkham opened this issue Apr 8, 2023 · 3 comments
Closed

Missing src in Linux aarch64 & ppc64le #2

jakirkham opened this issue Apr 8, 2023 · 3 comments

Comments

@jakirkham
Copy link
Member

In PR ( #1 ) while enabling Linux aarch64 & ppc64le builds, noticed that src was missing. So the tests (noted below) failed. Have constrained the tests to Linux x86_64. Filing this issue for awareness/tracking

# These `src` files are only available on Linux x86_64 (not aarch64 or ppc64le)
- test -f $PREFIX/targets/{{ target_name }}/libcusparse/src/cusparse_fortran.c # [linux64]
- test -f $PREFIX/targets/{{ target_name }}/libcusparse/src/cusparse_fortran.h # [linux64]
- test -f $PREFIX/targets/{{ target_name }}/libcusparse/src/cusparse_fortran_common.h # [linux64]

@jakirkham jakirkham mentioned this issue Apr 8, 2023
@leofang
Copy link
Member

leofang commented Apr 11, 2023

@adibbley Could this be in the same situation as in libcublas? (conda-forge/libcublas-feedstock#6 (comment))

@adibbley
Copy link
Contributor

Yup, confirmed we only ship src on x86_64 here as well. Thanks @leofang and @jakirkham!

@jakirkham
Copy link
Member Author

Closing as answered

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

3 participants