SConstruct (11982:a17ad156c01e) SConstruct (11986:c12e4625ab56)
1# -*- mode:python -*-
2
3# Copyright (c) 2013, 2015, 2016 ARM Limited
4# All rights reserved.
5#
6# The license below extends only to copyright in the software and shall
7# not be construed as granting a license to any other intellectual
8# property including but not limited to intellectual property relating

--- 1367 unchanged lines hidden (view full) ---

1376# builds in ext are shared across all configs in the build root.
1377ext_dir = abspath(joinpath(str(main.root), 'ext'))
1378for root, dirs, files in os.walk(ext_dir):
1379 if 'SConscript' in files:
1380 build_dir = os.path.relpath(root, ext_dir)
1381 main.SConscript(joinpath(root, 'SConscript'),
1382 variant_dir=joinpath(build_root, build_dir))
1383
1# -*- mode:python -*-
2
3# Copyright (c) 2013, 2015, 2016 ARM Limited
4# All rights reserved.
5#
6# The license below extends only to copyright in the software and shall
7# not be construed as granting a license to any other intellectual
8# property including but not limited to intellectual property relating

--- 1367 unchanged lines hidden (view full) ---

1376# builds in ext are shared across all configs in the build root.
1377ext_dir = abspath(joinpath(str(main.root), 'ext'))
1378for root, dirs, files in os.walk(ext_dir):
1379 if 'SConscript' in files:
1380 build_dir = os.path.relpath(root, ext_dir)
1381 main.SConscript(joinpath(root, 'SConscript'),
1382 variant_dir=joinpath(build_root, build_dir))
1383
1384main.Prepend(CPPPATH=Dir('ext/pybind11/include/'))
1385
1384###################################################
1385#
1386# This function is used to set up a directory with switching headers
1387#
1388###################################################
1389
1390main['ALL_ISA_LIST'] = all_isa_list
1391main['ALL_GPU_ISA_LIST'] = all_gpu_isa_list

--- 224 unchanged lines hidden ---
1386###################################################
1387#
1388# This function is used to set up a directory with switching headers
1389#
1390###################################################
1391
1392main['ALL_ISA_LIST'] = all_isa_list
1393main['ALL_GPU_ISA_LIST'] = all_gpu_isa_list

--- 224 unchanged lines hidden ---