Merge pull request #310519 from veprbl/pr/fastnlo_toolkit_fix

python311Packages.fastnlo_toolkit: workaround c++17 issues in swig
This commit is contained in:
Weijia Wang
2024-05-10 16:14:57 +02:00
committed by GitHub
@@ -60,6 +60,10 @@ stdenv.mkDerivation rec {
'';
enableParallelChecking = false;
# None of our currently packaged versions of swig are C++17-friendly
# Use a workaround from https://github.com/swig/swig/issues/1538
env.CXXFLAGS="-D_LIBCPP_ENABLE_CXX17_REMOVED_FEATURES";
meta = with lib; {
homepage = "http://fastnlo.hepforge.org";
description = "Fast pQCD calculations for hadron-induced processes";