Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ADIOS2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Podhorszki, Norbert
ADIOS2
Commits
7788d560
Commit
7788d560
authored
7 years ago
by
Atkins, Charles Vernon
Browse files
Options
Downloads
Patches
Plain Diff
Point KWSys to a patched branch
parent
045c384b
No related branches found
No related tags found
1 merge request
!169
Use kwsys as object lib
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
thirdparty/KWSys/update.sh
+11
-5
11 additions, 5 deletions
thirdparty/KWSys/update.sh
with
11 additions
and
5 deletions
thirdparty/KWSys/update.sh
+
11
−
5
View file @
7788d560
...
@@ -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
s
o
suppress noisy warnings. Use 'master' off
# This commit contains a patch
t
o
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"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment