Skip to content

Conversation

@luoliwoshang
Copy link
Member

@luoliwoshang luoliwoshang commented Mar 7, 2025

conan install --requires libxml2/2.13.6 --generator PkgConfigDeps --options=\*:shared=True --options=iconv=False --build=missing --output-folder=./build && export PKG_CONFIG_PATH=$PWD/build:$PKG_CONFIG_PATH

temp use iconv=False to avoid depend libiconv

@luoliwoshang luoliwoshang force-pushed the libxml branch 2 times, most recently from dd3ec13 to 1eae741 Compare March 7, 2025 14:51
@luoliwoshang luoliwoshang marked this pull request as draft March 7, 2025 15:00
@luoliwoshang luoliwoshang force-pushed the libxml branch 2 times, most recently from c4aec63 to f4d11dc Compare March 10, 2025 06:51
@luoliwoshang luoliwoshang changed the title xml2/2.13.6 libxml2/2.13.6 Mar 10, 2025
@MeteorsLiu
Copy link
Contributor

This llpkg missed llpkg.cfg, which cannot pass Github Action verfication.
Here's the examplellpkg.cfg for this llpkg:

{
  "upstream": {
    "package": {
      "name": "libxml2",
      "version": "2.13.6"
    },
    "installer":{
      "name": "conan",
      "config" : {
        "options": "iconv=False"
      }
    }
  }
}

@luoliwoshang luoliwoshang force-pushed the libxml branch 2 times, most recently from c90a4d9 to 293a0b5 Compare March 18, 2025 03:39
@luoliwoshang luoliwoshang marked this pull request as ready for review April 1, 2025 03:33
@aofei aofei merged commit 7f2556e into goplus:main Apr 1, 2025
3 checks passed
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