summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
Commit message (Collapse)AuthorAge
* gnu: Remove python2-cvxopt.Felix Gruber2022-01-12
| | | | | | * gnu/packages/maths.scm (python2-cvxopt): Remove variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python-cvxopt: Update to 1.2.7.Felix Gruber2022-01-12
| | | | | | * gnu/packages/maths.scm (python-cvxopt): Update to 1.2.7. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: ceres: Update to 2.0.0.Felix Gruber2022-01-11
| | | | | | | | | * gnu/packages/maths.scm (ceres): Update to 2.0.0. [inputs]: Use simplified format. (ceres-solver-benchmarks)[phases]: Add schur_eliminator_benchmark. Replace autodiff_cost_function_benchmark with new autodiff_benchmarks. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: dealii: Update to 9.3.2.Felix Gruber2022-01-11
| | | | | | | | | | | | | | * gnu/packages/maths.scm (dealii): Update to 9.3.2. [source]: Add dealii-fix-compiliation-with-boost-1.78.patch and dealii-fix-sundials.patch. [inputs]: Use simplified format. [native-inputs]: Use simplified format. * gnu/packages/patches/dealii-fix-compiliation-with-boost-1.78.patch: New file. * gnu/packages/patches/dealii-fix-sundials.patch: New file. * gnu/local.mk: Add new patch files. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: gsl: Add 'tunable?' property.Ludovic Courtès2022-01-01
| | | | * gnu/packages/maths.scm (gsl)[properties]: New field.
* gnu: Add ceres-solver-benchmarks.Ludovic Courtès2022-01-01
| | | | * gnu/packages/maths.scm (ceres-solver-benchmarks): New variable.
* gnu: ceres-solver: Mark as tunable.Ludovic Courtès2022-01-01
| | | | * gnu/packages/maths.scm (ceres)[properties]: New field.
* gnu: Capitalize beginning of synopsis.Vagrant Cascadian2021-12-30
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (hungrycat)[synopsis]: Captalize. * gnu/packages/cobol.scm (gnucobol)[synopsis]: Likewise. * gnu/packages/cpp.scm (clipper)[synopsis]: Likewise. * gnu/packages/crates-graphics.scm (rust-piston-texture-0.8)[synopsis]: Likewise. * gnu/packages/crates-io.scm (rust-alloc-stdlib-0.2, rust-atom-0.3, rust-oorandom-11.1, rust-r2d2, rust-scheduled-thread-pool-0.2, rust-takeable-option-0.4, rust-ttf-parser-0.12)[synopsis]: Likewise. * gnu/packages/games.scm (roguebox-adventures)[synopsis]: Likewise. * gnu/packages/gl.scm (libepoxy)[synopsis]: Likewise. * gnu/packages/gnome-xyz.scm (arc-theme)[synopsis]: Likewise. * gnu/packages/haskell-xyz.scm (ghc-cborg-json, ghc-rio)[synopsis]: Likewise. * gnu/packages/installers.scm (mingw-path)[synopsis]: Likewise. * gnu/packages/lisp-xyz.scm (sbcl-cl-utilities)[synopsis]: Likewise. * gnu/packages/maths.scm (coda)[synopsis]: Likewise. * gnu/packages/ocaml.scm (ocaml4.07-ppx-sexp-message)[synopsis]: Likewise. * gnu/packages/perl6.scm (perl6-json)[synopsis]: Likewise. * gnu/packages/python-xyz.scm (python-markuppy, python-febelfin-coda)[synopsis]: Likewise. * gnu/packages/statistics.scm (r-magrittr)[synopsis]: Likewise. * gnu/packages/terminals.scm (sakura)[synopsis]: Likewise.
* gnu: Remove leading article from synopsis.Vagrant Cascadian2021-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (hungrycat)[synopsis]: Remove leading article. * gnu/packages/cobol.scm (gnucobol)[synopsis]: Likewise. * gnu/packages/cpp.scm (clipper)[synopsis]: Likewise. * gnu/packages/crates-graphics.scm (rust-piston-texture-0.8)[synopsis]: Likewise. * gnu/packages/crates-io.scm (rust-alloc-stdlib-0.2, rust-atom-0.3, rust-oorandom-11.1, rust-r2d2, rust-scheduled-thread-pool-0.2, rust-takeable-option-0.4, rust-ttf-parser-0.12, rust-svd-parser-0.9)[synopsis]: Likewise. * gnu/packages/games.scm (roguebox-adventures)[synopsis]: Likewise. * gnu/packages/gl.scm (libepoxy)[synopsis]: Likewise. * gnu/packages/gnome-xyz.scm (arc-theme)[synopsis]: Likewise. * gnu/packages/haskell-xyz.scm (ghc-cborg-json, ghc-rio)[synopsis]: Likewise. * gnu/packages/installers.scm (mingw-path)[synopsis]: Likewise. * gnu/packages/lisp-xyz.scm (sbcl-cl-utilities)[synopsis]: Likewise. * gnu/packages/lisp.scm (gcl, clisp)[synopsis]: Likewise. * gnu/packages/maths.scm (coda)[synopsis]: Likewise. * gnu/packages/ocaml.scm (ocaml4.07-ppx-sexp-message)[synopsis]: Likewise. * gnu/packages/perl6.scm (perl6-json)[synopsis]: Likewise. * gnu/packages/python-xyz.scm (python-pari-jupyter, python-markuppy, python-febelfin-coda)[synopsis]: Likewise. * gnu/packages/scheme.scm (mit-scheme)[synopsis]: Likewise. * gnu/packages/statistics.scm (r-magrittr)[synopsis]: Likewise. * gnu/packages/terminals.scm (sakura)[synopsis]: Likewise.
* gnu: Add feedgnuplot.Marius Bakke2021-12-26
| | | | * gnu/packages/maths.scm (feedgnuplot): New public variable.
* gnu: frama-c: Update to 24.0.Julien Lepiller2021-12-22
| | | | * gnu/packages/maths.scm (frama-c): Update to 24.0.
* gnu: cglm: Use meson-build-system.Liliana Marie Prikler2021-12-19
| | | | | | | | The CMake-based builds fail to correctly encode the version, leading to build failures in dependencies. See <https://bugs.gnu.org/52663>. * gnu/packages/maths.scm (cglm)[build-system]: Change to meson-build-system. [arguments]: Adjust #:configure-flags accordingly.
* gnu: cglm: Update to 0.8.4.Liliana Marie Prikler2021-12-19
| | | | * gnu/packages/maths.scm (cglm): Update to 0.8.4.
* gnu: Further simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | | This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* gnu: sundials: Add 'release-monitoring-url' property.Ludovic Courtès2021-12-12
| | | | * gnu/packages/maths.scm (sundials)[properties]: New field.
* gnu: sundials: Build with '-fcommon'.Ludovic Courtès2021-12-12
| | | | * gnu/packages/maths.scm (sundials)[arguments]: Pass "-DCMAKE_C_FLAGS".
* gnu: Add gsl-static.Efraim Flashner2021-12-09
| | | | * gnu/packages/maths.scm (gsl-static): New variable.
* gnu: python-slepc4py: Update to 3.16.1.Ludovic Courtès2021-12-08
| | | | | | | | This is a followup 5b4d1e57b6d4931f6ee2a50abf84222fe015d045. * gnu/packages/maths.scm (slepc-openmpi)[inputs]: Move ARPACK-NG-OPENMPI to... [propagated-inputs]: ... here. (python-slepc4py): Update to 3.16.1.
* gnu: python-petsc4py: Update to 3.16.1.Ludovic Courtès2021-12-08
| | | | | | This is a followup to 07ac13a26a0d7c8319afb42c55fc2116ec44668f. * gnu/packages/maths.scm (python-petsc4py): Update to 3.16.1.
* gnu: mumps: Allow compilation with GCC 10.Ludovic Courtès2021-12-08
| | | | | | | | Following the suggestion at <https://community.freefem.org/t/compline-on-macos-10-15-6/543>. * gnu/packages/maths.scm (mumps)[arguments]: In 'configure' phase, add '-fallow-argument-mismatch' to 'OPTF'.
* Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus2021-12-05
|\
| * gnu: ceres-solver: Install library to lib/ instead of lib64/.Ludovic Courtès2021-11-26
| | | | | | | | | | * gnu/packages/maths.scm (ceres)[arguments]: In 'set-library-directory' phase, modify the top-level 'CMakeLists.txt'.
* | gnu: clapack: Pass -fcommon to compiler.Ricardo Wurmus2021-12-05
| | | | | | | | * gnu/packages/maths.scm (clapack)[arguments]: Set CFLAGS.
* | gnu: clapack: Remove trailing #T.Ricardo Wurmus2021-12-05
| | | | | | | | | | * gnu/packages/maths.scm (clapack)[arguments]: Remove trailing #T from build phases.
* | gnu: Adjust for python-build-system behavior change.Marius Bakke2021-12-05
| | | | | | | | | | | | | | | | | | | | Commit cb72f9a773e0931ee3758c851d96007ded034e4c changed the semantics of SITE-PACKAGES, but did not adjust all callers. * gnu/packages/bioinformatics.scm (python-pyvcf)[arguments]: Adjust for missing trailing slash. * gnu/packages/maths.scm (nomad-optimizer)[arguments]: Likewise. * gnu/packages/patchutils.scm (patchwork)[arguments]: Likewise.
* | gnu: petsc-{complex,openmpi,complex-openmpi}: Use gexps.Ludovic Courtès2021-12-01
| | | | | | | | | | | | | | | | | | | | | | This is a followup to 07ac13a26a0d7c8319afb42c55fc2116ec44668f, which omitted to switch to gexps in packages that inherit from 'petsc'. Reported by Mathieu Othacehe <othacehe@gnu.org>. * gnu/packages/maths.scm (petsc-complex)[arguments]: Use gexps. (petsc-openmpi)[arguments]: Likewise. (petsc-complex-openmpi)[arguments]: Likewise.
* | gnu: scalapack: Update to 2.1.0.Ludovic Courtès2021-12-01
| | | | | | | | | | | | | | | | | | | | * gnu/packages/maths.scm (scalapack): Update to 2.1.0. [source]: Remove "scalapack-blacs-mpi-deprecations.patch" and add "scalapack-gcc-10-compilation.patch". [arguments]: Add 'skip-faulty-test' phase. * gnu/packages/patches/scalapack-blacs-mpi-deprecations.patch: Remove. * gnu/packages/patches/scalapack-gcc-10-compilation.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* | gnu: slepc: Update to 3.16.1.Ludovic Courtès2021-11-29
| | | | | | | | | | | | * gnu/packages/maths.scm (slepc): Update to 3.16.1. [native-inputs]: Use PYTHON instead of PYTHON-2. Add WHICH. [properties]: New field.
* | gnu: petsc: Update to 3.16.1.Ludovic Courtès2021-11-29
| | | | | | | | | | | | | | * gnu/packages/maths.scm (petsc): Update to 3.16.1. [native-inputs]: Use PYTHON instead of PYTHON-2. Add WHICH. [arguments]: Rewrite using gexps. Pass '--with-openblas-dir'. In 'configure' phase, modify "config/example_template.py".
* | gnu: aris: Build with '-O2'.Ludovic Courtès2021-11-25
| | | | | | | | * gnu/packages/maths.scm (aris)[arguments]: Pass "-O2 -g".
* | gnu: opencascade-occt: Use TBB 2020.Ricardo Wurmus2021-11-22
| | | | | | | | | | * gnu/packages/maths.scm (opencascade-occt)[inputs]: Replace tbb with tbb-2020.
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-17
|\|
| * gnu: Add julia-sundials-jullJean-Baptiste Volatier2021-11-16
| | | | | | | | | | | | | | * gnu/packages/julia-jll.scm (julia-sundials-jll): New variable. * gnu/packages/maths.scm (sundials-julia): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* | gnu: openblas: Do not build static library.Maxim Cournoyer2021-11-11
| | | | | | | | * gnu/packages/maths.scm (openblas)[make-flags]: Add NO_STATIC=1.
* | gnu: openblas: Add support for older x86 processors.Maxim Cournoyer2021-11-11
| | | | | | | | | | | | | | | | | | Fixes <https://issues.guix.gnu.org/51452>. * gnu/packages/maths.scm (openblas)[make-flags]: Make the x86_64, i686, powerpc64le and aarch64 architectures share the same flags; this causes the DYNAMIC_OLDER=1 to be added for all of them and TARGET=GENERIC to be added for the x86_64 and i686 architectures.
* | gnu: openblas: Update to 0.3.18.Maxim Cournoyer2021-11-11
| | | | | | | | * gnu/packages/maths.scm (openblas): Update to 0.3.18. Delete trailing #t.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-10-31
|\|
| * gnu: Add ocaml-z3.Julien Lepiller2021-10-28
| | | | | | | | * gnu/packages/maths.scm (ocaml-z3): New variable.
| * gnu: Add clingo.Liliana Marie Prikler2021-10-24
| | | | | | | | * gnu/packages/maths.scm (clingo): New variable.
| * gnu: Add clasp.Liliana Marie Prikler2021-10-24
| | | | | | | | * gnu/packages/maths.scm (clasp): New variable.
| * gnu: Add libpotassco.Liliana Marie Prikler2021-10-24
| | | | | | | | * gnu/packages/maths.scm (libpotassco): New variable.
| * gnu: hdf5@1.12: Update to 1.12.1.Tobias Geerinckx-Rice2021-10-18
| | | | | | | | * gnu/packages/maths.scm (hdf5-1.12): Update to 1.12.1.
* | gnu: hdf-java: Look for jars in the right place.Ludovic Courtès2021-10-23
| | | | | | | | | | * gnu/packages/maths.scm (hdf-java)[arguments]: Look for slf4j .jar files in the right place rather than share/java.
* | gnu: Use 'search-input-file' some more.Ludovic Courtès2021-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe2021-10-12
|\|
| * gnu: frama-c: Update to 23.1.Julien Lepiller2021-10-08
| | | | | | | | * gnu/packages/maths.scm (frama-c): Update to 23.1.
| * gnu: why3: Update to 1.4.0.Julien Lepiller2021-10-08
| | | | | | | | * gnu/packages/maths.scm (why3): Update to 1.4.0.
| * gnu: mcrl2: Update hash of modified-in-place tarball.Ludovic Courtès2021-10-07
| | | | | | | | | | | | Fixes <https://issues.guix.gnu.org/51074>. * gnu/packages/maths.scm (mcrl2)[source]: Update hash.
| * gnu: Add minizinc.Liliana Marie Prikler2021-09-25
| | | | | | | | * gnu/packages/maths.scm (minizinc): New variable.