Skip to content

Commit

Permalink
forgot to export skbuild options
Browse files Browse the repository at this point in the history
  • Loading branch information
divyegala committed Sep 7, 2023
1 parent 155d498 commit 8d3aa05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/build_wheel_cuproj.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@

set -euo pipefail

export SKBUILD_CONFIGURE_OPTIONS="-DCUPROJ_BUILD_WHEELS=ON"

ci/build_wheel.sh cuproj python/cuproj
2 changes: 2 additions & 0 deletions ci/build_wheel_cuspatial.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@

set -euo pipefail

export SKBUILD_CONFIGURE_OPTIONS="-DCUSPATIAL_BUILD_WHEELS=ON"

ci/build_wheel.sh cuspatial python/cuspatial

0 comments on commit 8d3aa05

Please sign in to comment.