| Commit message (Collapse) | Author | Age |
|
|
|
| |
* gnu/packages/sqlite.scm (sqlite): Update to 3.31.1.
|
|
|
|
| |
* gnu/packages/openldap.scm (openldap): Update to 2.4.49.
|
|
|
|
| |
* gnu/packages/ninja.scm (ninja): Update to 1.10.0.
|
|
|
|
| |
* gnu/packages/ninja.scm (ninja)[source]: Change to GIT-FETCH.
|
|
|
|
|
| |
* gnu/packages/crypto.scm (rhash)[arguments]: Add #:configure-flags. Adjust
the 'configure' phase accordingly.
|
|
|
|
|
| |
* gnu/packages/selinux.scm (checkpolicy)[arguments]: Check
for (%CURRENT-TARGET-SYSTEM) and adjust the "CC" flag accordingly.
|
|
|
|
|
| |
* gnu/packages/selinux.scm (libsepol)[arguments]: Check
for (%CURRENT-TARGET-SYSTEM) and adjust the "CC" flag accordingly.
|
|
|
|
|
| |
* gnu/packages/linux.scm (libaio)[arguments]: When cross-compiling, set CC to
the cross-gcc in #:make-flags.
|
|
|
|
|
|
|
| |
This is a follow-up to commit 50b61ec22306181c419a3bd4c35b3c001c604994.
* gnu/packages/llvm.scm (llvm-3.9.1)[outputs, arguments]: New fields.
(llvm-3.8, llvm-3.7, llvm-3.6, llvm-3.5): Inherit from LLVM-3.9.1.
|
|
|
|
|
|
|
|
|
| |
Commit 0684a2f907151c20cee1643873547f7968fcbfa0 introduced a circular
dependency in the Python 2 variant of python-importlib-metadata.
* gnu/packages/python-xyz.scm (python-importlib-metadata)[native-inputs]:
Remove PYTHON-SIX and PYTHON-PACKAGING-BOOTSTRAP. Add PYTHON-PACKAGING.
(python2-importlib-metadata)[native-inputs]: New field.
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-importlib-metadata)[native-inputs]:
Add python-six.
|
|
|
|
|
|
|
|
| |
Fixes issue #38250 (see: https://bugs.gnu.org/38250).
* gnu/packages/php.scm (php): Update to 7.4.2.
[home-page]: Update URL.
[phases]{prepare-tests}: Delete failing tests.
|
|
|
|
| |
* guix/build/utils.scm: Export make-desktop-entry-file.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This reduces the number of RPCs on "guix build libreoffice -nd" from
2,589 to 2,558 (1%).
* guix/derivations.scm (imported-files): Rewrite to call to
'add-file-tree-to-store'. Remove #:system and #:guile parameters.
(%imported-modules): Adjust docstring to say that result is a store
item, and adjust 'imported-files' call.
(%compiled-modules): Adjust accordingly.
(imported+compiled-modules): Likewise.
(build-expression->derivation): Likewise.
|
|
|
|
|
|
| |
* guix/gexp.scm (%not-slash): Remove.
(file-mapping->tree): Move to...
* guix/store.scm (file-mapping->tree): ... here.
|
|
|
|
|
|
|
| |
* gnu/packages/cmake.scm (cmake-bootstrap)[native-inputs]: Move everything
except (PACKAGE-SOURCE LIBARCHIVE) ...
[inputs]: ... here.
* gnu/packages/cmake.scm (cmake-minimal)[native-inputs, inputs]: Adjust accordingly.
|
|
|
|
|
| |
* gnu/packages/crypto.scm (rhash)[arguments]: In custom configure phase,
set "--target" and "-cc" when cross-compiling.
|
|
|
|
|
| |
* gnu/packages/serialization.scm (jsoncpp)[arguments]: Add configure flag to
prevent running a test during the build process.
|
|
|
|
|
| |
* guix/build/cmake-build-system.scm (configure)[args]: Add
"-DCMAKE_CXX_COMPILER" when cross-compiling.
|
|
|
|
|
| |
* gnu/packages/image.scm (libjpeg-turbo)[arguments]: In #:configure-flags, add
"-DCMAKE_SYSTEM_PROCESSOR" for known architectures when cross-compiling.
|
|
|
|
| |
* gnu/packages/cmake.scm (cmake)[arguments]: Set #:build-type.
|
|
|
|
|
| |
* gnu/packages/cmake.scm (cmake-minimal)[source](snippet): Delete
'Utilities/cmlibuv'.
|
|
|
|
|
|
|
|
|
|
|
|
| |
This allows removing the bundled LibUV in a subsequent commit. This commit
alone makes no functional changes apart from the build system adjustments.
* gnu/packages/cmake.scm (%common-build-phases, %common-disabled-tests): New
variables.
(cmake-bootstrap)[arguments]: Refactor to use the shared phases and tests.
(cmake-minimal)[build-system]: Change to CMAKE-BUILD-SYSTEM.
[arguments]: Adjust accordingly.
(cmake)[arguments]: Likewise.
|
|
|
|
|
| |
* guix/build-system/cmake.scm (cmake-build, cmake-cross-build): Set
the PARALLEL-TESTS? key to #t.
|
|
|
|
|
|
|
|
| |
* gnu/packages/cmake.scm (cmake-bootstrap)[source](modules): Add (ice-9 ftw).
[source](snippet): Change to a whitelist approach, keeping "jsoncpp" and "libuv".
[arguments]: Add phase "use-system-libarchive". Remove substitution of deleted file.
[native-inputs]: Add (PACKAGE-SOURCE LIBARCHIVE)
[license]: Remove LICENSE:BSD-4 and LICENSE:BSD-2.
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/cmake.scm (cmake-minimal)[source](snippet): New field. Purge
bundled jsoncpp.
[inputs]: Add JSONCPP.
[arguments]: Adjust accordingly.
* gnu/packages/serialization.scm (jsoncpp)[arguments]: For native builds, use
CMAKE-BOOTSTRAP.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
...and change the inheritance order while at it, to prepare for the next commit.
* gnu/packages/cmake.scm (cmake-minimal): Rename to ...
(cmake-bootstrap): ... this.
[name]: Set to "cmake-bootstrap".
[native-inputs]: Change from CURL to CURL-MINIMAL.
(cmake-minimal-bootstrap): Remove variable.
(cmake-minimal): New variable, inherits from CMAKE-BOOTSTRAP.
* gnu/packages/image.scm (libjpeg-turbo)[arguments]: Change from
CMAKE-MINIMAL-BOOTSTRAP to CMAKE-BOOTSTRAP.
|
|
|
|
|
| |
* gnu/packages/cmake.scm (cmake-bootstrap)[arguments]: Pass
"-DCMAKE_BUILD_TYPE" in #:configure-flags.
|
|
|
|
| |
* gnu/packages/gtk.scm (python2-pygtk)[inputs]: Add PANGO-1.42.
|
|
|
|
|
| |
* gnu/packages/geo.scm (qmapshack)[arguments]: Do not set LD_LIBRARY_PATH in
wrapper scripts.
|
|
|
|
| |
* gnu/packages/bison.scm (bison): Update to 3.5.1.
|
|
|
|
| |
* gnu/packages/build-tools.scm (meson): Update to 0.53.1.
|
|
|
|
| |
* gnu/packages/pciutils.scm (pciutils): Update to 3.6.3.
|
|
|
|
| |
* gnu/packages/sqlite.scm (sqlite): Update to 3.31.0.
|
|
|
|
|
| |
* gnu/packages/linux.scm (util-linux): Update to 2.35.
[arguments]: Add substitution to fix test locale.
|
|
|
|
| |
* gnu/packages/libevent.scm (libuv): Update to 1.34.2.
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-fonttools): Update to 4.2.4.
|
|
|
|
|
|
| |
* gnu/packages/check.scm (python-pytest-runner): Update to 5.2.
[arguments]: New field.
[native-inputs]: Remove PYTHON-PYTEST-BOOTSTRAP.
|
|
|
|
| |
* gnu/packages/check.scm (python-freezegun): Update to 0.3.14.
|
|
|
|
|
| |
* gnu/packages/gtk.scm (python-pycairo): Update to 1.19.0.
(python2-pycairo): Stick with 1.18.2.
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-setuptools-scm): Update to 3.4.3.
|
|
|
|
| |
* gnu/packages/check.scm (python-hypothesis): Update to 5.3.0.
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-six): Update to 1.14.0.
|
|
|
|
|
|
|
| |
* gnu/packages/patches/python-cffi-x87-stack-clean.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/libffi.scm (python-cffi): Update to 1.13.2.
[arguments]: Adjust substitution. Remove obsolete phase.
|
|
|
|
| |
* gnu/packages/check.scm (python-freezegun): Update to 0.3.13.
|
|
|
|
|
| |
* gnu/packages/gnome.scm (network-manager)[arguments]: Set
"NM_TEST_REGENERATE" before running the tests.
|
|
|
|
|
|
|
| |
* gnu/packages/libusb.scm (%libimobiledevice-patches): New variable.
(libimobiledevice)[source](patches): New field.
[arguments]: Remove #:configure-flags. Add #:phases.
[native-inputs]: Add AUTOCONF and AUTOMAKE.
|
|
|
|
| |
* gnu/packages/time.scm (python-dateutil): Update to 2.8.1.
|
|
|
|
| |
* gnu/packages/time.scm (python-dateutil)[native-inputs]: Add PYTHON-PYTEST-COV.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/glib.scm (python-pygobject): Update to 3.34.0.
[source](modules, snippet): New fields. Delete failing tests identified by
commit 622d702f7eba3.
[build-system]: Change to MESON-BUILD-SYSTEM.
[arguments]: Remove.
[native-inputs]: Remove WHICH and DBUS.
(python2-pygobject)[build-system]: Change to PYTHON-BUILD-SYSTEM.
[arguments]: New field. Copy old phase from python-pygobject.
[native-inputs]: Remove WHICH and DBUS.
(python-pygobject-3.34.0): Remove variable.
|