Skip to content
Snippets Groups Projects
Commit 7788d560 authored by Atkins, Charles Vernon's avatar Atkins, Charles Vernon
Browse files

Point KWSys to a patched branch

parent 045c384b
No related branches found
No related tags found
1 merge request!169Use kwsys as object lib
...@@ -8,19 +8,25 @@ readonly name="KWSys" ...@@ -8,19 +8,25 @@ readonly name="KWSys"
readonly ownership="KWSys Upstream <kwrobot@kitware.com>" readonly ownership="KWSys Upstream <kwrobot@kitware.com>"
readonly subtree="thirdparty/KWSys/adios2sys" readonly subtree="thirdparty/KWSys/adios2sys"
#readonly repo="https://gitlab.kitware.com/utils/kwsys.git" #readonly repo="https://gitlab.kitware.com/utils/kwsys.git"
#readonly tag="0c4e58ec" #readonly tag="master"
# This commit contains a patch so suppress noisy warnings. Use 'master' off # This commit contains a patch to allow object libraries for kwsys.
# the main repo instead once its been merged # Use 'master' off the main repo instead once its been merged
readonly repo="https://gitlab.kitware.com/chuck.atkins/kwsys.git" readonly repo="https://gitlab.kitware.com/chuck.atkins/kwsys.git"
readonly tag="0c4e58ec" readonly tag="ab645c9"
readonly shortlog="true" readonly shortlog="true"
readonly paths=" readonly paths="
" "
git_archive_no_attributes () {
find . -name gitattributes | xargs git rm -f
git archive --prefix="$name-reduced/" HEAD -- $paths | \
tar -C "$extractdir" -x
}
extract_source () { extract_source () {
git_archive git_archive_no_attributes
} }
. "${BASH_SOURCE%/*}/../update-common.sh" . "${BASH_SOURCE%/*}/../update-common.sh"
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