Skip to content

Commit

Permalink
fix location and update url
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Jun 24, 2024
1 parent 1d5c7c3 commit 89a8232
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ rmdir /s /q temp_prefix\lib\cmake\boost_python-%PKG_VERSION%
rmdir /s /q temp_prefix\lib\cmake\boost_numpy-%PKG_VERSION%

set MAX_NUMBER_OF_MEMBERS=200
erb include\boost\hana\detail\struct_macros.hpp.erb > temp_prefix\include\boost\hana\detail\struct_macros.hpp
erb boost\hana\detail\struct_macros.hpp.erb > temp_prefix\include\boost\hana\detail\struct_macros.hpp
7 changes: 4 additions & 3 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ rm -rf ./temp_prefix/lib/cmake/boost_python*
rm -rf ./temp_prefix/lib/cmake/boost_numpy*

# Use a larger default for pre-generated headers.
# This generates more macros for larger sizes.
# See include/boost/hana/detail/struct_macros.hpp.erb for more details
# This generates more macros for larger sizes. See
# https://github.com/boostorg/hana/blob/boost-1.85.0/include/boost/hana/detail/struct_macros.hpp.erb
# for more details.
export MAX_NUMBER_OF_MEMBERS=200
erb include/boost/hana/detail/struct_macros.hpp.erb > temp_prefix/include/boost/hana/detail/struct_macros.hpp
erb boost/hana/detail/struct_macros.hpp.erb > temp_prefix/include/boost/hana/detail/struct_macros.hpp

0 comments on commit 89a8232

Please sign in to comment.