Xi Ruoyao
5c01736c9b
llvm: Align test instruction with build-in-cgroup
2023-09-20 01:39:33 +08:00
Xi Ruoyao
d6b169d789
rust: Adapt for LLVM 17 and note additional test failures
2023-09-20 01:39:33 +08:00
Xi Ruoyao
32ced1784a
llvm: Update to LLVM-17.0.1
2023-09-20 01:39:26 +08:00
Douglas R. Reno
0b4d98d21a
Archive sysprof.
...
It's optional for the packages that use it, and they only use it to
provide additional support for profiling.
Sysprof now requires two more packages which are specific to it, so
let's archive it.
2023-09-18 15:53:46 -05:00
Douglas R. Reno
3b76db39a6
Update to numpy-1.26.0 (Python Module)
2023-09-18 15:28:48 -05:00
Xi Ruoyao
b6d544942b
building-notes: Note how to use cgroup for limiting resource usage
...
We were saying "-jN means using N cores (or N threads)". This is
completely wrong. "-jN" only tells the building system to run N jobs
simultaneously, but each job can start their own subprocesses or threads
and there is no way for the building system to know how many
subprocesses or threads a job will start.
This caused a lot of misunderstandings and encouraged users to wrongly
blame building systems.
Fix the description of -jN, and add how to use cgroup to control the
usage of CPU cores and system RAM.
On a systemd-based system, systemd is the cgroup manager and manually
operating on cgroups may puzzle systemd. So use systemd-run for
creating and setting up cgroup. On a sysv-based system create and set
up the cgroup manually.
2023-09-19 02:59:45 +08:00
Douglas R. Reno
60f566d97e
Archive pycryptodome.
...
It was only used by Samba previously, and Samba has moved to
Cryptography.
2023-09-18 11:34:00 -05:00
Bruce Dubbs
cace266364
Fix cbindgen md5sum
2023-09-17 12:33:22 -05:00
Douglas R. Reno
2d73dcae1b
Update to cmake-3.27.5
2023-09-16 16:24:02 -05:00
Douglas R. Reno
8a65127f68
Update to cbindgen-0.26.0
2023-09-16 15:23:39 -05:00
Xi Ruoyao
44b3f4400e
treewide: Really remove commented out references to Python 2
...
It helps using grep for finding packages depending on Python 2.
2023-09-16 15:21:01 +08:00
Pierre Labastie
f71b76a938
Fix installing python-dbusmock
...
The name of the package in the install command was inadvertently
changed to dbusmock. But this name is unknown to the build system,
and should be python-dbusmock (or python_dbusmock).
2023-09-15 21:20:49 +02:00
Douglas R. Reno
1856819d95
Update to pygobject-3.46.0
2023-09-14 18:26:26 -05:00
Pierre Labastie
5d51dad6c5
Update to sphinx-7.2.6
2023-09-14 21:22:31 +02:00
Bruce Dubbs
082e722cf2
Finish replacing 'pip3 wheel' and 'pip3 install' text with ENTITIES
2023-09-10 21:14:32 -05:00
Bruce Dubbs
db244ae299
Replace 'pip3 wheel' and 'pip3 install' text with ENTITIES
...
Currently only python-modules are complete. The python-dependencies
page will be done in another commit.
2023-09-10 18:13:10 -05:00
Pierre Labastie
07fa316dd3
sphinxcontrib-serializinghtml: fix circ. dep.
...
Upstream has introduced a build dependency on sphinx, which is
not needed. Sphinx is only needed for tests.
2023-09-10 18:54:55 +02:00
Pierre Labastie
30677e5f07
Fix indentation in sphincontrib-serializinghtml
2023-09-10 18:53:58 +02:00
Douglas R. Reno
e302a0151f
Update to mercurial-6.5.2
2023-09-07 14:55:39 -05:00
Thomas Trepl
109e7d1e14
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
2023-09-07 21:30:28 +02:00
Thomas Trepl
f6752fce88
Upgrade php-8.2.10
2023-09-07 21:30:07 +02:00
Douglas R. Reno
fe6657bac7
doxygen: 012_cite.dox no longer seems to fail with 1.9.8
2023-09-07 12:14:58 -05:00
Bruce Dubbs
5b75675566
Update to doxygen-1.9.8.
2023-09-06 15:04:05 -05:00
Xi Ruoyao
1cdea836b5
scons: Use pip3 wheel & pip3 install instead of setup.py
...
Also introduce entities for pip3 wheel and pip3 install for future use
(#18466 ). Reuse the entities for gpgme and libpwquality, so the missed
--no-user in libpwquality is fixed as well.
2023-09-06 04:11:02 +08:00
Douglas R. Reno
8cc28db68b
rustc: minor text tweak on the description of systemd-run.
2023-09-05 14:15:48 -05:00
Bruce Dubbs
38022152f7
Archive librep to go with previous archiving of sawfish
2023-09-04 14:58:46 -05:00
Douglas R. Reno
f7fe3e6aed
Typo fixes from Julien Lepiller
2023-09-04 13:33:48 -05:00
Xi Ruoyao
ce49f79e46
cbindgen: Update to cbindgen-0.25.0
2023-09-05 00:14:58 +08:00
Xi Ruoyao
808aeec3d8
rust: Update to rustc-1.72.0
2023-09-04 23:50:51 +08:00
Pierre Labastie
deaa20092f
Python-3.11.5
2023-09-03 21:45:57 +02:00
Pierre Labastie
9015514af8
URI-5.21 (perl module)
2023-09-03 20:53:36 +02:00
Douglas R. Reno
addfe49b9c
Update to pytest-7.4.1 (Python Module)
2023-09-03 11:25:11 -05:00
Douglas R. Reno
bf904c0632
Update to Net-DNS-1.40 (Perl Module)
2023-09-03 11:13:32 -05:00
Douglas R. Reno
eb6844544b
Typos from rhubarbpieguy, and minor modification to bind-utils' XML to
...
make it standard with other pages.
2023-09-03 10:41:39 -05:00
Pierre Labastie
31ddfc35b0
Fix test results in sphinx
2023-09-02 15:11:06 +02:00
Pierre Labastie
8a826d4c68
Typos
2023-09-02 15:09:19 +02:00
Pierre Labastie
c1ce2f1436
Update to sphinx_rtd_theme-1.3.0
...
Python module
2023-09-02 15:02:38 +02:00
Pierre Labastie
72d9cebb56
Update to git-2.42.0
2023-09-02 14:52:57 +02:00
Pierre Labastie
f3fc1174ea
Update to vala-0.56.13
2023-09-02 14:10:26 +02:00
Pierre Labastie
5c5417a89d
Update to sphinx-7.2.5 (python module)
2023-09-02 14:01:30 +02:00
Pierre Labastie
fe7a360b70
Update to cmake-3.27.4
2023-09-02 13:55:03 +02:00
Pierre Labastie
237edc2caa
Update to sphinxcontrib-serializinghtml-1.1.9
...
It is now required by sphinx-7.2.
2023-09-02 11:44:22 +02:00
Xi Ruoyao
7ecc6cd935
autoconf213: Update package description
2023-08-31 20:00:29 +08:00
Douglas R. Reno
a325582c46
Lua52: text change - add VLC to the list of packages that use it.
2023-08-29 12:19:04 -05:00
Douglas R. Reno
07efc98375
doxygen: Add a note about "Ignoring unknown extended header keyword"
...
messages coming from tar when untarring this package
2023-08-28 11:49:11 -05:00
Pierre Labastie
e440af55af
Remove trailing spaces and a few typos
2023-08-27 10:41:46 +02:00
Xi Ruoyao
08b315d090
rust: Git is needed for running test suite
...
If Git is not installed, the test suite bails out very early.
2023-08-26 19:20:45 +08:00
Pierre Labastie
5a0c70cb1c
FFI::checklib: one test needs File::Which
2023-08-24 17:56:43 +02:00
Bruce Dubbs
91b3917838
Update to apache-ant-1.10.14.
2023-08-22 19:19:36 -05:00
Bruce Dubbs
6156212c00
Update to php-8.2.9 (Security update) and tags.
...
Finish tagging all packages in /general/progs/
2023-08-19 14:58:44 -05:00