diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2024-02-10 23:32:16 +0000 |
|---|---|---|
| committer | Sergei Trofimovich <slyich@gmail.com> | 2024-02-10 23:32:16 +0000 |
| commit | ea3da05805c4a2b56510e9f22a0c29f1c0a5f0e9 (patch) | |
| tree | 76b78cef1fa550e953b2f57180624f7a7bc301ce /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | ef6206934d5726ed9315ac78879f5ba2a6b55785 (diff) | |
sptk: fix `gcc-13` build failure
Without the change build fails on` master` as
https://hydra.nixos.org/build/247569562:
/build/source/src/conversion/autocorrelation_to_composite_sinusoidal_modeling.cc:25:1: error: 'uint64_t' does not name a type
25 | uint64_t CalculateBinomialCoefficient(int n, int k) {
| ^~~~~~~~
/build/source/src/conversion/autocorrelation_to_composite_sinusoidal_modeling.cc:21:1: note: 'uint64_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
20 | #include <cmath> // std::acos, std::fabs, std::pow
+++ |+#include <cstdint>
21 | #include <cstddef> // std::size_t
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
