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

draft: add a recipe for creating the morpheus_core conda package #1872

Commits on Aug 27, 2024

  1. draft: add a recipe for creating the morpheus_core conda package

    Signed-off-by: Anuradha Karuppiah <anuradhak@nvidia.com>
    AnuradhaKaruppiah committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    9e893d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. fix mrc flag import failure

    This is a workaround to the following error -
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    CMake Error at
    build-conda/_deps/rapids-cmake-src/rapids-cmake/cmake/make_global.cmake:59
    (set_target_properties):^M
      Attempt to promote imported target "gflags" to global scope (by
    setting^M
      IMPORTED_GLOBAL) which is not built in this directory.^M
    Call Stack (most recent call first):^M
      build-conda/_deps/rapids-cmake-src/rapids-cmake/find/package.cmake:129
    (rapids_cmake_make_global)^M
      /Morpheus/.cache/cpm/mrc/9f8a50df0cf94cf470a5cdc01861ed63f701e27f/cmake/dependencies.cmake:53
    (rapids_find_package)^M
      /Morpheus/.cache/cpm/mrc/9f8a50df0cf94cf470a5cdc01861ed63f701e27f/CMakeLists.txt:148
    (include)
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    
    Signed-off-by: Anuradha Karuppiah <anuradhak@nvidia.com>
    AnuradhaKaruppiah committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e3cc22e View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. dependencies: add a morpheus_core key

    This include all non-pip runtime dependencies
    
    Signed-off-by: Anuradha Karuppiah <anuradhak@nvidia.com>
    AnuradhaKaruppiah committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e0c31ba View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Add a docker stage for building the morpheus core conda package

    Signed-off-by: Anuradha Karuppiah <anuradhak@nvidia.com>
    AnuradhaKaruppiah committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ba7e397 View commit details
    Browse the repository at this point in the history
  2. Add an option to upload the package to anaconda

    Upload is done using the CONDA_TOKEN env var
    
    Signed-off-by: Anuradha Karuppiah <anuradhak@nvidia.com>
    AnuradhaKaruppiah committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    14aafbe View commit details
    Browse the repository at this point in the history