Skip to content

Small fixes for macOS

Pere Mato Vila requested to merge mato/Gaudi:macos-1 into master

A number of small fixes for MacOS

  • Compilation fixes for Apple clang

    • std::random_shuffle is deprecated in C++17
    • error: no matching function for call to 'farray'
  • Replace the use of /proc/cpuinfo by sysctl -a

Edited by Pere Mato Vila

Merge request reports