Skip to content

Commit

Permalink
Update build deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot authored and jeking3 committed Nov 30, 2024
1 parent 16542bf commit 6efe427
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

import testing ;

project : requirements <library>/boost/interval//boost_interval ;

{
test-suite interval-examples
: [ compile filter.cpp : <build>yes <toolset>msvc-10.0:<build>no ] # ambiguous sin()
Expand Down
1 change: 1 addition & 0 deletions test/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
project
:
requirements
<library>/boost/interval//boost_interval
# Enable dynamic rounding on Tru64 (Alpha CPU).
<toolset>hp_cxx,<os>OSF:<cflags>"-fprm d"
<toolset>gcc,<os>OSF:<cflags>-mfp-rounding-mode=d
Expand Down

0 comments on commit 6efe427

Please sign in to comment.