Skip to content

Commit

Permalink
Specify the GSL cmake dir in the conda build
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkvdb committed Dec 18, 2023
1 parent afb4cfa commit 3380cb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion conda/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ cmake ^
-Ddate_DIR="%SRC_DIR%\thirdparty\local\CMake" ^
-Dfmt_DIR:PATH="%SRC_DIR%\thirdparty\local\lib\cmake\fmt" ^
-Dspdlog_DIR:PATH="%SRC_DIR%\thirdparty\local\lib\cmake\spdlog" ^
-DMicrosoft.GSL_DIR="%SRC_DIR%\thirdparty\local\share\cmake\Microsoft.GSL" ^
-DGDX_ENABLE_OPENMP=OFF ^
-DGDX_AVX2=OFF ^
-DGDX_ENABLE_SIMD=OFF ^
Expand All @@ -98,7 +99,7 @@ cmake ^
-DGDX_INSTALL_DEVELOPMENT_FILES=OFF ^
-DPython3_ROOT_DIR="%PREFIX%" ^
-DPython3_FIND_VIRTUALENV=ONLY ^
--trace ^
--debug-find-pkg=Microsoft.GSL ^
..
if %ERRORLEVEL% NEQ 0 exit %ERRORLEVEL%
cmake --build . --target install
1 change: 1 addition & 0 deletions conda/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ python:
- 3.9
- 3.10
- 3.11
- 3.12

2 changes: 1 addition & 1 deletion deps/vcpkg

0 comments on commit 3380cb7

Please sign in to comment.