Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 694581 Details for
Bug 778518
sys-cluster/ceph-15.2.10-r1 sandbox violation
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
2-project-config.jam
2-project-config.jam (text/plain), 1.29 KB, created by
Agostino Sarubbo
on 2021-03-26 20:36:49 UTC
(
hide
)
Description:
2-project-config.jam
Filename:
MIME Type:
Creator:
Agostino Sarubbo
Created:
2021-03-26 20:36:49 UTC
Size:
1.29 KB
patch
obsolete
># Copyright 2017 Steven Watanabe ># ># Distributed under the Boost Software License, Version 1.0. ># (See accompanying file LICENSE_1_0.txt or copy at ># http://www.boost.org/LICENSE_1_0.txt) > >import modules ; >import os ; > >path-constant here : . ; > >local PYTHON = [ os.environ PYTHON_CMD ] ; > >using gcc : 4.8.3 : $(PYTHON) $(here)/src/gcc-4.8.3-linux.py : : <target-os>linux ; >using gcc : 4.2.1 : $(PYTHON) $(here)/src/gcc-4.2.1-darwin.py : : <target-os>darwin ; > ># hard-code this to make the test work on other platforms >modules.poke darwin : .host-osx-version : 10.11.0 ; >using darwin : 4.2.1 : $(PYTHON) $(here)/src/darwin-4.2.1.py > : <archiver>$(here)/src/bin/libtool > <striper>$(here)/src/bin/strip > : <target-os>darwin > ; > >using clang-darwin : 3.9.0 : $(PYTHON) $(here)/src/clang-3.9.0-darwin.py > : <archiver>$(here)/src/bin/ar > <ranlib>$(here)/src/bin/ranlib > ; > >using clang-linux : 3.9.0 : $(PYTHON) $(here)/src/clang-linux-3.9.0.py > : <archiver>$(here)/src/bin/ar > <ranlib>$(here)/src/bin/ranlib > ; > >using clang-vxworks : 4.0.1 : $(PYTHON) $(here)/src/clang-vxworks-4.0.1.py > : <linker>$(here)/src/bin/ld > <archiver>$(here)/src/bin/ar > ; > >using intel-darwin : 10.2 : $(PYTHON) $(here)/src/intel-darwin-10.2.py > : <archiver>$(here)/src/bin/ar > <ranlib>$(here)/src/bin/ranlib > ;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 778518
:
694575
|
694578
| 694581 |
694584