Giter Site home page Giter Site logo

Comments (4)

davidhewitt avatar davidhewitt commented on June 6, 2024

Ouch. Technically what you're doing is a form of cross-compile, so whatever solution you propose should probably be compatible with #10.

I'm tempted to punt and say that this is a misconfiguration of your build environment; not something that setuptools-rust can elegantly handle. But if you think a windows-specific fix can be written that's easy and reliable, I could be persuaded to accept a patch.

from setuptools-rust.

alex avatar alex commented on June 6, 2024

I think there's probably a narrow fix, yes. I agree it's technically cross-compilation, however as a practical matter this is how lots of Windows building is done :-/ https://github.com/pyca/cryptography/pull/5357/checks?check_run_id=954276072 is an example failure ATM.

from setuptools-rust.

davidhewitt avatar davidhewitt commented on June 6, 2024

Ah, I see; I slightly misunderstood what you meant - you want to compile a 32-bit package with a 32-bit Python! (I'd thought you meant you wanted to compile a 64-bit package from the 32-bit python.)

I'm going to u-turn and say that it's totally applicable for setuptools-rust to attempt to detect and set --target here. I think really it would be a good measure if it did this on all platforms, because otherwise other environment such as rustup default target can also cause trouble.

I'm happy if you just want to provide an implementation for windows for now, with a TODO in the code that points to this issue saying other platforms could have this added too.

from setuptools-rust.

alex avatar alex commented on June 6, 2024

from setuptools-rust.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.