/gnu/bootloader/

t logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/installers.scm
21-04-21
AgeCommit message (Expand)Author
gnu: wxmaxima: Update to 21.04.0....* gnu/packages/maths.scm (wxmaxima): Update to 21.04.0. Kei Kebreau
2021-04-12gnu: blis: Add deprecated aliases....Add deprecated aliases for packages removed in the parent commit. * gnu/packages/maths.scm (blis-sandybridge, blis-haswell, blis-knl): New variables. Ludovic Courtès
2021-04-12gnu: blis: Update to 0.8.1....* gnu/packages/maths.scm (make-blis): Remove internal function. Inline into ... (bliss): ... this variable. Update to 0.8.1. [native-inputs]: Add "python" and "perl". [arguments]: Adjust 'configure' phase to take advantage of new support for "configuration families" with runtime hardware detection. Select configuration automatically based on target systems, and allow "--blis-config=" in #:configure-flags to override the default. When building for x86_64, include all supported microarchetecture specializations. Add "--enable-verbose-make" configure flag for better build logs. Stop ignoring other flags from #:configure-flags. Remove explicit #:substitutable? argument: the package is now always substitutable. Add (srfi srfi-1) to #:modules. (blis/x86_64): Remove internal macro. (blis-sandybridge): Remove package: included in 'blis'. (blis-haswell): Remove package: included in 'blis'. (blis-knl): Remove package: included in 'blis'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Philip McGrath
2021-04-09gnu: python-sip: Update to 5.5.0. Add python-sip-4...* gnu/packages/qt.scm (python-sip): Update to 5.5.0. (python-sip-4): New variable. Rename the old python-sip to python-sip-4. (python2-sip): Inherit from python-sip-4. * gnu/packages/maths.scm (veusz)[native-inputs]: Use python-sip-4. * gnu/packages/pdf.scm (python-poppler-qt5): Use python-sip-4. * gnu/packages/geo.scm (qgis)[arguments]: Fix build for python-sip@5. Brendan Tildesley
2021-04-06gnu: Add scotch and pt-scotch with shared libraries...* gnu/packages/maths.scm (scotch-shared, pt-scotch-shared): New variables. Signed-off-by: Leo Famulari <leo@famulari.name> Franck Pérignon
2021-04-05gnu: suitesparse: Update to 5.9.0....* gnu/packages/maths.scm (suitesparse): Update to 5.9.0. [arguments]: Use cc-for-target instead of hard-coding gcc. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Felix Gruber
2021-03-29gnu: metis: Add 'release-monitoring-url' property....* gnu/packages/maths.scm (metis)[properties]: New field. Ludovic Courtès
2021-03-13gnu: wxmaxima: Update to 21.02.0....* gnu/packages/maths.scm (wxmaxima): Update to 21.02.0. Kei Kebreau
2021-03-02gnu: octave: Update to 6.2.0....* gnu/packages/maths.scm (octave): Update to 6.2.0. [source]: Download tar.xz tarball. [native-inputs]: Remove lzip. Efraim Flashner
2021-02-28gnu: slepc: Use HTTPS home page URI....* gnu/packages/maths.scm (slepc)[home-page]: Use HTTPS URI. Nicolas Goaziou
2021-02-28gnu: elpa: Use HTTPS home page URI....* gnu/packages/maths.scm (elpa)[home-page]: Use HTTPS URI. Nicolas Goaziou
2021-02-21gnu: Add HDF5 1.12.0....* gnu/packages/maths.scm (hdf5-1.12): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Gerd Heber
2021-02-09gnu: wxmaxima: Update to 21.01.0....* gnu/packages/maths.scm (wxmaxima): Update to 21.01.0. [inputs]: Remove libomp. Kei Kebreau
2021-02-08gnu: hdf5: Update to 1.8.22....Fixes CVE-2018-14033, CVE-2018-11206, CVE-2018-13870, CVE-2018-13869, and CVE-2018-17435 * gnu/packages/maths.scm (hdf5-1.8): Update to 1.8.22. * gnu/packages/patches/hdf5-1.8-mpi-deprecations.patch: Delete upstreamed patch. * gnu/local/mk (dist_patch_DATA): Remove it. Eric Bavier
2021-01-17gnu: wxmaxima: Update to 20.12.2....* gnu/packages/maths.scm (wxmaxima): Update to 20.12.2. [arguments]: Remove #:test-target and disable tests. Remove 'pre-check phase. [native-inputs]: Remove xorg-server-for-tests. [inputs]: Add libomp. Kei Kebreau
2021-01-17gnu: gnuplot: Update to 5.4.1....* gnu/packages/maths.scm (gnuplot): Update to 5.4.1. [arguments]: Set GNUTERM in #:make-flags. Kei Kebreau
2021-01-04gnu: suitesparse: Install libraries into /lib....* gnu/packages/maths.scm (suitesparse)[arguments]: Add to configure-flags to install programs built with cmake to use 'lib', not 'lib64.' Efraim Flashner
2020-12-31gnu: matio: Update to 1.5.19....* gnu/packages/maths.scm (matio): Update to 1.5.19. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Vincent Legoll
2020-12-22gnu: octave, octave-cli: Update to 6.1.0....* gnu/packages/maths.scm (octave, octave-cli): Update to 6.1.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan
2020-12-17gnu: glpk: Don't build static library....* gnu/packages/maths.scm (glpk)[arguments]: Add configure-flag to skip static library. Efraim Flashner
2020-12-17gnu: glpk: Update to 5.0....* gnu/packages/maths.scm (glpk): Update to 5.0. (glpk-4.65): New variable. * gnu/packages/algebra.scm (giac)[inputs]: Replace glpk with glpk-4. Efraim Flashner
2020-12-13gnu: veusz: Update to 3.3.1....* gnu/packages/maths.scm (veusz): Update to 3.3.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Vinicius Monego
2020-12-12gnu: sleef: Update to 3.5.1....* gnu/packages/maths.scm (sleef): Update to 3.5.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Vinicius Monego
2020-12-09gnu: dealii: Update to 9.2.0....* gnu/packages/maths.scm (dealii): Update to 9.2.0. Eric Bavier
2020-12-08gnu: Add tiny-bignum....* gnu/packages/maths.scm (tiny-bignum): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Ryan Prior
2020-12-05gnu: superlu-dist: Update to 6.4.0....* gnu/packages/maths.scm (superlu-dist): Update to 6.4.0 [source]: Use git-fetch, as tarballs are no longer published. * gnu/packages/patches/superlu-dist-awpm-grid.patch: Remove all but the first hunk; they are unnecessary. Eric Bavier
2020-12-05gnu: scotch: Update to 6.1.0...* gnu/packages/maths.scm (scotch): Update to 6.1.0. Eric Bavier
2020-12-01gnu: metamath: Update to 0.193....* gnu/packages/maths.scm (metamath): Update to 0.193. Tobias Geerinckx-Rice
2020-11-17gnu: units: Update to 2.21....* gnu/packages/maths.scm (units): Update to 2.21. Tobias Geerinckx-Rice
2020-11-16gnu: z3: Update to 4.8.9....* gnu/packages/maths.scm (z3): Update to 4.8.9. Signed-off-by: Christopher Baines <mail@cbaines.net> Martin Becze
2020-11-15gnu: superlu: Update to 5.2.2....* gnu/packages/maths.scm (superlu): Update to 5.2.2. Tobias Geerinckx-Rice
2020-11-11gnu: python-petsc4py: Fix build with python 3.8....* gnu/packages/maths.scm (python-petsc4py)[source]: Add snippet. [native-inputs]: New field. Paul Garlick
2020-10-26gnu: netcdf-fortran: Update to 4.5.3....This allows the package to build with netcdf 4.7.4. * gnu/packages/maths.scm (netcdf-fortran): Update to 4.5.3. Christopher Baines
2020-10-26gnu: netcdf: Update to 4.7.4....This will fix an issue building qgis. * gnu/packages/maths.scm (netcdf): Update to 4.7.4. [source]: Remove the netcdf-tst_h_par.patch, also change the naming of the source tarball, as the name seems to have changed for recent releases. [inputs]: Update hdf5 and add curl. * gnu/packages/patches/netcdf-tst_h_par.patch: Delete. * gnu/local.mk (dist_patch_DATA): Remove deleted patch. Christopher Baines
2020-10-23gnu: hdf5: Default to 1.10....This is a followup to 593096355501dfd76c2e92b1fbd87f940ab1d1f2. * gnu/packages/maths.scm (hdf5): Change to HDF5-1.10. (hdf-java, hdf-eos5, h5check, netcdf, matio)[inputs]: Use HDF5-1.8. * gnu/packages/java.scm (java-cisd-jhdf5)[inputs]: Likewise. Ludovic Courtès