]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/minimax/Jamfile.v2
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / math / minimax / Jamfile.v2
index 212ff5952475432e7e4250e27054a4a8f6e978ff..adb924eb0e2f89236d4adbb9e6b745439ad44355 100644 (file)
@@ -10,8 +10,6 @@
 import modules ;
 import path ;
 
-local ntl-path = [ modules.peek : NTL_PATH ] ;
-
 project  
     : requirements 
       <toolset>gcc:<cxxflags>-Wno-missing-braces
@@ -33,20 +31,16 @@ project
       <define>BOOST_ALL_NO_LIB=1
       <define>BOOST_UBLAS_UNSUPPORTED_COMPILER=0
       <include>.
+      <include>../include_private
       <include>$(ntl-path)/include
     ;
 
 
-if $(ntl-path)
-{
-   lib ntl : [ GLOB $(ntl-path)/src : *.cpp ] ;
-}
-else
-{
-   lib ntl ;
-}
+lib mpfr : gmp : <name>mpfr ;
+
+lib gmp : : <name>gmp ;
 
-exe minimax : f.cpp main.cpp ntl ;
+exe minimax : f.cpp main.cpp gmp mpfr ;
 
 install bin : minimax ;