Skip to content

Commit

Permalink
Build Python docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeulen committed Nov 14, 2024
1 parent 7fd397f commit da49622
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda-recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ cmake .. -G "NMake Makefiles" ^
-DCMAKE_SWIG_OUTDIR="%SP_DIR%" ^
-DPython_ROOT_DIR="%PREFIX%\bin" ^
-DBUILD_LIBRARY=OFF ^
-DBUILD_PYTHON_DOCS=ON ^
-DWITH_AVX=OFF ^
-DBoost_USE_STATIC_LIBS=OFF

Expand Down
1 change: 1 addition & 0 deletions conda-recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ cmake -S .. -B . \
-DWITH_AVX=OFF \
-DBoost_USE_STATIC_LIBS=OFF \
-DPython_ROOT_DIR="${PREFIX}/bin" \
-DBUILD_PYTHON_DOCS=ON \
-G Ninja \
${CONFIG_ARGS}

Expand Down

0 comments on commit da49622

Please sign in to comment.