summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: tmux: Update to 3.2a.Matthew James Kraai2021-06-22
| | | | | | * gnu/packages/tmux.scm (tmux): Update to 3.2a. Signed-off-by: Brice Waegeneire <brice@waegenei.re>
* gnu: Add emacs-packed.Leo Prikler2021-06-22
| | | | * gnu/packages/emacs-xyz.scm (emacs-packed): New variable.
* gnu: Add apostrophe.Leo Prikler2021-06-22
| | | | * gnu/packages/gnome.scm (apostrophe): New variable.
* gnu: Add audio-to-midi.Leo Prikler2021-06-22
| | | | * gnu/packages/audio.scm (audio-to-midi): New variable.
* gnu: Add python-python3-midi.Leo Prikler2021-06-22
| | | | * gnu/packages/audio.scm (python-python3-midi): New variable.
* gnu: Add python-soundfile.Leo Prikler2021-06-22
| | | | * gnu/packages/audio.scm (python-soundfile): New variable.
* gnu: python-numpy, python-scipy: Remove dependency on lapack.Ludovic Courtès2021-06-22
| | | | | | | | | | | The dependency on lapack was unused; the LAPACK interface of OpenBLAS is used instead. The dependency on lapack was added in cba256f8faaa18457fc9b77e8b401f17b89bdd75 (numpy) and 719b01c1575b8599b0dca9f245a9d759032f3168 (scipy). * gnu/packages/python-science.scm (python-scipy)[inputs]: Remove LAPACK. * gnu/packages/python-xyz.scm (python-numpy)[inputs]: Likewise.
* profiles: Build union of inputs in the right order.Ludovic Courtès2021-06-22
| | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/49102>. Reported by Mathieu Othacehe <othacehe@gnu.org> and Tobias Geerinckx-Rice <me@tobias.gr>. Fixes a regression introduced in 8cef92d0633850d97c1a1d4521812268f56672be, whereby in case of file collisions, the "wrong" one would take precedence. * guix/build/profiles.scm (manifest-sexp->inputs+search-paths): Perform a breadth-first traversal. Reverse INPUTS and SEARCH-PATHS in the base case. * tests/profiles.scm ("profile-derivation, ordering & collisions"): New test.
* gnu: petsc: Link against OpenBLAS rather than LAPACK.Ludovic Courtès2021-06-22
| | | | | | | | | OpenBLAS performs better than LAPACK, the reference implementation. This is also consistent with the choice of BLAS/LAPACK implementations made in most other packages. * gnu/packages/maths.scm (petsc)[inputs]: Replace LAPACK by OPENBLAS. [arguments]: Pass "--with-openblas=1".
* gnu: python-pikepdf: Update to 2.13.0.Nicolas Goaziou2021-06-22
| | | | * gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.13.0.
* gnu: python-pika: Update to 1.2.0.Marius Bakke2021-06-22
| | | | | | | | | * gnu/packages/python-xyz.scm (python-pika): Update to 1.2.0. [source]: Change to GIT-FETCH. [arguments]: New field. Override and disable tests. [native-inputs]: Remove PYTHON-PYEV. Add PYTHON-MOCK, PYTHON-NOSE, and PYTHON-GEVENT. (python2-pika): Remove variable.
* gnu: libngspice: Delete autogenerated config.h.Vinicius Monego2021-06-22
| | | | | | | * gnu/packages/engineering.scm (libngspice)[arguments]<#:phases>: Rename phase 'delete-script-files to 'delete-scripts-and-config and delete config.h. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: libngspice: Fix KiCad compilation.Vinicius Monego2021-06-22
| | | | | | | | * gnu/packages/engineering.scm (libngspice)[arguments]<#:configure-flags>: Pass "--with-readline=no". [inputs]: Remove readline. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: java-kafka-clients: Disable failing test.Julien Lepiller2021-06-22
| | | | | * gnu/packages/java.scm (java-kafka-clients): Disable a test that fails non-deterministically.
* gnu: java-jmh: Switch to maven-build-system.Julien Lepiller2021-06-22
| | | | * gnu/packages/java.scm (java-jmh): Switch to maven-build-system.
* gnu: java-jmh: Update to 1.32.Julien Lepiller2021-06-22
| | | | | * gnu/packages/java.scm (java-jmh): Update to 1.32. [source]: Switch to the git repository.
* gnu: maven-enforcer-parent-pom: Fix pom.Julien Lepiller2021-06-22
| | | | | * gnu/packages/maven.scm (maven-enforcer-parent-pom): Fix dependency versions in pom file.
* gnu: maven-core: Hardcode versions we have in Guix.Julien Lepiller2021-06-22
| | | | | * gnu/packages/maven.scm (maven-core)[phases]: Replace default hardcoded versions by versions of packages we have in Guix.
* gnu: java-commons-math3: Install to maven repository.Julien Lepiller2021-06-22
| | | | | * gnu/packages/java.scm (java-commons-math3)[phases]: Use install-from-pom.
* gnu: Add java-jopt-simple-4.Julien Lepiller2021-06-22
| | | | | * gnu/packges/java.scm (java-jopt-simple-4): New variable. (java-jopt-simple): Install to maven repository structure.
* guix: java-utils: Look for actual jar files.Julien Lepiller2021-06-22
| | | | | * guix/build/java-utils.scm (install-from-pom): Fix `find-files` to look only for jar files.
* guix: maven: Use a temporary file to fix pom files.Julien Lepiller2021-06-22
| | | | | * guix/build/maven/pom.scm (fix-pom-dependencies): Actually use the temporary file that was created.
* guix: maven: Look in local packages when searching for package version.Julien Lepiller2021-06-22
| | | | | * guix/build/maven/pom.scm (fix-pom-dependencies): Also look at local packages when looking for a package version.
* guix: maven: Support fixing modules.Julien Lepiller2021-06-22
| | | | | | * guix/build/maven/pom.scm (fix-pom-dependencies): Support fixing modules that do not exist. * guix/build/maven-build-system.scm (fix-pom): Fix modules.
* guix: maven: Support fixing extensions.Julien Lepiller2021-06-22
| | | | | * guix/build/maven/pom.scm (fix-pom-dependencies): Add support for fixing extension versions.
* guix: maven: Simplify finding local packages and modules.Julien Lepiller2021-06-22
| | | | | | | | | | * guix/build/maven-build-system (fix-pom): Fix a single pom file without recursing (fix-pom-files): Find local packages and all submodules, and fix them all at once. (add-local-package): Move to... * guix/build/maven/pom.scm (add-local-package): ...here. (pom-and-submodules, pom-local-packages): New procedures.
* guix: maven: Simplify finding version and group information.Julien Lepiller2021-06-22
| | | | | | | * guix/build/maven/pom.scm (pom-version, pom-groupid): Do not use inputs and local packages information anymore. Adapt file to new arguments. * guix/build/maven-build-system.scm: Adapt to new arguments. * guix/build/java-utils.scm: Adapt to new arguments.
* guix: java-utils: Factorize pom.xml generation.Julien Lepiller2021-06-22
| | | | | | | | | * guix/build/java-utils.scm (generate-pom.xml): New procedure. * gnu/packages/maven.scm (java-surefire-junit4): Use it. * gnu/packages/java.scm (java-qdox, java-jsr250, java-jsr305) (java-aopalliance, java-jboss-el-api-spec) (java-jboss-interceptors-api-spec): Use it. (java-qdox-M9): Ensure the generated pom file has the correct version.
* gnu: nyxt: Update to 2.1.0.Pierre Neidhardt2021-06-22
| | | | * gnu/packages/web-browsers.scm (nyxt): Update to 2.1.0.
* gnu: libreoffice: Update to 7.1.4.2.Efraim Flashner2021-06-22
| | | | | | | * gnu/packages/libreoffice.scm (libreoffice)[inputs]: Add box2d, dtoa. [arguments]: Adjust custom 'prepare-src, 'bin-and-desktop-install phases. Add custom 'insert-external-tarballs phase. Adjust configure-flags to build without skia. Remove deprecated make-flag
* gnu: orcus: Update to 0.16.1.Efraim Flashner2021-06-22
| | | | * gnu/packages/libreoffice.scm (orcus): Update to 0.16.1.
* gnu: orcus: Don't build static library.Efraim Flashner2021-06-22
| | | | | * gnu/packages/libreoffice.scm (orcus)[arguments]: Add configure-flag to skip static library.
* gnu: ixion: Update to 0.16.1.Efraim Flashner2021-06-22
| | | | * gnu/packages/libreoffice.scm (ixion): Update to 0.16.1.
* gnu: ocaml-uri: Use a source file-name.Efraim Flashner2021-06-22
| | | | * gnu/packages/ocaml.scm (ocaml-uri)[source]: Add a file-name field.
* gnu: emacs-shell-command+: Use a source file-name.Efraim Flashner2021-06-22
| | | | | * gnu/packages/emacs-xyz.scm (emacs-shell-command+)[source]: Add a file-name field.
* gnu: ensembl-vep: Use a source file-name.Efraim Flashner2021-06-22
| | | | | * gnu/packages/bioinformatics.scm (ensembl-vep)[source]: Add a file-name field.
* gnu: Add box2d.Efraim Flashner2021-06-22
| | | | * gnu/packages/game-development.scm (box2d): New variable.
* gnu: libreoffice: Add vendor string.Efraim Flashner2021-06-22
| | | | | | | | Previously: This release was supplied by nixbld. Now: This release was supplied by GNU Guix. * gnu/packages/libreoffice.scm (libreoffice)[arguments]: Add configure-flag to set vendor to 'GNU Guix'.
* gnu: Add rust-battery-0.7.Vinicius Monego2021-06-22
| | | | | | * gnu/packages/crates-io.scm (rust-battery-0.7): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: rust-lazycell-1: Update to 1.3.0.Vinicius Monego2021-06-22
| | | | | | | * gnu/packages/crates-io.scm (rust-lazycell-1): Update to 1.3.0. [arguments]: Remove #:skip-build. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add rust-mach-0.3.Vinicius Monego2021-06-22
| | | | | | | * gnu/packages/crates-io.scm (rust-mach-0.3): New variable. (rust-mach-0.2): Inherit from above. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add rust-uom-0.30.Vinicius Monego2021-06-22
| | | | | | * gnu/packages/crates-io.scm (rust-uom-0.30): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add rust-uom-0.31.Vinicius Monego2021-06-22
| | | | | | * gnu/packages/crates-io.scm (rust-uom-0.31): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emilua: Update to 0.3.2.Vinícius dos Santos Oliveira2021-06-22
| | | | | | * gnu/packages/lua.scm (emilua): Update to 0.3.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add gopkg.in/yaml.v3.Sharlatan Hellseher2021-06-22
| | | | | | * gnu/packages/golang.scm (go-gopkg-in-yml-v3): New variable Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: widelands: Update description.Nicolas Goaziou2021-06-22
| | | | | * gnu/packages/games.scm (widelands)[description]: Update to mirror changes in the stable release.
* gnu: widelands: Ensure Guix catches versioning scheme switch.Nicolas Goaziou2021-06-22
| | | | | | | * gnu/packages/games.scm (widelands-21): New variable. "21" was the last beta release. Upstream has now switched to a new versioning scheme, with lesser numbers.
* gnu: widelands: Update to 1.0.Felix Gruber2021-06-22
| | | | | | | | | | | | * gnu/packages/games.scm (widelands): Update to 1.0. [source]: Download from github as there is no tarball for v1.0 on their website. [inputs]: Add curl. * gnu/packages/patches/widelands-system-wide_minizip.patch: Adjust for 1.0. CmakeLists.txt now already defines CMAKE_MODULE_PATH, so I've moved FindMinizip.cmake to this path. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add perl-cworld-dekker.Ricardo Wurmus2021-06-22
| | | | * gnu/packages/bioinformatics.scm (perl-cworld-dekker): New variable.
* gnu: python-ddt: Update to 1.4.2.Ricardo Wurmus2021-06-22
| | | | * gnu/packages/python-xyz.scm (python-ddt): Update to 1.4.2.