aboutsummaryrefslogtreecommitdiff
path: root/tests/search-paths.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludovic.courtes@inria.fr>2023-06-15 16:59:23 +0200
committerLudovic Courtès <ludo@gnu.org>2023-06-24 16:19:33 +0200
commit9a86e2e97fd91003ee089dc0fed35d848e84d0f1 (patch)
treecb0a80ba24e88b0597344567a05130572abb31fc /tests/search-paths.scm
parent09a77e31fea3288623062fa4abf1afa41f21b221 (diff)
downloadguix-9a86e2e97fd91003ee089dc0fed35d848e84d0f1.tar.gz
guix-9a86e2e97fd91003ee089dc0fed35d848e84d0f1.zip
gnu: fenics: Make sure 'jit.py' can find 'dolfin.pc'.
* gnu/packages/simulation.scm (fenics)[inputs]: Move PYTHON-PKGCONFIG to... [propagated-inputs]: ... here. [arguments]: Add 'set-dolfin-pc-file-name' phase.
Diffstat (limited to 'tests/search-paths.scm')
0 files changed, 0 insertions, 0 deletions
ref='/guix/commit/tests/gnu-maintenance.scm?id=5c37ad812b94de76ab45bb15a25aaf7895fb0c66'>gnu-maintenance: Test latest-html-release....* tests/gnu-maintenance.scm ("latest-html-release, no signature") ("latest-html-release, signature): New tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxime Devos 2022-09-17gnu-maintenance: Support // URLs in latest-html-release....This makes "./pre-inst-env guix refresh -u" download the release tarball from the right place -- previously, it downloaded from https://www.libreoffice.org//download.documentfoundation.org/libreoffice/src/7.4.0/libreoffice-7.4.0.3.tar.xz?idx=1 whereas it should download from https://download.documentfoundation.org/libreoffice/src/7.4.0/libreoffice-7.4.0.3.tar.xz?idx=1 instead. * guix/gnu-maintenance.scm (latest-html-release)[url-release]: Adjust computation in the case of an absolute URI-reference without a scheme. * tests/gnu-maintenance.scm ("latest-html-release, scheme-less URIs"): Test it. Signed-off-by: Christopher Baines <mail@cbaines.net> Maxime Devos