stat and dependences package updates

This commit is contained in:
Gregory L. Lee 2016-08-09 21:16:39 -07:00
parent 69931996bf
commit 3df208efc0
3 changed files with 6 additions and 5 deletions

View File

@ -35,15 +35,14 @@ class Glib(Package):
url = "http://ftp.gnome.org/pub/gnome/sources/glib/2.42/glib-2.42.1.tar.xz" url = "http://ftp.gnome.org/pub/gnome/sources/glib/2.42/glib-2.42.1.tar.xz"
version('2.49.4', 'e2c87c03017b0cd02c4c73274b92b148') version('2.49.4', 'e2c87c03017b0cd02c4c73274b92b148')
version('2.48.1', '67bd3b75c9f6d5587b457dc01cdcd5bb')
version('2.42.1', '89c4119e50e767d3532158605ee9121a') version('2.42.1', '89c4119e50e767d3532158605ee9121a')
version('2.48.1', '67bd3b75c9f6d5587b457dc01cdcd5bb',
url='http://ftp.gnome.org/pub/GNOME/sources/glib/2.48/glib-2.48.1.tar.xz')
depends_on('libffi') depends_on('libffi')
depends_on('zlib') depends_on('zlib')
depends_on('pkg-config', type='build') depends_on('pkg-config', type='build')
depends_on('gettext') depends_on('gettext')
depends_on('pcre+utf', when='@2.49:') depends_on('pcre+utf', when='@2.48:')
# The following patch is needed for gcc-6.1 # The following patch is needed for gcc-6.1
patch('g_date_strftime.patch', when='@2.42.1') patch('g_date_strftime.patch', when='@2.42.1')

View File

@ -36,6 +36,8 @@ class Launchmon(Package):
depends_on('autoconf', type='build') depends_on('autoconf', type='build')
depends_on('automake', type='build') depends_on('automake', type='build')
depends_on('libtool', type='build') depends_on('libtool', type='build')
depends_on('libgcrypt')
depends_on('libgpg-error')
def install(self, spec, prefix): def install(self, spec, prefix):
configure( configure(

View File

@ -34,8 +34,8 @@ class Stat(Package):
version('2.2.0', '26bd69dd57a15afdd5d0ebdb0b7fb6fc') version('2.2.0', '26bd69dd57a15afdd5d0ebdb0b7fb6fc')
version('2.1.0', 'ece26beaf057aa9134d62adcdda1ba91') version('2.1.0', 'ece26beaf057aa9134d62adcdda1ba91')
version('2.0.0', 'c7494210b0ba26b577171b92838e1a9b') version('2.0.0', 'c7494210b0ba26b577171b92838e1a9b')
version('3.0.0b', '4977afd3de2d444a5e1b1fc3b26a38c6', version('3.0.0b', '653f961192e84f4611cabbe31c4dcd89',
url='https://github.com/LLNL/STAT/files/397809/STAT-3.0.0b.tar.gz') url='https://github.com/LLNL/STAT/files/410276/STAT-3.0.0b.tar.gz')
# TODO: dysect requires Dyninst patch for version 3.0.0b # TODO: dysect requires Dyninst patch for version 3.0.0b
variant('dysect', default=False, description="enable DySectAPI") variant('dysect', default=False, description="enable DySectAPI")