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

void #6711

Closed
ghost opened this issue Feb 9, 2021 · 6 comments
Closed

void #6711

ghost opened this issue Feb 9, 2021 · 6 comments

Comments

@ghost
Copy link

ghost commented Feb 9, 2021

No description provided.

@esc
Copy link
Member

esc commented Feb 9, 2021

@abebeos thank you for suggesting this. I am not sure how to remove the hard-coded architectures and still make the scripts run. I presume you encountered snags when running on PPC? If this is the case, do you think it would suffice to add the relevant architectures/platforms to the scripts instead?

@esc
Copy link
Member

esc commented Feb 9, 2021

OK, I think the easiest would be to work out a) where to get a ppc64le based miniconda from, maybe miniforge could be a solution and b) to figure out what the compilers are called on ppc64le and then add those two. I think with those two bits of information the scripts will be easy to adapt for ppc64le.

@esc
Copy link
Member

esc commented Feb 9, 2021

Following up, this here will get you a suitable miniconda: https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-ppc64le.sh

@esc
Copy link
Member

esc commented Feb 9, 2021

And for the compiler packages, probably the packages gcc_linux-ppc64le and gxx_linux-ppc64le will be your friend.

@esc
Copy link
Member

esc commented Feb 9, 2021

I fixed this already for my use case. This is really about getting evolving numba code/scripts to work generic.

I see. Well, if you find a good non-hardcoded solution (I don't see one yet) I'd be happy to review it. Otherwise, maybe hard-coded is the way to go here.

@stuartarchibald
Copy link
Contributor

This was referenced Feb 16, 2021
@ghost ghost changed the title Make Buildscripts Architecture-Independent void Feb 24, 2021
@ghost ghost closed this as completed Feb 24, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants