-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEA] Make maplibre-gl work in
@rapidsai/jsdom
(#433)
- Loading branch information
Showing
199 changed files
with
3,684 additions
and
3,014 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,17 +32,18 @@ function(find_and_configure_cugraph_ops) | |
if(NOT TARGET cugraph-ops::cugraph-ops++) | ||
_get_major_minor_version(${VERSION} MAJOR_AND_MINOR) | ||
_get_update_disconnected_state(cugraph-ops ${VERSION} UPDATE_DISCONNECTED) | ||
CPMFindPackage(NAME cugraph-ops | ||
VERSION ${VERSION} | ||
GIT_REPOSITORY "[email protected]:rapidsai/cugraph-ops.git" | ||
GIT_TAG branch-${MAJOR_AND_MINOR} | ||
GIT_SHALLOW TRUE | ||
CPMFindPackage(NAME cugraph-ops | ||
VERSION ${VERSION} | ||
# EXCLUDE_FROM_ALL TRUE | ||
GIT_REPOSITORY "[email protected]:rapidsai/cugraph-ops.git" | ||
GIT_TAG branch-${MAJOR_AND_MINOR} | ||
GIT_SHALLOW TRUE | ||
${UPDATE_DISCONNECTED} | ||
SOURCE_SUBDIR cpp | ||
OPTIONS "DETECT_CONDA_ENV OFF" | ||
"BUILD_SHARED_LIBS OFF" | ||
"CUDA_STATIC_RUNTIME ON" | ||
"BUILD_CUGRAPH_OPS_CPP_TESTS OFF") | ||
SOURCE_SUBDIR cpp | ||
OPTIONS "DETECT_CONDA_ENV OFF" | ||
"BUILD_SHARED_LIBS OFF" | ||
"CUDA_STATIC_RUNTIME ON" | ||
"BUILD_CUGRAPH_OPS_CPP_TESTS OFF") | ||
endif() | ||
# Make sure consumers of our libs can see cugraph-ops::Thrust | ||
_fix_cmake_global_defaults(cugraph-ops::Thrust) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,17 +30,18 @@ function(find_and_configure_cumlprims_mg) | |
if(NOT TARGET cumlprims_mg::cumlprims_mg) | ||
_get_major_minor_version(${VERSION} MAJOR_AND_MINOR) | ||
_get_update_disconnected_state(cumlprims_mg ${VERSION} UPDATE_DISCONNECTED) | ||
CPMFindPackage(NAME cumlprims_mg | ||
VERSION ${VERSION} | ||
GIT_REPOSITORY "[email protected]:rapidsai/cumlprims_mg.git" | ||
GIT_TAG branch-${MAJOR_AND_MINOR} | ||
GIT_SHALLOW TRUE | ||
CPMFindPackage(NAME cumlprims_mg | ||
VERSION ${VERSION} | ||
# EXCLUDE_FROM_ALL TRUE | ||
GIT_REPOSITORY "[email protected]:rapidsai/cumlprims_mg.git" | ||
GIT_TAG branch-${MAJOR_AND_MINOR} | ||
GIT_SHALLOW TRUE | ||
${UPDATE_DISCONNECTED} | ||
SOURCE_SUBDIR cpp | ||
OPTIONS "BUILD_TESTS OFF" | ||
"BUILD_BENCHMARKS OFF" | ||
"DETECT_CONDA_ENV OFF" | ||
"BUILD_SHARED_LIBS OFF") | ||
SOURCE_SUBDIR cpp | ||
OPTIONS "BUILD_TESTS OFF" | ||
"BUILD_BENCHMARKS OFF" | ||
"DETECT_CONDA_ENV OFF" | ||
"BUILD_SHARED_LIBS OFF") | ||
endif() | ||
# Make sure consumers of our libs can see cumlprims_mg::cumlprims_mg | ||
_fix_cmake_global_defaults(cumlprims_mg::cumlprims_mg) | ||
|
Oops, something went wrong.