Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent committed Aug 21, 2024
1 parent 1067a31 commit a18e3bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
mkdir build
cd build

echo "python version:" $($PYTHON --version)
echo "python version:" $($(which python) --version)

cmake .. \
${CMAKE_ARGS} \
-DCMAKE_BUILD_TYPE=Release \
-DPython3_NumPy_INCLUDE_DIR=$TARGET_NUMPY_INCLUDE_DIRS \
-DBUILD_TESTING=OFF \
-DPYTHON_EXECUTABLE=$PYTHON

Expand Down

0 comments on commit a18e3bd

Please sign in to comment.