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

add ta-lib #6103

Merged
merged 2 commits into from
Dec 31, 2024
Merged

add ta-lib #6103

merged 2 commits into from
Dec 31, 2024

Conversation

fasiondog
Copy link
Contributor

add ta-lib

@star-hengxing
Copy link
Contributor

If only static kind is supported, Please add:

add_configs("shared", {description = "Build shared library.", default = false, type = "boolean", readonly = true})

Switch to xmake build only if some platforms build failed.
Building with cmake is better for maintenance. If you don't want to add cmake support, please add this config.

add_configs("cmake", {description = "Use cmake buildsystem", default = false, type = "boolean", readonly = true})

@fasiondog
Copy link
Contributor Author

Already added configs "shared".

There're some problems with cmake, so use xmake:

  1. different include dir on different platform
  2. dll on windows, only for java/python wrap. But use c/c++, have a problems.

@waruqi waruqi merged commit 3c40b7c into xmake-io:dev Dec 31, 2024
67 checks passed
@fasiondog fasiondog deleted the feature/ta-lib branch January 2, 2025 18:27
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

Successfully merging this pull request may close these issues.

3 participants