Skip to content

Commit

Permalink
enable c++ tests, add gtest dep
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Mar 17, 2024
1 parent ad1520c commit 0f6425c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions recipes/sp2/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ build:
skip: true # [not linux]
script:
- export SP2_USE_VCPKG=0 # [not win]
- export SP2_BUILD_TESTS=0 # [not win]
- {{ PYTHON }} -m pip install . -vv --no-deps # [not win]
- set PSP_GENERATOR=Visual Studio 16 2019 # [win]
- set SP2_USE_VCPKG=0 # [win]
- set SP2_BUILD_TESTS=0 # [win]
- {{ PYTHON }} setup.py build_ext install --single-version-externally-managed --record=record.txt # [win]
rpaths:
- {{ SP_DIR }}/sp2/lib
Expand All @@ -40,6 +38,7 @@ requirements:
- cyrus-sasl
- exprtk
- flex
- gtest
- libarrow =15
- libparquet =15
- libprotobuf
Expand Down

0 comments on commit 0f6425c

Please sign in to comment.