Commit Graph

90286 Commits

Author SHA1 Message Date
Ludovic Courtès
4cd0b37f6b gnu: gsl: Add 'tunable?' property.
* gnu/packages/maths.scm (gsl)[properties]: New field.
2022-01-01 15:36:12 +01:00
Ludovic Courtès
1fcb98ca54 gnu: prusa-slicer: Mark as tunable.
* gnu/packages/engineering.scm (prusa-slicer)[properties]: New field.
2022-01-01 15:23:54 +01:00
Ludovic Courtès
6554294754 gnu: libfive: Mark as tunable.
* gnu/packages/engineering.scm (libfive)[properties]: New field.
2022-01-01 15:23:54 +01:00
Ludovic Courtès
6b70412370 gnu: Add ceres-solver-benchmarks.
* gnu/packages/maths.scm (ceres-solver-benchmarks): New variable.
2022-01-01 15:23:53 +01:00
Ludovic Courtès
24667081ad gnu: ceres-solver: Mark as tunable.
* gnu/packages/maths.scm (ceres)[properties]: New field.
2022-01-01 15:23:53 +01:00
Ludovic Courtès
182b97dac0 gnu: Add xtensor-benchmark.
* gnu/packages/algebra.scm (xtensor-benchmark): New variable.
2022-01-01 15:23:53 +01:00
Ludovic Courtès
f5873949f3 gnu: Add xsimd-benchmark.
* gnu/packages/cpp.scm (xsmimd-benchmark): New variable.
2022-01-01 15:23:51 +01:00
Ludovic Courtès
6542e5713a gnu: Add eigen-benchmarks.
* gnu/packages/algebra.scm (eigen-benchmarks): New variable.
2022-01-01 15:23:25 +01:00
Ludovic Courtès
6756c64a8f ci: Add extra jobs for tunable packages.
This allows us to provide substitutes for tuned package variants.

* gnu/ci.scm (package-job): Add #:suffix and honor it.
(package->job): Add #:suffix and honor it.
(%x86-64-micro-architectures): New variable.
(tuned-package-jobs): New procedure.
(cuirass-jobs): Add jobs for tunable packages.
2022-01-01 15:23:24 +01:00
Ludovic Courtès
d090e9c37d transformations: Add '--tune'.
* guix/transformations.scm (tuning-compiler)
(tuned-package, tunable-package?, package-tuning)
(transform-package-tuning)
(build-system-with-tuning-compiler): New procedures.
(%transformations): Add 'tune'.
(%transformation-options): Add "--tune".
* tests/transformations.scm ("options->transformation, tune")
("options->transformations, tune, wrong micro-architecture"): New
tests.
* doc/guix.texi (Package Transformation Options): Document '--tune'.
2022-01-01 15:23:24 +01:00
Ludovic Courtès
0a767f02d4 gnu: clang: Add 'compiler-cpu-architectures' property.
* gnu/packages/llvm.scm (clang-from-llvm): Add #:properties and honor it.
(clang-properties): New procedures.
(make-clang-toolchain): Set 'properties' field.
2022-01-01 15:23:24 +01:00
Ludovic Courtès
2576e2019d gnu: gcc: Add 'compiler-cpu-architectures' property.
* gnu/packages/gcc.scm (%gcc-7.5-x86_64-micro-architectures)
(%gcc-10-x86_64-micro-architectures): New variables.
(gcc-7, gcc-10): Add 'properties' field.
* gnu/packages/commencement.scm (make-gcc-toolchain): Likewise.
2022-01-01 15:23:24 +01:00
Ludovic Courtès
a644f88d28 Add (guix cpu).
* guix/cpu.scm: New file.
* Makefile.am (MODULES): Add it.
2022-01-01 15:23:24 +01:00
Ludovic Courtès
f39d594e88 gnu: go-github-com-androiddnsfix: Rewrite synopsis and description.
* gnu/packages/golang.scm (go-github-com-androiddnsfix): Rewrite
'synopsis' and 'description'.
2022-01-01 15:11:51 +01:00
Simon South
aac3a33d1e gnu: ragel: Fix build of knot on aarch64-linux.
Apply a patch backported from Ragel's "ragel-6" branch that allows it to
reliably generate usable code on aarch64-linux where the C/C++ "char" type is
unsigned by default, fixing the build of Knot on this platform.

* gnu/packages/patches/ragel-char-signedness.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/ragel.scm (ragel)[arguments]: Add custom phase for AArch64 that
applies the patch.
[native-inputs]: Add "patch" and patch file on AArch64.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-01 15:11:51 +01:00
Collin J. Doering
92d03362ff gnu: Add aws-vault
* gnu/packages/golang.scm (aws-vault): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-01-01 15:11:51 +01:00
Collin J. Doering
a840dbba07 gnu: Add go-github-com-kingpin
* gnu/packages/golang.scm (go-github-com-kingpin): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-01 15:11:51 +01:00
Collin J. Doering
da4b02ad3f gnu: Add go-github-com-alecthomas-units
* gnu/packages/golang.scm (go-github-com-alecthomas-units): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-01 15:11:51 +01:00
Collin J. Doering
0a15bc0397 gnu: Add go-github-com-alecthomas-template
* gnu/packages/golang.scm (go-github-com-alecthomas-template): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-01 15:11:51 +01:00
Collin J. Doering
de69f20f62 gnu: Add go-open-golang
* gnu/packages/golang.scm (go-open-golang): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-01-01 15:11:50 +01:00
Collin J. Doering
60e48f1333 gnu: Add go-gopkg-in-ini
* gnu/packages/golang.scm (go-gopkg-in-ini): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-01-01 15:11:50 +01:00
Collin J. Doering
ef9d82d563 gnu: Add go-github-com-aws-aws-sdk-go
* gnu/packages/golang.scm (go-github-com-aws-aws-sdk-go): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-01 15:11:50 +01:00
Collin J. Doering
66b87c5d98 gnu: Add go-github-com-androiddnsfix
* gnu/packages/golang.scm (go-github-com-androiddnsfix): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-01-01 15:11:42 +01:00
Collin J. Doering
03a143a84b gnu: Add go-github-com-99designs-go-keyring
* gnu/packages/golang.scm (go-github-com-99designs-go-keyring): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-01 15:10:13 +01:00
Collin J. Doering
5304802f7e gnu: Add go-github-com-go-libsecret
* gnu/packages/golang.scm (go-github-com-go-libsecret): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-01-01 15:10:12 +01:00
Collin J. Doering
bf87faff3c gnu: Add go-github-com-dvsekhvalnov-jose2go
* gnu/packages/golang.scm (go-github-com-dvsekhvalnov-jose2go): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-01-01 15:10:12 +01:00
Collin J. Doering
e556e97f90 gnu: Add go-github-com-percent
* gnu/packages/golang.scm (go-github-com-percent): New Variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-01-01 15:10:12 +01:00
Ludovic Courtès
671e6a8180 system: Allow 'chfn' to change the user's full name.
Fixes <https://issues.guix.gnu.org/52539>.
Reported by Jacob First <jacob.first@member.fsf.org>.

* gnu/build/accounts.scm (allocate-passwd): Add comment as to why
'real-name' is taken from PREVIOUS.  Add (not system?) to the
condition.
* gnu/system.scm (operating-system-etc-service) <login.defs>: Add
"CHFN_RESTRICT".
* gnu/system.scm (%setuid-programs): Add "chfn".
* gnu/system/pam.scm (base-pam-services): Add "chfn".
* doc/guix.texi (User Accounts): Document it.
2022-01-01 15:10:12 +01:00
Leo Famulari
806a4e986d ui: It's 2022!
Happy new year!

* guix/ui.scm (show-version-and-exit): Change the year to 2022.
2022-01-01 02:02:44 -05:00
Ricardo Wurmus
77fc94ef1f gnu: Add tao-synth.
* gnu/packages/audio.scm (tao-synth): New variable.
2022-01-01 00:08:27 +01:00
Ricardo Wurmus
d348439bb8 gnu: tao: Remove trailing #T.
* gnu/packages/audio.scm (tao)[arguments]: Remove trailing #T from build
phases...
[source]: ...and from the snippet.
2022-01-01 00:06:29 +01:00
Ricardo Wurmus
a73021038d gnu: tao: Use new input style.
* gnu/packages/audio.scm (tao)[inputs]: Use new style.
2022-01-01 00:06:04 +01:00
Ricardo Wurmus
039fe8f147 gnu: Add guile-schemetran.
* gnu/packages/guile-xyz.scm (guile-schemetran): New variable.
2021-12-31 21:11:41 +01:00
Wiktor Żelazny
2fde11da43 gnu: Add r-mlr3ordinal.
* gnu/packages/cran.scm (r-mlr3ordinal): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2021-12-31 20:20:37 +01:00
Wiktor Żelazny
4f35f15539 gnu: Add r-mlr3pipelines.
* gnu/packages/cran.scm (r-mlr3pipelines): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2021-12-31 20:20:37 +01:00
Nicolas Goaziou
3fb9602099 gnu: wireshark: Update to 3.6.1.
* gnu/packages/networking.scm (wireshark): Update to 3.6.1.
[inputs]: Remove labels.
[native-inputs]: Remove labels.
2021-12-31 19:26:43 +01:00
Leo Famulari
62f1dcc923 gnu: Add musikcube.
* gnu/packages/music.scm (musikcube): New variable.
2021-12-31 13:18:32 -05:00
Liliana Marie Prikler
60661adfb8 gnu: Add gnome-shell-extension-just-perfection.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-just-perfection): New variable.
2021-12-31 15:04:18 +01:00
Liliana Marie Prikler
cefcddf9ef gnu: Make GNOME Shell Extensions configurable again.
* gnu/packages/gnome.scm (gnome-shell)[#:phases]: Adjust ‘wrap’ phase, so
that “gnome-extensions-app” gets GI_TYPELIB_PATH set.
Add ‘rewire’ phase to replace the blurb that deprecated commands print in
favour of one that doesn't point towards external packages.
2021-12-31 15:04:18 +01:00
Liliana Marie Prikler
3d85f711f1 gnu: Add eiciel.
* gnu/packages/gnome-xyz.scm (eiciel): New variable.
2021-12-31 15:04:18 +01:00
Liliana Marie Prikler
ca0e932505 gnu: nautilus: Enable loading of third-party extensions.
* gnu/packages/gnome.scm (nautilus)[#:phases]: Add phase to enable loading
through NAUTILUS_EXTENSIONS_PATH.
[native-search-paths]: Add NAUTILUS_EXTENSIONS_PATH.
2021-12-31 14:57:03 +01:00
zimoun
952ebf02ce gnu: Rename last 'python-numpy' to 'python-numpy-next'.
* gnu/packages/python-xyz.scm (python-numpy-next)[name]: Rename.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2021-12-31 13:49:47 +01:00
Ricardo Wurmus
13c4a85cee gnu: python-llvmlite: Repair indentation.
* gnu/packages/llvm.scm (python-llvmlite): Repair automatically reformatted
code.
2021-12-31 13:45:54 +01:00
Jacob Hrbek
b7078d5d49 FreeCAD: Add python-ply to inputs.
* gnu/packages/engineering.scm (freecad)[inputs]: Add python-ply.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-12-31 11:08:00 +01:00
Ricardo Wurmus
9708681f1a gnu: rsyslog: Update to 8.2112.0.
* gnu/packages/logging.scm (rsyslog): Update to 8.2112.0.
2021-12-31 10:21:29 +01:00
Katherine Cox-Buday
0e4183883a gnu: Add rsyslog.
* gnu/packages/logging.scm (rsyslog): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2021-12-31 10:21:29 +01:00
Ricardo Wurmus
d79e546851 gnu: perl-pod-constants: Propagate missing input.
* gnu/packages/perl.scm (perl-pod-constants)[propagated-inputs]: Add
perl-pod-parser.
2021-12-31 10:21:28 +01:00
Efraim Flashner
5e3196ff04 gnu: go-github-com-go-ldap-ldap: Update to 3.4.1.
* gnu/packages/syncthing.scm (go-github-com-go-ldap-ldap): Update to 3.4.1.
[propagated-inputs]: Add go-github-com-azure-go-ntlmssp.
2021-12-31 10:25:57 +02:00
Efraim Flashner
5178cf0784 gnu: Add go-github-com-azure-go-ntlmssp.
gnu/packages/syncthing.scm (go-github-com-azure-go-ntlmssp): New variable.
2021-12-31 10:25:13 +02:00
Efraim Flashner
7db530750c gnu: go-github-com-go-asn1-ber-asn1-ber: Update to 1.5.3.
* gnu/packages/syncthing.scm (go-github-com-go-asn1-ber-asn1-ber): Update to 1.5.3.
2021-12-31 09:29:18 +02:00