Age | Commit message (Collapse) | Author |
|
* gnu/packages/python-check.scm (python-pytest-toolbox)[arguments]:
Adjust custom 'check phase to remove obsolete pytest flag.
[native-inputs]: Remove python-coverage, python-docutils, python-flake8,
python-isort, python-pyflakes, python-pygments, python-pytest-cov,
python-pytest-mock, python-pytest-sugar.
|
|
* gnu/packages/python-xyz.scm (python-joblib)[arguments]: Adjust custom
'check phase to run the test suite sequentially.
|
|
* gnu/packages/python-xyz.scm (python-joblib)[arguments]: Adjust custom
'check phase to honor the #:tests? flag.
|
|
* gnu/packages/databases.scm (mariadb)[arguments]: Only enable parallel
tests when building on x86_64-linux.
|
|
* gnu/packages/image.scm (zimg): Update to 3.0.3.
|
|
* gnu/packages/databases.scm (mariadb)[arguments]: Set ‘#:parallel-tests?’
for powerpc64le machines.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/python-science.scm (python-pandas): Update to 1.3.4.
|
|
* gnu/packages/python-science.scm (python-pandas)[arguments]: In custom
'check phase adjust to not fail tests with missing test data.
|
|
* gnu/packages/python-science.scm (python-pandas)[arguments]: Adjust
custom 'check phase to honor the #:tests? flag.
|
|
* gnu/packages/python-xyz.scm (python-cython)[arguments]: Adjust custom
'check phase to honor the #:tests? flag.
|
|
* gnu/packages/python-xyz.scm (python-cython): Update to 0.29.24.
[arguments]: Adjust custom 'check phase to skip one test. Remove
trailing #t from phases.
|
|
* gnu/packages/radio.scm (gnuradio)[arguments]: Add qa_rotator_cc to the list
of disabled tests.
|
|
* gnu/packages/python-xyz.scm (python-pyqtgraph)[arguments]: Add test_reload
to list of disabled tests.
|
|
* gnu/packages/messaging.scm (hexchat)[arguments]: Use GUIX_PYTHONPATH instead
of PYTHONPATH in 'wrap-program' phase.
|
|
* gnu/packages/java.scm (java-cisd-args4j)[arguments]: Do not unpack
build-resources input; just copy the contents.
|
|
* gnu/packages/bioinformatics.scm (sailfish)[inputs]: Replace tbb with
tbb-2020.
|
|
* gnu/packages/bioinformatics.scm (sailfish)[arguments]: Remove trailing #T in
build phases...
[inputs]: ...and in the origin snippet of "rapmap".
|
|
patch-and-repack no longer outputs a compressed archive when the input was a
directory.
* gnu/packages/bioinformatics.scm (sailfish)[arguments]: Adjust build phase
'prepare-rapmap.
|
|
These bindings no longer build and we have no package that would need them.
* gnu/packages/bioinformatics.scm (jellyfish)[outputs]: Remove "ruby" output.
[arguments]: Remove option for building Ruby bindings.
[native-inputs]: Remove ruby.
|
|
* gnu/packages/bioinformatics.scm (cutadapt)[arguments]: Add phase
'always-cythonize.
|
|
* gnu/packages/python-web.scm (python-requests-unixsocket)[arguments]: Do not
run tests with --pep8 option; only run tests when enabled.
|
|
* gnu/packages/python-xyz.scm (python-mpmath): Update to 1.2.1.
[source]: Fetch from git.
[arguments]: Run tests directly with pytest; set the version with setuptools.
[native-inputs]: Add python-setuptools-scm.
|
|
* gnu/packages/java.scm (java-commons-io)[arguments]: Do not use
%build-inputs; use gexp with this-package-native-inputs instead.
|
|
* gnu/packages/bioinformatics.scm (python-dnaio): Update to 0.6.0.
|
|
* gnu/packages/python-xyz.scm (python-xopen): Update to 0.8.2.
|
|
* gnu/packages/bioinformatics.scm (macs)[arguments]: Add build phase to set
HOME variable.
|
|
* gnu/packages/bioinformatics.scm (methyldackel)[arguments]: Remove trailing #T
from build phase.
|
|
* gnu/packages/bioinformatics.scm (methyldackel)[arguments]: Add -fcommon to
CFLAGS.
|
|
* gnu/packages/bioinformatics.scm (flexbar)[inputs]: Replace tbb with
tbb-2020.
|
|
* gnu/packages/bioinformatics.scm (flexbar)[arguments]: Remove trailing #T
from all build phases.
|
|
* gnu/packages/bioinformatics.scm (bwa)[arguments]: Remove trailing #T in
build phase.
|
|
* gnu/packages/bioinformatics.scm (bwa)[arguments]: Add -fcommon option to
CFLAGS.
|
|
* gnu/packages/bioinformatics.scm (bowtie1)[inputs]: Replace tbb with
tbb-2020.
|
|
* gnu/packages/bioinformatics.scm (bowtie)[arguments]: Replace invalid quotes
with straight quotes in the 'configure phase.
|
|
* gnu/packages/bioinformatics.scm (bowtie)[arguments]: Remove trailing #T from
build phases...
[source]: ...and from the snippet.
|
|
* gnu/packages/bioinformatics.scm (bowtie)[inputs]: Replace tbb with tbb-2020.
|
|
* gnu/packages/diffoscope.scm (diffoscope): Update to 188.
|
|
* gnu/packages/diffoscope.scm (diffoscope)[arguments]: Rename build phase
'remove-berkeley-test to 'remove-broken-file-type-detection-test and delete
another test that is broken due to our `file' package.
|
|
* gnu/packages/python-xyz.scm (python-magic): Update to 0.4.24.
|
|
* gnu/packages/graphics.scm (blender)[inputs]: Replace tbb with tbb-2020.
[arguments]: Don't set CPATH; set C_INCLUDE_PATH and CPLUS_INCLUDE_PATH instead.
|
|
* gnu/packages/graphics.scm (openvdb)[inputs]: Replace tbb with tbb-2020.
|
|
* gnu/packages/tbb.scm (tbb-for-salmon): Rename this variable...
(tbb-2020): ...to this.
* gnu/packages/bioinformatics.scm (salmon)[inputs]: Rename it.
|
|
* gnu/packages/maths.scm (hdf-java)[arguments]: Look for slf4j .jar
files in the right place rather than share/java.
|
|
This patch replaces occurrences of:
(string-append (assoc-ref %build-inputs "…") "/…")
by:
(search-input-file %build-inputs "/…")
* doc/guix.texi (Miscellaneous Services): Use 'search-input-file' in R
Shiny example.
* gnu/packages/admin.scm (screenfetch): Use 'search-input-file'.
(ufetch): Likewise.
(hosts): Likewise.
* gnu/packages/backup.scm (dirvish): Likewise.
* gnu/packages/code.scm (colormake): Likewise.
* gnu/packages/compression.scm (makeself-safeextract): Likewise.
* gnu/packages/debug.scm (scanmem): Likewise.
* gnu/packages/education.scm (snap): Likewise.
(omnitux): Likewise.
* gnu/packages/emacs-xyz.scm (epipe): Likewise.
* gnu/packages/games.scm (openttd-opensfx): Likewise.
(openttd-openmsx): Likewise.
(openrct2-title-sequences): Likewise.
(openrct2-objects): Likewise.
(mrrescue): Likewise.
(0ad-data): Likewise.
(xonotic-data): Likewise.
(drascula): Likewise.
(make-lure-package): Likewise.
(make-queen-package): Likewise.
(sky): Likewise.
* gnu/packages/gnome.scm (network-manager): Likewise.
* gnu/packages/gnuzilla.scm (icedove): Likewise.
* gnu/packages/guile-xyz.scm (guile-shapefile): Likewise.
* gnu/packages/hurd.scm (netdde): Likewise.
* gnu/packages/javascript.scm (js-context-menu): Likewise.
(js-commander): Likewise.
(js-xmldom-sre): Likewise.
* gnu/packages/kde-frameworks.scm (krunner): Likewise.
* gnu/packages/kodi.scm (kodi-cli): Likewise.
* gnu/packages/libreoffice.scm (hunspell-dict-pl): Likewise.
* gnu/packages/linux.scm (e2fsck/static): Likewise.
* gnu/packages/markup.scm (markdown): Likewise.
* gnu/packages/maths.scm (hdf-java): Likewise.
* gnu/packages/multiprecision.scm (libtomcrypt): Likewise.
* gnu/packages/networking.scm (batctl): Likewise.
* gnu/packages/python-xyz.scm (python-pymediainfo): Likewise.
* gnu/packages/shells.scm (fish-foreign-env): Likewise.
* gnu/packages/tex.scm (texlive-fonts-iwona): Likewise.
* gnu/packages/upnp.scm (miniupnpc): Likewise.
* gnu/packages/version-control.scm (git-annex-remote-rclone): Likewise.
* gnu/packages/virtualization.scm (qemu): Likewise.
* gnu/packages/web.scm (icedtea-web): Likewise.
* gnu/packages/wm.scm (stumpish): Likewise.
|
|
* gnu/packages/pdf.scm (qpdfview)[arguments]: Fix 'configure' phase.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/music.scm (lilypond)[arguments]: Remove trailing #t from build
phases.
|
|
* gnu/packages/music.scm (lilypond)[arguments]: Add build phase
'adjust-to-API-change.
|
|
* gnu/packages/pdf.scm (pdfpc): Update to 4.5.0.
[inputs]: Add discount, json-glib, and webkitgtk.
[license]: Update license from GPLv2+ to GPLv3+.
[arguments]: Work around a bug in Vala in new build phase
'fix-vala-API-conflict.
|
|
* gnu/packages/tex.scm (texlive-lh)[outputs]: Add a "doc" output.
[arguments]: Override the 'copy-files phase to install many more files in the
correct locations.
|
|
* gnu/packages/engineering.scm (lepton-eda)[arguments]: Add -fcommon to
CFLAGS.
|