Skip to content

Commit

Permalink
Add boost::multiprecision dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpdemarco committed Jul 29, 2022
1 parent 2aa73a3 commit a6514f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
cmake -S $HOME/boost -B ../build-boost -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=23 \
-DCMAKE_CXX_FLAGS="-Wno-deprecated-builtins" \
-DCMAKE_TOOLCHAIN_FILE=$GITHUB_WORKSPACE/cmake/ExperimentalEmscripten.cmake \
-DBOOST_INCLUDE_LIBRARIES="optional;variant;test"
-DBOOST_INCLUDE_LIBRARIES="optional;variant;multiprecision;test"
cmake --build ../build-boost
cmake --install ../build-boost
Expand Down

2 comments on commit a6514f6

@sean-parent
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What are we doing with multiprecision? Test cases?

@camio
Copy link
Contributor

@camio camio commented on a6514f6 Aug 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, test cases.

Please sign in to comment.