X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=f61d2d05cd19e6b70d881f63b62eed342ddb8822;hb=1c82568fa688351444b56dd190de33df29f688f5;hp=519545c2d5b26a1034ea5beefa61c1123a54c046;hpb=1e9887577ddfdf68dec7db1485ae99b5967853d6;p=libsub.git diff --git a/cscript b/cscript index 519545c..f61d2d0 100644 --- a/cscript +++ b/cscript @@ -1,7 +1,7 @@ import os def dependencies(target): - return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a45e430'), ('libdcp', '844067e')) + return (('asdcplib-cth', 'd8490c6'), ('libcxml', 'v0.16.1'), ('libdcp', 'v1.6.15')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory @@ -10,7 +10,7 @@ def build(target, options): if target.distro == 'centos': cmd += ' --disable-tests' if target.version == '7': - # Centos 7 ships with glibmm 2.50.0 which requires C++11 + # Centos 7 ships with glibmm 2.50.0 which requires C++11 # but its compiler (gcc 4.8.5) defaults to C++97. Go figure. # I worry that this will cause ABI problems but I don't have # a better solution.