Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[build] The data required for the test case is not included in the source code package #76

Open
LiaoSirui opened this issue Nov 20, 2022 · 0 comments
Assignees

Comments

@LiaoSirui
Copy link

the data required for the test case is not included in the source code package, so the test cannot be run directly

environment

os:

> cat /etc/os-release

NAME="Rocky Linux"
VERSION="8.7 (Green Obsidian)"
ID="rocky"
ID_LIKE="rhel centos fedora"
VERSION_ID="8.7"
PLATFORM_ID="platform:el8"
PRETTY_NAME="Rocky Linux 8.7 (Green Obsidian)"
ANSI_COLOR="0;32"
LOGO="fedora-logo-icon"
CPE_NAME="cpe:/o:rocky:rocky:8:GA"
HOME_URL="https://rockylinux.org/"
BUG_REPORT_URL="https://bugs.rockylinux.org/"
ROCKY_SUPPORT_PRODUCT="Rocky-Linux-8"
ROCKY_SUPPORT_PRODUCT_VERSION="8.7"
REDHAT_SUPPORT_PRODUCT="Rocky Linux"
REDHAT_SUPPORT_PRODUCT_VERSION="8.7"

xmake version:

> xmake --version  

xmake v2.7.3+202211201753, A cross-platform build utility based on Lua
Copyright (C) 2015-present Ruki Wang, tboox.org, xmake.io
                         _
    __  ___ __  __  __ _| | ______
    \ \/ / |  \/  |/ _  | |/ / __ \
     >  <  | \__/ | /_| |   <  ___/
    /_/\_\_|_|  |_|\__ \|_|\_\____|
                         by ruki, xmake.io
    
    👉  Manual: https://xmake.io/#/getting_started
    🙏  Donate: https://xmake.io/#/sponsor
    

source package version:

https://github.com/fasiondog/hikyuu/archive/refs/tags/1.2.6.tar.gz

problem

run command:

cd /packages/hikyuu \
    && tar zxf hikyuu-1.2.6.tar.gz \
    && tar zxf boost_1_69_0.tar.gz -C hikyuu-1.2.6/ \
    && cd hikyuu-1.2.6 \
    && python setup.py build -j 24 \
    && python setup.py test \
    && python setup.py install

result:

4351C2539368A0EBBA004C03702F4F6E

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant