./configure 支援多 CPU 加速執行的問題

在「Parallel ./configure (tavianator.com)」這邊看到的,原文是「Parallel ./configure」這篇。 I paid good money for my 24 CPU cores, but ./configure can only manage to use 69% of one of them. As a result, this random project takes about 13.

Gea-Suan Lin's BLOG

[Перевод] Параллельный ./configure

Извините, но в 2025 году — это просто смешно: $ time ./configure: 13.80s user 12.72s system 69% cpu 38.018 total

https://habr.com/ru/articles/904664/

#autotools #configure #make #bash #automake #сборка #сборка_проекта

Параллельный ./configure

Извините, но в 2025 году — это просто смешно: $ time ./configure ... ./configure 13.80s user 12.72s system 69% cpu 38.018 total $ time make -j48 ... make -j48 12.05s user 4.70s system 593% cpu 2.822...

Хабр
Configure Azure Entra ID as IdP on Keycloak

Learn how to configure Keycloak with Microsoft Entra ID (formerly Azure AD) as an Identity Provider in a Spring Boot WebFlux project. Avoid common pitfalls and apply best practices for seamless integration.

j’ai acheté un PC...
This is a pretty nice website if you want to find privacy-conscious software, or #configure your #software to be more #privacy-respecting
https://www.privacyguides.org/en/
Home

Established in 2021, Privacy Guides is the most popular & trustworthy non-profit resource to find privacy tools and learn about protecting your digital life.

How to install and Configure Ubuntu Server

YouTube

LibMPU (создание проектов)

В предыдущей статье мы сделали краткий обзор возможностей библиотеки функций для работы с большими числами. В приведенных примерах, для автоматического задания флагов компилятора и компоновщика, мы рассмотрели использование скрипта mpu-config . Данный скрипт поставляется во время инсталляции LibMPU и позволяет упростить написание Make-файлов для программ, использующих библиотеку LibMPU . Однако это не единственный вариант составления Make-файлов с использованием данной библиотеки. В данной статье мы рассмотрим применение GNU Autotools , которые позволяют обеспечить переносимость программ и упростить создание сложных проектов. После инсталляции LibMPU на вашу GNU/Linux систему в распоряжении пользователя, помимо самой библиотеки, будет находиться m4-скрипт /usr/share/aclocal/libmpu.m4. Скрипт l ibmpu.m4 предназначен для использования в проектах, создаваемых с помошью утилит Autoconf , Automake .

https://habr.com/ru/articles/872332/

#gnu #autotools #autoconf #Automake #configure #длинная_арифметика #большие_числа

LibMPU (создание проектов)

В предыдущей статье мы сделали краткий обзор возможностей библиотеки функций для работы с большими числами. В приведенных примерах, для автоматического задания флагов компилятора и компоновщика, мы...

Хабр
I ges i should hav stoppt building the #fltk windomanager #flwm from source when its #configure script complained that it couldn’t compile `main(){return 0;}` instead of `int main(){return 0;}`
But no, i had to go on.
I am not working out why it complains about `main.C:52:25: Fehler: unvollständiger Typ »Fl_X« in geschachtelter Namensangabe verwendet`.
kernel/git/torvalds/linux.git - Linux kernel source tree

kernel/git/torvalds/linux.git - Linux kernel source tree

Always forgetting exact syntax to #configure #username and #email in #git...

git config user.email "root@ms.com"
git config user.name "bg"

https://www.glukhov.org/post/2024/06/configure-git-username/

Configure Git User Name and Email Address

Configure Git Username