代码拉取完成,页面将自动刷新
同步操作将从 fasiondog/hikyuu 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
# Copyright David Abrahams 2006. 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)
# MSVC configuration
using gcc ;
#using clang ;
#using msvc : : : <compileflags>/wd4819 ;
#using msvc ;
# Python configuration
#using python : 2.6 : /usr ;
using python : 2.7 ;
# Specify the path to the Boost project. If you move this project,
# adjust this path to refer to the Boost root directory.
import os ;
path-constant BOOST_ROOT : [ os.environ BOOST_ROOT ] ;
use-project boost : $(BOOST_ROOT) ;
#指定boost头文件所在目录,根据需要进行修改
BOOST_INCLUDE_DIR = $(BOOST_ROOT) ;
#工程所在目录,根据需要修改
HKU_DIR = . ;
#该变量不需要修改
HKU_INCLUDE_DIR = $(HKU_DIR)/libs ;
use-project /hikyuu : $(HKU_DIR)/libs/hikyuu ;
use-project /hikyuu_utils : $(HKU_DIR)/libs/hikyuu_utils ;
# project : default-build release ;
project : default-build release
: requirements <include>$(BOOST_INCLUDE_DIR)
<include>$(HKU_INCLUDE_DIR)
<toolset>gcc:<cxxflags>-ftemplate-depth-300
<toolset>gcc:<cxxflags>-std=c++11
<toolset>clang:<cxxflags>-std=c++11
<toolset>gcc:<linkflags>-s
<toolset>gcc:<linkflags>-Wl,-rpath,./:../
<toolset>gcc:<define>BOOST_ALL_DYN_LINK
<toolset>msvc:<address-model>64
<toolset>msvc:<define>_CRT_SECURE_NO_DEPRECATE
;
build-project libs/hikyuu_utils ;
build-project libs/hikyuu ;
build-project libs/hikyuu_python ;
#build-project test ;
build-project tools/importdata ;
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。