src=self.unpack(toolchain)# install the headers manually; don't build any library# (because right now, we only use header-only libraries)includedir=os.path.join(toolchain.install_prefix,'include')
# touch the boost/version.hpp file to ensure it's newer than# the downloaded Boost tarball, to avoid reinstalling Boost on# every runos.utime(os.path.join(toolchain.install_prefix,self.installed))