X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=cscript;h=f61d2d05cd19e6b70d881f63b62eed342ddb8822;hb=1c82568fa688351444b56dd190de33df29f688f5;hp=fefc0ce070e939985d375b3ec572b607a13e14e7;hpb=692bbe51defe914d505bbe6613e550bfd875b233;p=libsub.git diff --git a/cscript b/cscript index fefc0ce..f61d2d0 100644 --- a/cscript +++ b/cscript @@ -1,7 +1,7 @@ import os def dependencies(target): - return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a8d8cba'), ('libdcp', 'f964e99')) + 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.