Age | Commit message (Expand) | Author |
2023-08-29 | gnu: python-dolfin-adjoint: Fix build....* gnu/packages/simulation.scm (python-dolfin-adjoint): Fix build.
[arguments]: Disable failing test_read_checkpoint in 'check phase.
Remove broken 'sanity-check phase.
Signed-off-by: Andreas Enge <andreas@enge.fr>
| Felix Gruber |
2023-08-11 | gnu: openfoam-org: Use 'git-fetch'....So far the source was taken from an auto-generated, unstable tarball at
github.com. This fixes that.
* gnu/packages/simulation.scm (openfoam-org)[source]: Switch to
'git-fetch'.
[arguments]: Add 'rename-self' phase.
| Ludovic Courtès |
2023-08-10 | gnu: Add openfoam-com....* gnu/packages/simulation.scm (openfoam-com): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| reza |
2023-08-10 | gnu: Add openfoam-org. Deprecate openfoam....* gnu/packages/patches/openfoam-4.1-cleanup.patch: Delete file.
* gnu/local.mk: Remove it.
* gnu/packages/simulation.scm (openfoam-org): New variable.
(openfoam): Mark as deprecated.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| reza |
2023-07-17 | gnu: simulation: Fix duplicate open-simulation-interface....Give the python variant a different name, and fix the build.
* gnu/packages/simulation.scm (python-open-simulation-interface)[name]: Set.
[propagated-inputs]: Add python-pyyaml and python-protobuf.
| Christopher Baines |
2023-06-24 | gnu: fenics-dolfin, fenics: Remove input labels....* gnu/packages/simulation.scm (fenics-dolfin)[inputs, native-inputs]
[propagated-inputs]: Remove labels. Replace CATCH2-1, which was
actually unused, by CATCH-FRAMEWORK.
[arguments]: Rewrite using gexps. Adjust 'set-paths' phase accordingly.
(fenics): Likewise.
| Ludovic Courtès |
2023-06-24 | 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.
| Ludovic Courtès |