tlc-pack / tlcpack

https://tlcpack.ai/
Apache License 2.0
23 stars 30 forks source link

[CONDA] Link LLVM statically #35

Closed junrushao closed 3 years ago

tqchen commented 3 years ago

Looking into the ci error, perhaps we can simply remove zlib as it is implied by llvmdev already

junrushao commented 3 years ago

@tqchen I checked the log (https://github.com/tlc-pack/tlcpack/pull/35/checks?check_run_id=1787671797), and it looks weird to me that it is examining conflict for every one of the package, just like I was experiencing locally that blocks me to install tlcpack with anaconda. Is that something normal?

tqchen commented 3 years ago

I am not too sure, perhaps we can first remove zlib dep and see what happens

tqchen commented 3 years ago

Seems due to inavailablity of llvmdev build on this particular platform(ubuntu latest). Perhaps try llvmdev=10.0.1?

junrushao commented 3 years ago

It looks weird that libgcc-ng and libstdcxx-ng conflict with other packages...

junrushao commented 3 years ago

Any ideas why it continues to fail...?

junrushao commented 3 years ago

I can actually build in my local machine...Will try the docker container later