Skip to content

Commit

Permalink
Fixing Outstanding Style Errors (#261)
Browse files Browse the repository at this point in the history
Some remaining style errors that need to be cleaned up before 22.06

Authors:
  - Michael Demoret (https://github.com/mdemoret-nv)

Approvers:
  - https://github.com/bsuryadevara

URL: #261
  • Loading branch information
mdemoret-nv authored Jul 5, 2022
1 parent 00541f6 commit eba4037
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/ops-bot.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# SPDX-FileCopyrightText: Copyright (c) 2022 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# This file controls which features from the `ops-bot` repository below are enabled.
# - https://github.com/rapidsai/ops-bot

Expand Down
2 changes: 1 addition & 1 deletion cmake/deps/Configure_srf.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function(find_and_configure_srf version)
"SRF_USE_CONDA ${MORPHEUS_USE_CONDA}"
"SRF_USE_CCACHE ${MORPHEUS_USE_CCACHE}"
"SRF_USE_CLANG_TIDY ${MORPHEUS_USE_CLANG_TIDY}"
"SRF_PYTHON_INPLACE_BUILD ${MORPHEUS_PYTHON_INPLACE_BUILD}"
"SRF_PYTHON_INPLACE_BUILD OFF"
"SRF_PYTHON_PERFORM_INSTALL ON"
"SRF_PYTHON_BUILD_STUBS ${MORPHEUS_BUILD_PYTHON_STUBS}"
"RMM_VERSION ${RAPIDS_VERSION}"
Expand Down

0 comments on commit eba4037

Please sign in to comment.