guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated (933d3cf7f7 -> 3bd2b1b544)


From: guix-commits
Subject: branch master updated (933d3cf7f7 -> 3bd2b1b544)
Date: Thu, 4 Aug 2022 06:07:05 -0400 (EDT)

civodul pushed a change to branch master
in repository guix.

    from 933d3cf7f7 gnu: python-shapely: Update to 1.8.2.
     new f44c135608 guix build: Print hints when -s or --target is passed an 
invalid string.
     new 18e0098817 gnu: python-args: Patch reference to basestring.
     new ae1f120181 environment: Report "command not found" from the child 
process.
     new 23cc276aaa gnu: Add barony.
     new 4ccd4176a2 gnu: Add aocommon.
     new cdff1423c0 gnu: Add aoflagger.
     new 95139f9cc4 gnu: libomp-14: Reference llvm-14 version string.
     new a46a980abe gnu: libomp-13: Reference llvm-13 version string.
     new 68dfb535d3 gnu: Add libomp-12.
     new 07e1b5a32a gnu: clang-toolchain-12: Use libomp-12.
     new fdd5bf9fb7 gnu: Add libomp-11.
     new ae8de60351 gnu: clang-toolchain-11: Use libomp-11.
     new 09d9b1ddae gnu: Add libomp-10.
     new a72bebf8f5 gnu: clang-toolchain-10: Use libomp-10.
     new 16d6a618fa gnu: Add libomp-9.
     new cd5557e818 gnu: clang-toolchain-9: Use libomp-9.
     new fe4683b2cf gnu: Add libomp-8.
     new 79e9139478 gnu: clang-toolchain-8: Use libomp-8.
     new 93c71314d3 gnu: Add libomp-7.
     new d711e3922f gnu: clang-toolchain-7: Use libomp-7.
     new d8ab469e95 gnu: Add libomp-6.
     new 7172537718 gnu: clang-toolchain-6: Use libomp-6.
     new c3c65ad1f9 gnu: make-clang-toolchain: Require explicit libomp.
     new 6dcc652d75 gnu: Add ruby-wapiti.
     new ea4bb1bde6 gnu: Add ruby-namae.
     new 86c0bc5d48 gnu: Add itex2mml.
     new 7ffea0822a gnu: Add ruby-ritex.
     new cc5b8cb3c0 gnu: Add ruby-latex-decode.
     new 5e27bcf358 gnu: Add ruby-link-header.
     new 033b2e6162 gnu: Add ruby-rdf.
     new e833536026 gnu: Add ruby-rdf-vocab.
     new 07dcbc767a gnu: Add ruby-bibtex-ruby.
     new 5f7db95215 gnu: Add ruby-unicode-scripts.
     new cb585754f3 gnu: Add ruby-citeproc.
     new e708f7f8b0 gnu: Add ruby-edtf.
     new fc1f561432 gnu: Add ruby-gli.
     new 8d4670f4d1 gnu: Add ruby-anystyle-data.
     new 3b017b9400 gnu: Add ruby-anystyle.
     new 3ee5460b63 gnu: Add anystyle.
     new bc2de56572 gnu: ruby-anystyle-data: Don't write to installed gem.
     new 14a50b62d4 gnu: ruby-anystyle: Initialize dictionary files.
     new 9c124671ce gnu: anystyle: Add tests for dictionary adapters.
     new c90c1698e1 gnu: anystyle: Use GDBM by default.
     new 58d196866a gnu: python-netcdf4: Update to 1.6.0
     new 3bd2b1b544 gnu: Add python-h5netcdf.

The 45 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gnu/local.mk                                       |   5 +
 gnu/packages/astronomy.scm                         |  91 +++
 gnu/packages/games.scm                             |  54 ++
 gnu/packages/llvm.scm                              | 145 +++-
 gnu/packages/maths.scm                             |  53 ++
 .../aoflagger-use-system-provided-pybind11.patch   |  38 ++
 gnu/packages/patches/barony-fix-textures.patch     | 237 +++++++
 .../ruby-anystyle-data-immutable-install.patch     |  40 ++
 .../ruby-anystyle-fix-dictionary-populate.patch    |  94 +++
 .../patches/ruby-latex-decode-fix-test.patch       |  66 ++
 gnu/packages/python-xyz.scm                        |  80 ++-
 gnu/packages/ruby.scm                              | 753 +++++++++++++++++++++
 guix/scripts/build.scm                             |  29 +-
 guix/scripts/environment.scm                       |  27 +-
 14 files changed, 1661 insertions(+), 51 deletions(-)
 create mode 100644 
gnu/packages/patches/aoflagger-use-system-provided-pybind11.patch
 create mode 100644 gnu/packages/patches/barony-fix-textures.patch
 create mode 100644 
gnu/packages/patches/ruby-anystyle-data-immutable-install.patch
 create mode 100644 
gnu/packages/patches/ruby-anystyle-fix-dictionary-populate.patch
 create mode 100644 gnu/packages/patches/ruby-latex-decode-fix-test.patch



reply via email to

[Prev in Thread] Current Thread [Next in Thread]