Skip to content
Snippets Groups Projects
Commit c2b2dd60 authored by Joe Garcia's avatar Joe Garcia
Browse files

checks for already built extremely expensive builds

parent 57180ab0
No related branches found
Tags gcp-r20210105_2247
No related merge requests found
......@@ -1727,6 +1727,7 @@ mk_ply() { #this is part of pycparser as pycparser.ply, but that is its own util
}
mk_llvm() {
_find_cots MYSELF include/llvm/Config/llvm-config.h $BASE && return 0
export REQUIRES_RTTI=1 # see https://github.com/llvmpy/llvmpy/issues/29
name=llvm
tarball=src/optional/llvm-${LLVMVER}.src.tar.gz
......@@ -1946,6 +1947,7 @@ SOSAYWEALL
}
mk_boost() {
_find_cots MYSELF include/boost/any.hpp $BASE && return 0
name=boost
tarball=src/experimental/boost_${BOOSTVER}.tar.bz2
buildir=boost_${BOOSTVER}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment