Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions conda/recipes/librapidsmpf/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ outputs:
- ucxx ${{ ucxx_version }}
run:
- ${{ pin_compatible("cuda-version", upper_bound="x", lower_bound="x") }}
- cuda-cudart
- cuda-cupti
- librmm =${{ minor_version }}
- libcudf =${{ minor_version }}
Expand All @@ -130,7 +129,6 @@ outputs:
- ${{ compiler("cxx") }}
- ${{ stdlib("c") }}
by_name:
- cuda-cudart
- cuda-cupti
- libcudf
- openmpi
Expand Down Expand Up @@ -165,7 +163,6 @@ outputs:
- ${{ pin_subpackage("librapidsmpf", exact=True) }}
run:
- ${{ pin_compatible("cuda-version", upper_bound="x", lower_bound="x") }}
- cuda-cudart
- cuda-cupti
- librmm =${{ minor_version }}
- libcudf =${{ minor_version }}
Expand All @@ -178,7 +175,6 @@ outputs:
- ${{ compiler("cuda") }} =${{ cuda_version }}
- ${{ stdlib("c") }}
by_name:
- cuda-cudart
- cuda-cupti
- librmm
- libcudf
Expand Down
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ option(BUILD_BENCHMARKS "Configure CMake to build benchmarks" ON)
option(BUILD_EXAMPLES "Configure CMake to build examples" ON)
option(BUILD_SHARED_LIBS "Build RapidsMPF shared library" ON)
# cudart can be statically linked or dynamically linked. The python ecosystem wants dynamic linking
option(CUDA_STATIC_RUNTIME "Statically link the CUDA runtime" OFF)
option(CUDA_STATIC_RUNTIME "Statically link the CUDA runtime" ON)
option(RAPIDSMPF_CLANG_TIDY "Enable clang-tidy during compilation" OFF)
option(RAPIDSMPF_ASAN "Enable AddressSanitizer" OFF)
option(RAPIDSMPF_VERBOSE_INFO "Enable detail mode" OFF)
Expand Down
Loading