Skip to content

Commit

Permalink
Update compiler to C++
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Avery <[email protected]>
  • Loading branch information
psavery committed Nov 21, 2023
1 parent 693d1b6 commit c82fbdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
conda config --set solver libmamba
conda activate hexrd
conda install --override-channels -c conda-forge anaconda-client conda-build conda
# FIXME: pybind11 should not be necessary here. Remove it when we can.
conda install --override-channels -c conda-forge anaconda-client conda-build conda pybind11
# This is need to ensure ~/.profile or ~/.bashrc are used so the activate
# command works.
Expand Down
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build:
requirements:
build:
# This is so that we can build cross-platform for osx-arm64
- {{ compiler('c') }}
- {{ compiler('c++') }}
- python {{ python }} # [build_platform != target_platform]
- cross-python_{{ target_platform }} # [build_platform != target_platform]
- numpy >=1.20 # [build_platform != target_platform]
Expand Down

0 comments on commit c82fbdc

Please sign in to comment.