Giter Club home page Giter Club logo

Comments (3)

jankatins avatar jankatins commented on June 26, 2024

Ok, for this to make sense, a conda wheel-build is needed. Not sure how easy that is to build...

Would need to:

  • setup a repo like conda build (e.g. parse meta.yml and install the dependencies)
  • unpack/prepare a source directory
  • call a wheel_build.sh|wheel_bld.bat file, which does the real build
  • copy the wheel to a common dir...

This way one could use a common base_bld.bat file and the conda and wheel builds could call this and then just do a python setup.py install vs ... bdist_wheel.

Uploads could be done via twine (importing something from twine would probably also get around the problem that twine needs a password on the commandline...)

from conda-smithy.

jankatins avatar jankatins commented on June 26, 2024

Ok, the above is now in https://github.com/JanSchulz/conda-build-wheel

-> For my statsmodels recipe, I can build the wheel by simply pointing it at the current recipe: conda buildwheel statsmodels. In this case it works as the bld.bat is a simple python setup install, so I just create a bld_wheel.bat which calls python setup.py bdist_wheel. For other case you would need to duplicate the preparations...

from conda-smithy.

pelson avatar pelson commented on June 26, 2024

Some really interesting ideas here, but I don't think we should pollute conda-smithy at this stage of its life. Right now, the primary focus is on delivering conda-forge - whilst I'd be super keen to help with other package mangers in the future (possibly, but not necessarily, in conda-smithy), I'm also going to maintain focus on completing conda-forge successfully.

from conda-smithy.

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.