Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37432879
en ru br
ALT Linux repos
S:1.83.0-alt2
D:1.37.0-alt2
5.0: 1.36.0-alt4
4.1: 1.34.1-alt1
4.0: 1.33.1-alt4
3.0: 1.32.0-alt2

Group :: Development/C++
RPM: boost

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: boost-1.35.0-mdv-layout-system.patch
Download


--- Jamroot	2008-03-25 21:47:24.000000000 +0100
+++ Jamroot.oden	2008-05-20 14:16:45.000000000 +0200
@@ -332,9 +332,16 @@ rule tag ( name : type ? : property-set 
         }
         else
         {
-            return [ common.format-name
+            local result = [ common.format-name
                 <base> <threading> <runtime> -$(BUILD_ID)
                 : $(name) : $(type) : $(property-set) ] ;
+            if $(type) = SHARED_LIB &&
+              ! ( [ $(property-set).get <target-os> ] in windows cygwin darwin aix )
+            {
+                result = $(result).$(BOOST_VERSION)  ;
+            }
+
+            return $(result) ;
         }
     }
 }
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin