ambitus / pyracf

Python interface to the RACF Command interface.
https://ambitus.github.io/pyracf/
Apache License 2.0
10 stars 4 forks source link

Build Infrastructure: Poetry cannot install as a result of msgpack dependency being unable to build #21

Closed lcarcaramo closed 11 months ago

lcarcaramo commented 11 months ago

Describe the bug msgpack which is part of the dependency chain for poetry can not install on internal build system as a result of xlclang not being configured correctly.

To Reproduce Steps to reproduce the behavior:

python3 -m pip install msgpack==1.0.7

Expected behavior A description of what you expected to happen.

Latest version of msgpack should install with no issues.

lcarcaramo commented 11 months ago

Resolved by moving to a different build system where clang is setup properly.