mirror of
https://github.com/boostorg/math.git
synced 2026-01-27 19:12:08 +00:00
Merge branch 'building-minimax' of https://github.com/oxidase/math into t
This commit is contained in:
@@ -33,6 +33,7 @@ project
|
||||
<define>BOOST_ALL_NO_LIB=1
|
||||
<define>BOOST_UBLAS_UNSUPPORTED_COMPILER=0
|
||||
<include>.
|
||||
<include>../include_private
|
||||
<include>$(ntl-path)/include
|
||||
;
|
||||
|
||||
@@ -46,7 +47,10 @@ else
|
||||
lib ntl ;
|
||||
}
|
||||
|
||||
exe minimax : f.cpp main.cpp ntl ;
|
||||
lib mpfr : gmp : <name>mpfr ;
|
||||
|
||||
lib gmp : : <name>gmp ;
|
||||
|
||||
exe minimax : f.cpp main.cpp ntl mpfr ;
|
||||
|
||||
install bin : minimax ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user