Arfrever Frehtes Taifersar Arahesis

Results 32 comments of Arfrever Frehtes Taifersar Arahesis

Aforementioned use case with `use.stable.mask` is not too useful, but there are other more useful reasons to have `/etc/portage/make.profile` as directory with `/etc/portage/make.profile/parent` regular file: * Creation of profile being...

> can you please add a check to CMakeLists to see if the symbol is present and depending on results on the check call one method or another? If you...

> almost no major distro have glog > 0.4 It does not seem to be true: [Arch Linux](https://archlinux.org/packages/community/x86_64/google-glog/): 0.6.0 Debian: [Bookworm](https://packages.debian.org/source/bookworm/google-glog): 0.6.0; [Sid](https://packages.debian.org/source/sid/libs/google-glog): 0.6.0 [Gentoo](https://packages.gentoo.org/packages/dev-cpp/glog): 0.6.0 [openSUSE](https://software.opensuse.org/package/google-glog): 0.5.0 [Ubuntu](https://packages.ubuntu.com/search?keywords=google-glog): jammy...

Anyway I would not expect that new version of PyTorch will be added to current "stable" release of these distributions which have such distinction.

However ".py" extension is for Python modules, not Python scripts.

I can use something similar to: ``` $ version="3.101" $ version="${version//./}" $ parsed_version= $ for ((i=0; i

Portage (default package manager in Gentoo) strips files by default. For relocatables (including `*.o` files), it uses `strip --strip-unneeded -N __gentoo_check_ldflags__`. For libraries and executables, it uses `strip --strip-unneeded -N...

> [crtbeginS.o.gz](https://github.com/rui314/mold/files/10717274/crtbeginS.o.gz) It seems that relevant part of behavior of `llvm-strip` is the same as GNU `strip`. ``` strip --strip-unneeded crtbeginS.o -o crtbeginS_stripped_gnu.o llvm-strip --strip-unneeded crtbeginS.o -o crtbeginS_stripped_llvm.o ``` (And...

Modules are not installed. `setup.py` contains: ``` packages = ["volti"], package_dir = {"volti": "src"}, ``` These lines should be changed to: ``` packages = ["volti", "volti.gtk2", "volti.gtk3"], package_dir = {"":...

Noto fonts are likely to be already installed as system fonts (at least on decent GNU/Linux systems). Noto fonts are huge. In newest version of Noto, `Noto*CJKjp*.otf` files have total...