PyCall.jl icon indicating copy to clipboard operation
PyCall.jl copied to clipboard

Remove architecture check for Conda

Open rapus95 opened this issue 4 years ago • 0 comments

Given that Conda supports several architectures by switching to miniforge, I suggest to remove the architecture check in https://github.com/JuliaPy/PyCall.jl/blob/5d227fc23fda631783a68c9ff1c6aff47200978e/deps/build.jl#L67 Currently it's that line that prevents PyCall to build even though everything would work.

rapus95 avatar May 06 '21 20:05 rapus95