Ludovic Courtès
67abcfaa67
gnu: w-scan: Build with '-O2'.
...
* gnu/packages/video.scm (w-scan)[arguments]: Pass "-O2 -g".
2021-11-25 15:24:36 +01:00
Ludovic Courtès
4dc3c32649
gnu: transcode: Build with '-O2'.
...
* gnu/packages/video.scm (transcode)[arguments]: Pass "-O2 -g".
2021-11-25 15:22:55 +01:00
Ludovic Courtès
51637d57fa
gnu: aris: Build with '-O2'.
...
* gnu/packages/maths.scm (aris)[arguments]: Pass "-O2 -g".
2021-11-25 15:15:20 +01:00
Ludovic Courtès
02492e8a9b
gnu: geeqie: Build with '-O2'.
...
* gnu/packages/image-viewers.scm (geeqie)[arguments]: Pass "-O2 -g".
2021-11-25 15:13:36 +01:00
Ludovic Courtès
fd530e5706
gnu: gpredict: Build with '-O2'.
...
* gnu/packages/astronomy.scm (gpredict)[arguments]: Pass "-O2 -g".
2021-11-25 15:09:23 +01:00
Ludovic Courtès
9c1a5629e5
gnu: vinagre: Build with '-O2'.
...
* gnu/packages/gnome.scm (vinagre)[arguments]: Pass "-O2 -g".
2021-11-25 15:08:51 +01:00
Ludovic Courtès
9cfb0ef4d0
gnu: iftop: Build with '-O2'.
...
* gnu/packages/admin.scm (iftop)[arguments]: Pass "-O2 -g".
2021-11-25 15:08:19 +01:00
Ludovic Courtès
3d4c527824
gnu: lib2geom: Skip faulty test on i686.
...
* gnu/packages/graphics.scm (lib2geom)[arguments]: When
'target-x86-32?', add 'skip-faulty-test' phase.
2021-11-25 15:01:12 +01:00
Foo Chuan Wei
ea7233befb
gnu: Add cl-restas.
...
* gnu/packages/lisp-xyz.scm (cl-restas, ecl-restas, sbcl-restas):
New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-25 14:38:51 +01:00
Foo Chuan Wei
59a7e5bb7e
gnu: Add cl-data-sift.
...
* gnu/packages/lisp-xyz.scm (cl-data-sift, ecl-data-sift, sbcl-data-sift):
New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-25 14:34:21 +01:00
angryrectangle@cock.li
c9208beb3c
gnu: zathura: Use meson 0.59.
...
This fixes the build. The problem has already been fixed on the master, but
it's not part of the latest release.
* gnu/packages/pdf.scm (zathura)[meson]: Use meson-0.59.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-11-25 01:04:17 -05:00
zimoun
905b090582
build: julia-build-system: Add support for parallel tests.
...
The tests are defined by the script 'test/runtests.jl' from packages and the
parallelism depends on the implementation of this script. Therefore, 'julia'
is launched using local worker processes accordingly with 'parallel?'.
* guix/build/julia-build-system.scm (check): Set the JULIA_CPU_THREADS
environment variable and invoke julia with the '--procs' option.
* guix/build-system/julia.scm (julia-build)[parallel-tests?]: New argument.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-11-25 01:04:17 -05:00
zimoun
6312c68f70
gnu: julia: Allow parallel tests.
...
* gnu/packages/julia.scm (julia)[origin]<patches>: New patch.
* gnu/packages/patches/julia-allow-parallel-build.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-11-25 01:04:17 -05:00
zimoun
87e96b69aa
gnu: julia: Disable broken tests.
...
* gnu/packages/julia.scm (julia)[arguments]: Disable broken tests.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-11-25 01:04:17 -05:00
Maxim Cournoyer
f2bdd5a43d
gnu: glib-networking: Update to 2.70.0.
...
It was erroneously thought when updating to 2.70rc in commit
60e2a3bd5e
that 2.70.0 was not yet released.
* gnu/packages/gnome.scm (glib-networking): Update to 2.70.0.
2021-11-25 01:04:17 -05:00
Josselin Poiret
0a787e67ec
gnu: libva: Update to 2.13.0
...
* gnu/packages/video.scm (libva): Update it.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-11-25 01:04:16 -05:00
Arun Isaac
4fd6aabeaa
gnu: guile-libyaml: Update to 0-2.2bdacb7.
...
* gnu/packages/guile-xyz.scm (guile-libyaml): Update to 0-2.2bdacb7.
[arguments]: Do not attempt to delete non-existent files. Use (system
ffi-help-rt) from nyacc package. Do not return #t from custom phases.
[native-inputs]: Move nyacc to ...
[propagated-inputs]: ... here.
2021-11-25 10:51:07 +05:30
Arun Isaac
29b594fa16
gnu: nyacc: Update to 1.05.1.
...
* gnu/packages/mes.scm (nyacc): Update to 1.05.1.
2021-11-25 10:15:57 +05:30
Ricardo Wurmus
c70eadeaed
gnu: Remove python2-itsdangerous.
...
* gnu/packages/python-xyz.scm (python2-itsdangerous): Delete variable.
2021-11-25 00:23:12 +01:00
zimoun
f4e2bc8516
gnu: python2-pylibmc: Remove package.
...
* gnu/packages/databases.scm (python2-pylibmc): Delete variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2021-11-25 00:22:06 +01:00
zimoun
b0463acc31
gnu: python2-validators: Remove package.
...
* gnu/packages/python-xyz.scm (python2-validators): Delete variable.
2021-11-25 00:22:06 +01:00
zimoun
b7fc19a53a
gnu: python2-discogs-client: Remove package.
...
* gnu/packages/music.scm (python2-discogs-client): Delete variable.
2021-11-25 00:22:06 +01:00
zimoun
1fc90c0832
gnu: python2-munkres: Remove package.
...
* gnu/packages/python-xyz.scm (python2-munkres): Delete variable.
2021-11-25 00:22:06 +01:00
zimoun
3258335e22
gnu: python2-faker: Remove package.
...
* gnu/packages/python-xyz.scm (python2-faker): Delete variable.
(python-faker)[properties]: Remove.
2021-11-25 00:22:06 +01:00
zimoun
ae63b2d0ff
gnu: python2-sql: Remove package.
...
* gnu/packages/databases.scm (python2-sql): Delete variable.
2021-11-25 00:22:06 +01:00
zimoun
9130a382b9
gnu: python2-sadisplay: Remove package.
...
* gnu/packages/databases.scm (python2-sadisplay): Delete variable.
2021-11-25 00:22:06 +01:00
zimoun
f6d8ea4675
gnu: python2-relatorio: Remove package.
...
* gnu/packages/python-xyz.scm (python2-relatorio): Delete variable.
2021-11-25 00:22:06 +01:00
zimoun
b661634bd4
gnu: python2-traitlets: Remove package.
...
* gnu/packages/python-xyz.scm (python2-traitlets): Delete variable.
(python-traitlets)[properties]: Remove.
2021-11-25 00:22:06 +01:00
zimoun
67387bbf24
gnu: python2-colormath: Remove package.
...
* gnu/packages/python-xyz.scm (python2-colormath): Delete variable.
2021-11-25 00:22:06 +01:00
zimoun
cefc792378
gnu: python2-spectra: Remove package.
...
* gnu/packages/python-xyz.scm (python2-spectra): Delete variable.
2021-11-25 00:22:06 +01:00
Ludovic Courtès
f9b1bb916c
daemon: Read substitute nar size as 'unsigned long long'.
...
Fixes <https://issues.guix.gnu.org/46212 >.
Reported by Christopher Baines <mail@cbaines.net>.
Previously, the nar size returned by 'guix substitute' would be read as
an 'int'; thus, values above 2^31 - 1 would be read and then stored as
negative integers in the database.
Regression introduced in 9dfa20a22a
.
* nix/libstore/build.cc (SubstitutionGoal::finished): Use templatized
'string2Int' instead of 'std::atoi' to get an 'unsigned long long',
which is the type of 'hash.second'.
* tests/store.scm ("substitute and large size"): New test.
2021-11-25 00:17:21 +01:00
Ludovic Courtès
1eb40a6dc4
daemon: Read unsigned nar size and download size from substituter.
...
Fixes <https://issues.guix.gnu.org/51983 >.
Reported by Tobias Geerinckx-Rice <me@tobias.gr>.
* nix/libstore/local-store.cc (LocalStore::querySubstitutablePathInfos):
Expect 'unsigned long long' for 'downloadSize' and 'narSize'.
* tests/store.scm ("substitute query and large size"): New test.
2021-11-25 00:17:21 +01:00
Leo Famulari
5ee8a1d1e3
gnu: shotwell: Build with libsoup 2.
...
* gnu/packages/gnome.scm (shotwell)[inputs]: Remove libsoup@3. Replace
webkitgtk with webkitgtk-with-libsoup2.
2021-11-24 17:45:01 -05:00
Leo Famulari
edb563d136
gnu: pitivi: Fix build.
...
* gnu/packages/video.scm (pitivi)[inputs]: Adjust arguments to
gst-plugins-bad variant.
[arguments]: Use meson-0.59.
2021-11-24 17:27:52 -05:00
Tobias Geerinckx-Rice
a4cbd31c5c
home: services: bash: Only source /etc/bashrc if it exists.
...
* gnu/home/services/shells.scm (home-bash-configuration):
Check whether /etc/bashrc exists before trying to ‘source’ it.
Reported by guixy on #guix.
2021-11-24 19:46:39 +01:00
Arun Isaac
c47a45ca7e
gnu: racket: Remove article from the beginning of the synopsis.
...
* gnu/packages/racket.scm (racket)[synopsis]: Remove article from the
beginning.
2021-11-25 00:07:10 +05:30
jgart
6de284e832
gnu: racket: Update to 8.3.
...
* gnu/packages/racket.scm (racket-minimal, racket): Update to 8.3.
* gnu/packages/racket.scm (racket-minimal)[source]: Remove
racket-minimal-backport-1629887.patch from patches.
* gnu/packages/patches/racket-minimal-backport-1629887.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Unregister it.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2021-11-24 23:59:37 +05:30
Aleksandr Vityazev
3aac086c3f
gnu: recordmydesktop: Update to 0.4.0.
...
* gnu/packages/video.scm (recordmydesktop): Update to 0.4.0.
[source]: Update URI.
[home-page]: Update home-page accordingly.
Signed-off-by: Leo Famulari <leo@famulari.name>
2021-11-24 13:03:00 -05:00
Ludovic Courtès
3e810b846a
gnu: glib-networking: Work around test failure on 32-bit platforms.
...
On 32-bit platforms with a 32-bit 'time_t', we'd get this test failure:
GLib-Net:ERROR:../glib-networking-2.70.rc/tls/tests/certificate.c:689:test_certificate_not_valid_after: assertion failed (actual_str == EXPECTED_NOT_VALID_AFTER): ("2037-12-31T23:23:23Z" == "2046-07-25T18:13:10Z")
This commit includes the workaround implemented upstream.
* gnu/packages/patches/glib-networking-32-bit-time.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gnome.scm (glib-networking)[arguments]: New field.
2021-11-24 18:44:26 +01:00
Ludovic Courtès
dda78c1de7
gnu: plotutils: Fix tests on i686.
...
* gnu/packages/plotutils.scm (plotutils)[arguments]: On 32-bit x86, pass
CFLAGS and add 'skip-sloppy-test' phase.
2021-11-24 18:44:26 +01:00
Ricardo Wurmus
75c6af85c0
gnu: python2-cryptography: Remove 'sanity-check phase.
...
* gnu/packages/python-crypto.scm (python2-cryptography)[arguments]: Do not
inherit; remove 'sanity-check phase.
2021-11-24 18:26:26 +01:00
Nicolas Goaziou
146c35ca81
gnu: emacs-csharp-mode: Update to 1.1.1.
...
* gnu/packages/emacs-xyz.scm (emacs-csharp-mode): Update to 1.1.1.
2021-11-24 17:14:38 +01:00
Nicolas Goaziou
538331ac3e
gnu: emacs-elfeed-score: Update to 1.2.1.
...
* gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 1.2.1.
2021-11-24 17:12:35 +01:00
Nicolas Goaziou
1172fa8cc4
gnu: scintilla: Update to 5.1.4.
...
* gnu/packages/text-editors.scm (scintilla): Update to 5.1.4.
2021-11-24 16:50:38 +01:00
Nicolas Goaziou
2b7b736654
gnu: mame: Update to 0.238.
...
* gnu/packages/emulators.scm (mame): Update to 0.238.
2021-11-24 16:39:26 +01:00
Ricardo Wurmus
c8005b63fa
gnu: Add r-astsa.
...
* gnu/packages/cran.scm (r-astsa): New variable.
2021-11-24 16:37:14 +01:00
Nicolas Goaziou
f1d47be767
gnu: emacs-pyim: Update to 3.9.5.
...
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.9.5.
2021-11-24 16:18:39 +01:00
Pierre Neidhardt
e68a958110
gnu: sbcl-osicat: Update to 20210928.
...
* gnu/packages/lisp-xyz.scm (sbcl-osicat): Update to 20210928.
2021-11-24 14:56:51 +01:00
Julien Lepiller
4ac084e52d
gnu: ocaml-batteries: Update to 3.3.0.
...
* gnu/packages/ocaml.scm (ocaml-batteries): Update to 3.3.0.
(ocaml4.07-batteries): New variable.
2021-11-24 14:51:05 +01:00
Julien Lepiller
db61ad142d
gnu: Add ocaml-benchmark.
...
* gnu/packages/ocaml.scm (ocaml-benchmark): New variable.
2021-11-24 14:50:46 +01:00