Skip to content

Commit

Permalink
Wrong python found by fit2x
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeulen committed Dec 8, 2024
1 parent 4bb57f9 commit 15be71b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda-recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ cmake -S .. -B . \
-DCMAKE_LIBRARY_OUTPUT_DIRECTORY="$SP_DIR" \
-DCMAKE_SWIG_OUTDIR="$SP_DIR" \
-DPython_ROOT_DIR="${PREFIX}/bin" \
-DPYTHON_EXECUTABLE="${PYTHON}"
-DPython_EXECUTABLE="${PYTHON}"
-G Ninja
ninja install -j ${CPU_COUNT}
cd ../../..
Expand Down
3 changes: 2 additions & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ build:
{% endfor %}

requirements:
build:
- { { compiler('cxx') } }
host:
- {{ compiler('cxx') }}
- git
- cmake
- make # [not win]
Expand Down

0 comments on commit 15be71b

Please sign in to comment.