Skip to content

Commit b4bbef6

Browse files
authored
Fix/use correct compiler pixi/conda (#914)
* fix: Use the cxx-compiler package which will set the correct compiler for the platform, and setup the required environment for it to work as expected * misc: update pixi versions in pipeline
1 parent 48f6c5b commit b4bbef6

File tree

4 files changed

+1125
-804
lines changed

4 files changed

+1125
-804
lines changed

Diff for: .github/workflows/pixi.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
steps:
1414
# Pixi is the tool used to create/manage conda environment
1515
- uses: actions/checkout@v3
16-
- uses: prefix-dev/setup-pixi@v0.4.1
16+
- uses: prefix-dev/setup-pixi@v0.8.1
1717
with:
18-
pixi-version: v0.16.1
18+
pixi-version: v0.40.3
1919
- name: Build
2020
run: pixi run build
2121
- name: Run tests

Diff for: cmake/FindZeroMQ.cmake

-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ else (ZeroMQ_LIBRARIES AND ZeroMQ_INCLUDE_DIRS)
2929
find_path(ZeroMQ_INCLUDE_DIR
3030
NAMES
3131
zmq.h
32-
HINTS
33-
"$ENV{CONDA_PREFIX}/include"
3432
PATHS
3533
/usr/include
3634
/usr/local/include

0 commit comments

Comments
 (0)