Skip to content

Commit a380351

Browse files
committed
Revert to main build system
1 parent 9ea6af7 commit a380351

3 files changed

Lines changed: 5 additions & 10 deletions

File tree

recipe/bld.bat

Lines changed: 0 additions & 7 deletions
This file was deleted.

recipe/build.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

recipe/meta.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ build:
1313
skip: true # [py<311]
1414
script_env:
1515
- USE_SYSTEM_BLOSC2=1
16+
script:
17+
- set CC=clang-cl # [win]
18+
- set CXX=clang-cl # [win]
19+
- set CMAKE_GENERATOR_TOOLSET=ClangCL # [win]
20+
- {{ PYTHON }} -m pip install . -vv
1621

1722
requirements:
1823
build:

0 commit comments

Comments
 (0)