aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2023-12-23 16:33:25 +0100
committerMathieu Othacehe <othacehe@gnu.org>2024-01-12 17:33:28 +0100
commitea785c2bb83ba6c2fb650e008f0bb8b7bbc25f4a (patch)
treec5e22dd4702c3aec2947c7a0ec3c0756b5bd19ea /bootstrap
parentcd7763350ac3d4af3c37382f659c17d35ee43690 (diff)
downloadguix-ea785c2bb83ba6c2fb650e008f0bb8b7bbc25f4a.tar.gz
guix-ea785c2bb83ba6c2fb650e008f0bb8b7bbc25f4a.zip
gnu: python-wand: Fix libmagick access.
* gnu/packages/python-xyz.scm (python-wand): [build-system]: Use pyproject-build-system. [arguments](phases): Delete phase check. Replace phase find-magickwand by phase harcode-lib-path. Change-Id: I3ddf7045a404f76743c14a5b8183ce9f3196ffd1 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'bootstrap')
0 files changed, 0 insertions, 0 deletions
2022-08-05gnu: mumps: Update to 5.5.1...* gnu/packages/maths.scm (mumps): Update to 5.5.1. Stop applying patches as the build configuration has been updated upstream. Allow for further optimized BLR compression by specifying the -DBLR_MT build option. * gnu/packages/patches/mumps-build-parallelism.patch: File removed. * gnu/packages/patches/mumps-shared-libseq.patch: File removed. * gnu/packages/patches/mumps-shared-mumps.patch: File removed. * gnu/packages/patches/mumps-shared-pord.patch: File removed. Signed-off-by: Ludovic Courtès <ludo@gnu.org> FELŠÖCI Marek 2022-08-05gnu: veusz: Fix build....* gnu/packages/maths.scm (veusz)[arguments] Fix lookup of qtsvg path in wrap-executable phase. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Felix Gruber 2022-08-04gnu: Add itex2mml....* gnu/packages/maths.scm (itex2mml): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Philip McGrath 2022-08-02gnu: gnuplot: Update to 5.4.4....* gnu/packages/maths.scm (gnuplot): Update to 5.4.4. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Paul A. Patience 2022-08-02gnu: gnuplot: Use G-expressions....* gnu/packages/maths.scm (gnuplot)[arguments]: Use G-expressions. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Paul A. Patience 2022-08-02gnu: gnuplot: Remove input labels....* gnu/packages/maths.scm (gnuplot)[inputs]: Move below native-inputs and sort. [native-inputs]: Remove labels. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Paul A. Patience 2022-08-02gnu: wcalc: Remove pre-generated files....* gnu/packages/maths.scm (wcalc)[source]: Add snippet to remove files generated by bison and flex. [native-inputs]: Add bison, flex. Efraim Flashner 2022-08-01gnu: trilinos-for-dealii-openmpi: Use G-expressions....* gnu/packages/maths.scm (trilinos-for-dealii-openmpi)[arguments]: Use G-expressions. <#:phases>: Remove trailing boolean. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Paul A. Patience 2022-08-01gnu: trilinos-for-dealii-openmpi: Remove input labels....* gnu/packages/maths.scm (trilinos-for-dealii-openmpi)[native-inputs, inputs, propagated-inputs]: Remove labels. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Paul A. Patience 2022-08-01gnu: dealii: Update to 9.4.0....* gnu/packages/maths.scm (dealii): Update to 9.4.0. [propagated-inputs]: Replace sundials-5 with sundials. (dealii-openmpi)[propagated-inputs]: Replace sundials-openmpi-5 with sundials-openmpi. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Paul A. Patience 2022-08-01gnu: dealii: Use G-expressions....* gnu/packages/maths.scm (dealii)[snippet, arguments]: Use G-expressions. (dealii-openmpi)[arguments]: Same. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Paul A. Patience 2022-08-01gnu: trilinos-for-dealii-openmpi: Fix build....* gnu/packages/maths.scm (trilinos-for-dealii-openmpi)[native-inputs]: Add gcc-7 to fix the failing build with newer versions of gcc. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Paul A. Patience 2022-08-01gnu: hdf5-1.8: Add missing comma to linker flag....* gnu/packages/maths.scm (hdf5-1.8)[arguments]<#:phases>: Add missing comma to linker flag. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Paul A. Patience 2022-07-31gnu: qttools: Rename to qttools-5....Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer 2022-07-31gnu: qtsvg: Rename variable to qtsvg-5....This is in preparation of the qtsvg update to version 6. This change was automated via the following command: git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i Maxim Cournoyer 2022-07-15gnu: gmsh: Update to 4.10.5....* gnu/packages/maths.scm (gmsh): Update to 4.10.5. [source]: Reindent. Signed-off-by: Christopher Baines <mail@cbaines.net> Paul A. Patience 2022-07-15gnu: gmsh: Remove trailing booleans....* gnu/packages/maths.scm (gmsh)[snippet, arguments]: Remove trailing booleans. Signed-off-by: Christopher Baines <mail@cbaines.net> Paul A. Patience 2022-07-15gnu: gmsh: Remove input labels....* gnu/packages/maths.scm (gmsh)[inputs]: Remove labels. Signed-off-by: Christopher Baines <mail@cbaines.net> Paul A. Patience 2022-07-13gnu: elpa: Update source URL....Fixes <https://issues.guix.gnu.org/46460>. * gnu/packages/maths.scm (elpa): Update source URL. Reported-by: Danny Milosavljevic <dannym@scratchpost.org> Maxim Cournoyer 2022-07-04gnu: nauty: Update package style....* gnu/packages/maths.scm (nauty)[arguments]: Use G-expressions. Remove trailing #T. Nicolas Goaziou 2022-07-04gnu: nauty: Update to 2.7r4....* gnu/packages/maths.scm (nauty): Update to 2.7r4. Nicolas Goaziou 2022-07-04gnu: Add giza...* gnu/packages/maths.scm (giza): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sharlatan Hellseher 2022-07-04gnu: z3: Prefer CMake to build the package....Z3 developer recommends to use CMake to build Z3 except the OCaml bindings. Use CMake also enable us to cross compile z3. * gnu/packages/maths.scm (z3)[build-system]: Use cmake-build-system. [arguments]<#:configure-flags>: Add flags for CMake. <#:phases>: Remove stale phase 'fix-compatability'. In phase 'check', build the z3 test binary and don't test when cross compiling. Add phase 'compile-python-modules' phase to generate python bytecode cache for z3 python binding. Add phase 'fix-z3-library-path' to help z3 pythong binding to find the z3 shared library. (ocaml-z3)[build-system]: Override the inherited value with 'gnu-build-system'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Zhu Zihao 2022-07-04gnu: z3: Update to 4.8.17....* gnu/packages/maths.scm (z3): Update to 4.8.17. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Zhu Zihao 2022-07-04gnu: z3: Use G-expressions....* gnu/packages/maths.scm (z3)[arguments]: Use G-expressions. [native-inputs]: Use label-less style. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Zhu Zihao 2022-07-01gnu: mcrl2: Update to 202206.0....* gnu/packages/patches/mcrl2-fix-1687.patch, gnu/packages/patches/mcrl2-fix-counterexample.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/maths.scm (mcrl2): Update to 202206.0 and use them. Jan (janneke) Nieuwenhuizen 2022-06-30gnu: octave: Update to 7.1.0....* gnu/packages/maths.scm (octave): Update to 7.1.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Greg Hogan