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

[WIP] Use one metapackage for CPU/GPU #35

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Oct 29, 2019

  1. Drop per package CPU/GPU mutexes

    Based on discussions with the xgboost developers, it appears that only
    the C++ library changes based on whether it is built in CPU or GPU mode.
    The other language bindings do not change based on whether this
    functionality exists or not. So drop all of the per package mutexes to
    streamline things a bit.
    jakirkham committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    69606c3 View commit details
    Browse the repository at this point in the history
  2. MNT: Re-rendered with conda-build 3.18.10, conda-smithy 3.6.0, and co…

    …nda-forge-pinning 2019.10.22
    
    Now that the per package CPU/GPU mutexes have been dropped, re-render
    the feedstock to update its content accordingly.
    jakirkham committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    19c435d View commit details
    Browse the repository at this point in the history
  3. Add xgboost-proc to allow CPU/GPU selection

    As only the C++ library changes between CPU and GPU builds, add a meta
    package to allow selection between the two builds of the C++ library.
    Since this does not include GPU builds yet, simply set the selection
    package to CPU only.
    jakirkham committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    236c6c3 View commit details
    Browse the repository at this point in the history
  4. MNT: Re-rendered with conda-build 3.18.10, conda-smithy 3.6.0, and co…

    …nda-forge-pinning 2019.10.22
    
    Now that `xgboost-proc` has been added for CPU/GPU selection, re-render
    to update the feedstock content accordingly.
    jakirkham committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    dbccc17 View commit details
    Browse the repository at this point in the history
  5. Bump build number to 5

    Rebuild all of the packages now that the CPU/GPU selection metapackages
    have been restructured.
    jakirkham committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    07b7095 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. MNT: Re-rendered with conda-build 3.24.0, conda-smithy 3.23.1, and co…

    …nda-forge-pinning 2023.07.06.05.56.46
    jakirkham committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    47245fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    692e664 View commit details
    Browse the repository at this point in the history