Skip to content

Instantly share code, notes, and snippets.

@verdurin
Created September 11, 2015 13:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save verdurin/de4f5831d96150450138 to your computer and use it in GitHub Desktop.
Save verdurin/de4f5831d96150450138 to your computer and use it in GitHub Desktop.
libxml2
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
/opt/soft/modules/lib/libxml2/2.9.2-goolf-1.7.20.lua:
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
help([[Libxml2 is the XML C parser and
toolchain developed for the Gnome project
(but usable outside of the Gnome platform). - Homepage: http://xmlsoft.org/]])
whatis("Name: libxml2")
whatis("Version: 2.9.2")
whatis("Description: Libxml2 is the XML C parser and
toolchain developed for the Gnome project
(but usable outside of the Gnome platform). - Homepage: http://xmlsoft.org/")
whatis("Homepage: http://xmlsoft.org/")
conflict("libxml2")
load("goolf/1.7.20")
prepend_path("ACLOCAL_PATH","/opt/soft/apps/libxml2/2.9.2-goolf-1.7.20/share/aclocal")
prepend_path("CPATH","/opt/soft/apps/libxml2/2.9.2-goolf-1.7.20/include")
prepend_path("LD_LIBRARY_PATH","/opt/soft/apps/libxml2/2.9.2-goolf-1.7.20/lib")
prepend_path("LIBRARY_PATH","/opt/soft/apps/libxml2/2.9.2-goolf-1.7.20/lib")
prepend_path("MANPATH","/opt/soft/apps/libxml2/2.9.2-goolf-1.7.20/share/man")
prepend_path("PATH","/opt/soft/apps/libxml2/2.9.2-goolf-1.7.20/bin")
prepend_path("PKG_CONFIG_PATH","/opt/soft/apps/libxml2/2.9.2-goolf-1.7.20/lib/pkgconfig")
setenv("EBROOTLIBXML2","/opt/soft/apps/libxml2/2.9.2-goolf-1.7.20")
setenv("EBVERSIONLIBXML2","2.9.2")
setenv("EBDEVELLIBXML2","/opt/soft/apps/libxml2/2.9.2-goolf-1.7.20/easybuild/libxml2-2.9.2-goolf-1.7.20-easybuild-devel")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment