Skip to content

Instantly share code, notes, and snippets.

@nazavode
Created January 19, 2018 16:24
Show Gist options
  • Select an option

  • Save nazavode/b0ea66cd5b5ae2d80a58d8dcfe768281 to your computer and use it in GitHub Desktop.

Select an option

Save nazavode/b0ea66cd5b5ae2d80a58d8dcfe768281 to your computer and use it in GitHub Desktop.
diff --git a/var/spack/repos/builtin/packages/glib/package.py b/var/spack/repos/builtin/packages/glib/package.py
index c5e1ae4..b64bdc5 100644
--- a/var/spack/repos/builtin/packages/glib/package.py
+++ b/var/spack/repos/builtin/packages/glib/package.py
@@ -52,6 +52,8 @@ class Glib(AutotoolsPackage):
depends_on('pcre+utf', when='@2.48:')
depends_on('util-linux', when='+libmount')
+ depends_on('libiconv@1.15')
+
# The following patch is needed for gcc-6.1
patch('g_date_strftime.patch', when='@2.42.1')
# Clang doesn't seem to acknowledge the pragma lines to disable the -Werror
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment