* gnu/packages/engineering.scm (libngspice, ngspice): Update to 43.
(libngspice)[arguments]<#:phases>: Delete the 'patch-timestamps and
'delete-program-manuals phases.
(ngspice)[arguments]<#:phases>: Delete the 'delete-include-files phase.
Remove the line that deletes the now deleted 'delete-program-manuals phase.
These substitutions do not apply anymore.
Change-Id: Ie7ec8dd0998df38828e2e0af226158922e34ea09
Disable one failing test as seen in
<https://ci.guix.gnu.org/build/5268812/details>.
* gnu/packages/golang-xyz.scm (go-github-com-avast-retry-go)
[arguments]: <#:phases>: Add 'disable-failing-tests phase.
Change-Id: I95af4f01f254d5229c84754626502d768c730c39
This avoid several warnings to be emitted by strip(1) when attempting
to strip .bca (i.e. LLVM bitcode) files shipped in /lib/klee/runtime/.
* gnu/packages/check.scm (klee): Set #:strip-directories.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu/packages/check.scm (klee): Enable all tests.
[arguments]: Patch lit configuration and set #:test-target.
<#:configure-flags?>: Enable system and unit tests, configure gtest.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu/packages/golang.scm (go-github-com-avast-retry-go): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: Ie6d53537689aea9454e9fc07958d162f323b1f2a
* gnu/packages/docker.scm (docker-libnetwork-cmd-proxy): Improve package
style. Fix indentation.
[arguments]: Apply list style, adjust order of the keys.
[native-inputs]: Remove labels.
[description]: Adjust it, place on a new line.
Change-Id: I0cb59a3d9306291e4101f6c6d2e681ffd319ba9f
* gnu/packages/linux.scm (go-github-com-vishvananda-netlink)
[arguments]: <#:tests?>: Run tests only on x86_64 architecture.
Change-Id: I15df89bd4d916e580fc82d650aefcb4cf050a20d
* gnu/packages/golang.scm (go-github-com-jhillyerd-enmime): Move from
here ...
* gnu/packages/golang-web.scm: ... to here.
Change-Id: Ifbc0490421ad5063d6681c46b8e0facca636bd9e
* gnu/packages/golang.scm (go-github-com-emersion-go-message): Move from
here ...
* gnu/packages/golang-web.scm: ... to here.
Change-Id: I63e5b4d52142e90e64bdbf4f31cec9e18d221c24
Fixes a problem reported by bdju on #guix:
https://logs.guix.gnu.org/guix/2024-07-26.log#221323
* gnu/packages/python-xyz.scm (wfetch)[arguments]: Rename the executable in the
custom 'install' phase.
Change-Id: I0e8dd41195ef716618b9dd5fd196f392a546272a
The project is abandoned, the last changes were added 11y ago. Not in
use within Guix.
* gnu/packages/golang.scm (go-github-com-technoweenie-multipartstreamer): Delete variable.
Change-Id: I04cf34e4b3fe7a52b7c30ca794ad051a62a93691
The project is abandoned and not in used within Guix.
<https://github.com/go-telegram-bot-api/telegram-bot-api/issues/721>
* gnu/packages/golang-web.scm (go-github-com-go-telegram-bot-api-telegram-bot-api):
Delete variable.
Change-Id: I3c9525692f4b4f1c17b2c45a2331e71c7a6e42ac
* gnu/packages/golang.scm (go-github-com-gatherstars-com-jwz): Move from
here ...
* gnu/packages/golang-web.scm: ... to here.
Change-Id: I9c5c08dc04ee88cd60c24d8efced194acacc9f7d
* gnu/packages/golang.scm (go-github-com-gatherstars-com-jwz)
[synopsis]: Fix lint warning.
[description]: Add link to the original implementation paper.
Change-Id: I06400b3603caf4b9b588bc6822a6d04d861f6448
* gnu/packages/gtk.scm (gtk)[arguments]<#:test-options>: Rename failing
test suite to match upstream change on aarch64-linux.
Change-Id: Ibdf03a94e71f72283a093cba6d5a328004defa5c
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
As files in the store and /etc/fstab are world readable, specifying the
password in the file-system record is suboptimal. To mitigate this,
`mount.cifs' supports reading `username', `password' and `domain' options from
a file named by the `credentials' or `cred' option.
* gnu/build/file-systems.scm (mount-file-system): Read mount options from the
file specified via the `credentials' or `cred' option if specified.
Change-Id: I786c5da373fc26d45fe7a876c56a8c4854d18532
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu/packages/maths.scm (petsc)[arguments]: In ‘configure’ phase, add
‘sorted’ call in ‘gmakegen.py’.
In ‘clean-local-references’, remove substitution of “Libraries compiled
on”, which is unnecessary since PETSc 3.9
(<a970bd7489>).
Add substitution for “Machine characteristics” bit.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: Ibb846c1ae368af94b46d5ce789b1263e0bc78a13