4rozenwolves

Results 3 issues of 4rozenwolves

When running `pypi2pkgbuild.py -v pytorch-lightning`, I received: ``` DEBUG:pypi2pkgbuild:This is pypi2pkgbuild 0.3. DEBUG:pypi2pkgbuild:Running subprocess: pkgfile pkgfile >/dev/null DEBUG:pypi2pkgbuild:Running subprocess: (shopt -s nocaseglob; pacman -Qo /usr/lib/python3.10/site-packages/pytorch_lightning[.-]*-info 2>/dev/null) | rev | cut...

help wanted

Hydra uses an internal [antlr](https://github.com/facebookresearch/hydra/blob/5300a8632d9e5816863b37dbcf32a3fc5326a3c6/build_helpers/build_helpers.py#L188). This makes it not compatible with antlr installed in the system. One solution is to replace the internal antlr to use system antlr, as done...

enhancement
patched

Both libraries have build error from google-glog. ``` building 'torch_scatter._version_cpu' extension creating build/temp.linux-x86_64-cpython-312 creating build/temp.linux-x86_64-cpython-312/csrc gcc -fno-strict-overflow -DNDEBUG -g -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security...