nixpkgs/pkgs/development/libraries/science
Will Dietz dde5b0ca7a
python3Packages.fenics: fix build, pin to older boost (#166728)
* python3Packages.fenics: fix build, pin to older boost

Looking at upstream, there are various issues with newer boost.
(At least some of them have been since fixed)

For now, fix the build by using a version of boost that works
with the current version.

Error here was complaining about `std::min_element`,
which is no longer available, apparently, due to newer boost
no longer (transitively) including <algorithm>.

This was added in C++17, so I'm not sure the cmake flag
specifying dolfin built with C++11 makes sense or is used.
Leaving for now :).

* nixos/tests/fenics: fix name of machine/node in script

Still fails for now.

* python3Packages.fenics: fix accidentally changed strings in subst

Looks like in migration to pkg-config this was erroneously
changed from `pkgconfig` (python package, and source string)
to `pkg-config` (nix package name, tool name).
(see 9bb3fccb5b)

Fixes the NixOS test.
2022-04-14 19:37:20 -05:00
..
astronomy Merge pull request #164493 from r-ryantm/auto-update/stellarsolver 2022-03-26 14:17:33 +08:00
benchmark/papi
biology htslib: 1.14 -> 1.15 2022-02-26 07:12:00 +00:00
chemistry
electronics/qcsxcad
math python3Packages.fenics: fix build, pin to older boost (#166728) 2022-04-14 19:37:20 -05:00
networking/ns-3
robotics