Skip to content

Commit

Permalink
Move CMAKE_GENERATOR to script invokation
Browse files Browse the repository at this point in the history
Co-authored-by: Henry Schreiner <[email protected]>
  • Loading branch information
wshanks and henryiii authored Jun 13, 2023
1 parent 01f801a commit 044cbcc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@ source:
sha256: 5b38fa235d270e33b2b4c5183e22ab91c703c5f850c3518722bbebc93d2ac5a0

build:
script: {{ PYTHON }} -m pip install . -vv
script: CMAKE_GENERATOR="Ninja" {{ PYTHON }} -m pip install . -vv
# Skip Windows build until qiskit-terra has a Windows build
# Skip macOS build until https://github.com/Qiskit/qiskit-aer/issues/1689 is addressed
skip: true # [win or osx]
number: 0
script_env:
- DISABLE_DEPENDENCY_INSTALL=ON
- DISABLE_CONAN=ON
- CMAKE_GENERATOR="Ninja"

requirements:
build:
Expand Down

0 comments on commit 044cbcc

Please sign in to comment.