Skip to content

Commit

Permalink
add missing patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jfgrimm committed Jan 23, 2024
1 parent cb52621 commit 1950540
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Add easybuild locations of dependencies
# December 13th 2018 by B. Hajgato (Free University Brussels - VUB)
# updated for 2.11.4 by Jasper Grimm (University of York)
diff -Nru libxml2-2.11.4.orig/python/setup.py.in libxml2-2.11.4/python/setup.py.in
--- libxml2-2.11.4.orig/python/setup.py.in 2024-01-23 14:42:40.321205584 +0000
+++ libxml2-2.11.4/python/setup.py.in 2024-01-23 14:54:31.558212220 +0000
@@ -71,11 +71,8 @@
# - libxml2/libxml/tree.h
# - libxslt/xsltconfig.h
includes_dir = [
-"/usr/include",
-"/usr/local/include",
-"/opt/include",
-os.path.join(ROOT,'include'),
-HOME
+ os.path.join(os.getenv("EBROOTLIBXML2"),"include"),
+ os.path.join(os.getenv("EBROOTLIBICONV"),"include"),
];

xml_includes=""

0 comments on commit 1950540

Please sign in to comment.