forked from rapidsai/cudf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
All are needed for cudf to be built, cleaning up for readability
- Loading branch information
1 parent
3c95932
commit 0fadab2
Showing
7 changed files
with
52 additions
and
64 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
set -e | ||
|
||
if [ "$BUILD_CUDF" == "1" ]; then | ||
echo "Building cudf" | ||
CUDF_BUILD_NO_GPU_TEST=1 conda build conda-recipes/cudf -c defaults -c conda-forge -c rapidsai/label/dev -c numba --python=$PYTHON | ||
fi | ||
echo "Building cudf" | ||
CUDF_BUILD_NO_GPU_TEST=1 conda build conda-recipes/cudf -c defaults -c conda-forge -c rapidsai/label/dev -c numba --python=$PYTHON |
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 |
---|---|---|
@@ -1,6 +1,4 @@ | ||
set -e | ||
|
||
if [ "$BUILD_LIBGDF" == "1" ]; then | ||
echo "Building libgdf" | ||
conda build conda-recipes/libgdf -c defaults -c conda-forge -c numba | ||
fi | ||
echo "Building libgdf" | ||
conda build conda-recipes/libgdf -c defaults -c conda-forge -c numba |
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 |
---|---|---|
@@ -1,6 +1,4 @@ | ||
set -e | ||
|
||
if [ "$BUILD_LIBGDF" == "1" -a "$BUILD_CFFI" == "1" ]; then | ||
echo "Building libgdf_cffi" | ||
conda build conda-recipes/libgdf_cffi -c defaults -c conda-forge -c numba --python=${PYTHON} | ||
fi | ||
echo "Building libgdf_cffi" | ||
conda build conda-recipes/libgdf_cffi -c defaults -c conda-forge -c numba --python=${PYTHON} |
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