Age | Commit message (Expand) | Author |
2021-03-24 | Merge remote-tracking branch 'origin/master' into core-updates | Efraim Flashner |
2021-03-17 | 2021-02-16 | gnu: apache-thrift: Update to 0.14.0....* gnu/packages/rpc.scm (apache-thrift): Update to 0.14.0.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Greg Hogan |
2020-12-30 | gnu: grpc: Update to 1.34.0....* gnu/packages/rpc.scm (grpc): Update to 1.34.0.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vincent Legoll |
2020-11-25 | gnu: grpc: Update to 1.33.2....* gnu/packages/rpc.scm (grpc): Update to 1.33.2.
[arguments]: Use system (re2) provided package.
[inputs]: Add re2.
[native-inputs]: Add pkg-config.
| Brett Gilio |
inado, python2-ndg-httpsclient, python2-websocket-client)
(python2-rauth, python2-url, python2-s3transfer),
gnu/packages/python-xyz.scm (python2-psutil, python2-serpent)
(python2-humanfriendly, python2-empy, python2-parse-type, python2-polib)
(python2-jsonschema, python2-pystache, python2-cython, python2-numpydoc)
(python2-ipyparallel, python2-traitlets, python2-dbus)
(python2-beautifulsoup4, python2-pep517, python2-flake8, python2-llfuse)
(python2-tlsh, python-file, python2-notebook, python-jupyter-console-minimal)
(python2-contextlib2, python2-promise, python2-anyjson, python2-amqp)
(python2-kombu, python2-billiard, python2-celery, python2-whoosh)
(python2-jellyfish, python-rope, ptpython-2, python2-binaryornot)
(python2-setproctitle, python2-argcomplete, python2-xopen, python2-isort)
(python2-radon, python2-rfc6555, python2-activepapers, python2-send2trash)
(python2-cloudpickle, python2-reparser),
gnu/packages/python.scm (python2-called-python),
gnu/packages/qt.scm (python2-sip, python-pyqt-without-qtwebkit, python2-pyqt)
(python-qscintilla, python-pyqt+qscintilla),
gnu/packages/scanner.scm (sane-backends),
gnu/packages/sdl.scm (guile3.0-sdl2),
gnu/packages/selinux.scm (checkpolicy, libselinux, libsemanage, secilc)
(python-sepolgen, policycoreutils),
gnu/packages/serialization.scm (lua5.1-libmpack, lua5.2-libmpack),
gnu/packages/simulation.scm (fenics),
gnu/packages/statistics.scm (python2-statsmodels),
gnu/packages/texinfo.scm (info-reader),
gnu/packages/wxwidgets.scm (wxwidgets-gtk2, wxwidgets-gtk2-3.1),
gnu/packages/xml.scm (xmlsec-nss),
gnu/packages/xorg.scm (uim-gtk, uim-qt),
guix/build-system/python.scm (package-with-explicit-python)
(strip-python2-variant): Use PACKAGE/INHERIT.
Mark H Weaver |
2021-03-06 | Merge branch 'master' into core-updates | Christopher Baines |
2021-03-02 | gnu: ocaml-llvm: Move to (gnu packages llvm)....Commit 8f710cc598fb675d267f49a82cffc197f03ad52c introduced a circular
dependency between ocaml.scm and llvm.scm by referring to 'llvm' from
the top level of ocaml.scm. This fixes it.
* gnu/packages/ocaml.scm (make-ocaml-llvm, ocaml-llvm)
(ocaml-llvm-9, ocaml-llvm-10, ocaml-llvm-11): Move to...
* gnu/packages/llvm.scm: ... here.
| Ludovic Courtès |
2021-01-16 | Revert "gnu: llvm: Update to 11.0.1."...This reverts commit 9b415c0b36c885e7899c45617a8c4e64118a6379, which
reportedly breaks[0] rust@1.47.0, rust-1.48.0 and rust-1.49.0.
[0]: http://issues.guix.gnu.org/45909
| Tobias Geerinckx-Rice |
2021-01-13 | Merge branch 'staging' into 'core-updates'....Conflicts:
gnu/local.mk
gnu/packages/cmake.scm
gnu/packages/curl.scm
gnu/packages/gl.scm
gnu/packages/glib.scm
gnu/packages/guile.scm
gnu/packages/node.scm
gnu/packages/openldap.scm
gnu/packages/package-management.scm
gnu/packages/python-xyz.scm
gnu/packages/python.scm
gnu/packages/tls.scm
gnu/packages/vpn.scm
gnu/packages/xorg.scm
| Maxim Cournoyer |
2021-01-10 | gnu: llvm: Update to 11.0.1....* gnu/packages/llvm.scm (llvm): Update to 11.0.1.
(clang-runtime-11, clang-11): Update corresponding source hashes.
| Tobias Geerinckx-Rice |
2020-12-19 | gnu: llvm: Update download URI....New and old releases are now only available on GitHub.
* gnu/packages/llvm.scm (llvm-uri): Remove "releases.llvm.org".
| Marius Bakke |
2020-12-19 | gnu: LLVM: Build with Python 3....* gnu/packages/llvm.scm (llvm-11)[native-inputs]: Change from PYTHON-2 to
PYTHON-WRAPPER.
| Marius Bakke |
2020-12-19 | gnu: LLVM@10: Re-apply 10.0.1 update....This is a fixup for the merge in 5e2140511c1ad9ccd731438b74d61b62111da1e6 as
well as the previous fixup in e37c575723b38a4e64df798fc8a922e26c849a3f which
partially reverted the LLVM@10 update from 66e3812e2fb152f9a98e85f7d74a92753a2873b8.
* gnu/packages/llvm.scm (llvm-10): Update to 10.0.1.
| Marius Bakke |
2020-12-17 | gnu: Remove duplicate LLVM variables....These were accidentally added in commit
5e2140511c1ad9ccd731438b74d61b62111da1e6.
* gnu/packages/llvm.scm (llvm-10, llvm, clang-runtime, clang, clang-toolchain,
lld): Remove duplicate definitions.
| Marius Bakke |
2020-11-29 | Merge remote-tracking branch 'origin/master' into core-updates | Christopher Baines |
2020-11-14 | gnu: python-llvmlite: Update to 0.34.0....This is in preparation of updating the broken python-numba package.
* gnu/packages/llvm.scm (python-llvmlite): Update to 0.34.0.
[arguments]: Enable tests.
[phases]{patch-reference-to-llvmlite, skip-failing-tests}
{set-compiler/linker-flags}: New phases.
[inputs]: Update custom LLVM input and associated patches.
[home-page]: Use HTTPS.
| Maxim Cournoyer |
2020-11-14 | gnu: llvm-9: Standardize patch level....Having a non-standard (different than 1) patch level requirement means the
patches cannot be composed easily from different origins. The following
command was used to remove one level from the llvm-9 patches:
sed -e 's|^--- a/|--- |' -e 's|^+++ b/|+++ |' \
gnu/packages/patches/llvm-9* -i
* gnu/packages/llvm.scm (llvm-9)[source]: Drop the patch-flags field.
Re-indent list of patches.
* gnu/packages/patches/llvm-9-fix-bitcast-miscompilation.patch: Strip one level.
* gnu/packages/patches/llvm-9-fix-lpad-miscompilation.patch: Likewise.
* gnu/packages/patches/llvm-9-fix-scev-miscompilation.patch: Likewise.
| Maxim Cournoyer |