lol

Merge pull request #310519 from veprbl/pr/fastnlo_toolkit_fix

python311Packages.fastnlo_toolkit: workaround c++17 issues in swig

authored by

Weijia Wang and committed by
GitHub
4ac577de 5c0c6e14

+4
+4
pkgs/development/libraries/physics/fastnlo-toolkit/default.nix
··· 60 60 ''; 61 61 enableParallelChecking = false; 62 62 63 + # None of our currently packaged versions of swig are C++17-friendly 64 + # Use a workaround from https://github.com/swig/swig/issues/1538 65 + env.CXXFLAGS="-D_LIBCPP_ENABLE_CXX17_REMOVED_FEATURES"; 66 + 63 67 meta = with lib; { 64 68 homepage = "http://fastnlo.hepforge.org"; 65 69 description = "Fast pQCD calculations for hadron-induced processes";