diff options
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/lhapdf/files/lhapdf-6.5.2-py.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sci-physics/lhapdf/files/lhapdf-6.5.2-py.patch b/sci-physics/lhapdf/files/lhapdf-6.5.2-py.patch deleted file mode 100644 index e4e6579872e2..000000000000 --- a/sci-physics/lhapdf/files/lhapdf-6.5.2-py.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/wrappers/python/build.py.in 2022-10-16 17:54:18.406418600 +0200 -+++ b/wrappers/python/build.py.in 2022-10-16 17:54:31.926612653 +0200 -@@ -20,7 +20,7 @@ - ## Include args - incargs = " ".join("-I{}".format(d) for d in incdirs) - incargs += " -I@prefix@/include" --incargs += " @CPPFLAGS@" -+incargs += " @CPPFLAGS@ @CXXFLAGS@ @LDFLAGS@" - - ## Compile args - cmpargs = "" #"@PYEXT_CXXFLAGS@" |