这是indexloc提供的服务,不要输入任何密码
Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ bot:
- 17.x
build_platform:
osx_arm64: osx_64
win_arm64: win_64
channel_priority: flexible
conda_build:
pkg_format: '2'
conda_forge_output_validation: true
channel_priority: flexible
github:
branch_name: main
tooling_branch_name: main
Expand Down
2 changes: 1 addition & 1 deletion recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if errorlevel 1 exit 1

set "CXXFLAGS=%CXXFLAGS% -Wno-c++98-compat"

cmake ^
cmake %CMAKE_ARGS% ^
-G "Ninja" ^
-DCMAKE_BUILD_TYPE="%BUILD_CONFIG%" ^
-DCMAKE_PREFIX_PATH:PATH="%LIBRARY_PREFIX%" ^
Expand Down