We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the data required for the test case is not included in the source code package, so the test cannot be run directly
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
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:
The text was updated successfully, but these errors were encountered:
LiaoSirui
No branches or pull requests
the data required for the test case is not included in the source code package, so the test cannot be run directly
environment
os:
xmake version:
source package version:
problem
run command:
result:
The text was updated successfully, but these errors were encountered: