History log of /petsc/config/BuildSystem/retrieval.py (Results 1 – 25 of 135)
Revision Date Author Comments
# 09378cb4 17-Jan-2025 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 1ab5ba9e 16-Jan-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-retrieval-error-msg' into 'release'

BuildSystem: Pass on exception message

See merge request petsc/petsc!8084


# 16b6c915 16-Jan-2025 Matthew G. Knepley <knepley@gmail.com>

BuildSystem: Pass on exception message


# f0cb6cbe 26-Sep-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/migrate-ftp' into 'main'

docs, scripts: update from ftp.mcs.anl.gov to web.cels.anl.gov

See merge request petsc/petsc!6889


# ca0d62ff 25-Sep-2023 Satish Balay <balay@mcs.anl.gov>

docs, scripts: update from ftp.mcs.anl.gov to web.cels.anl.gov

and remove reference to a mirror from docs and configure script


# fa680562 27-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/python-raw-strings' into 'main'

python: use raw strings where appropriate

See merge request petsc/petsc!6230


# 3be2e2fd 26-Mar-2023 Jose E. Roman <jroman@dsic.upv.es>

python: use raw strings where appropriate

Reported by @prj- on petsc-maint


# f08f07fc 10-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/url-useragent' into 'main'

configure: set 'User-Agent' - fixes download from https://www.mpich.org/static/downloads

See merge request petsc/petsc!6013


# 56e1c110 10-Feb-2023 Satish Balay <balay@mcs.anl.gov>

configure: set 'User-Agent' - fixes download from https://www.mpich.org/static/downloads


# 54841b12 09-Oct-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 77f841bd 09-Oct-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-10-08/fix-ftp-mcs-downloads/release' into 'release'

Fix expansion of https:// to ftp to ftp:// for mcs domain downloads

See merge request petsc/petsc!5731


# 9868c90e 08-Oct-2022 Barry Smith <bsmith@mcs.anl.gov>

Fix expansion of https:// to ftp to ftp:// for mcs domain downloads

Commit-type: bug-fix, configure
/spend 5m
Reported-by: Victor Eijkhout <eijkhout@tacc.utexas.edu>


# 7d7a1305 18-Apr-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/disable-python2' into 'main'

Balay/disable python2

See merge request petsc/petsc!5131


# df3bd252 15-Apr-2022 Satish Balay <balay@mcs.anl.gov>

disable python2 support - now python3.4+ is required
- update CI tests to use python3
- continue to use python2 on MacOS CI [due to python3 issues on 10.15.7]


# ebddd0ee 15-Apr-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/feature-mumps-5.5.0' into 'main'

configure: MUMPS 5.5.0

See merge request petsc/petsc!5124


# c189a2f2 15-Apr-2022 Pierre Jolivet <pierre@joliv.et>

configure: small fixes for retrieval.py


# 64f46af7 15-Apr-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/configure-git-fetch-update' into 'main'

configure: always use the format 'git fetch --tags URL branch/tag/commit-id' when syncing external packages

See merge request petsc/petsc

Merge branch 'balay/configure-git-fetch-update' into 'main'

configure: always use the format 'git fetch --tags URL branch/tag/commit-id' when syncing external packages

See merge request petsc/petsc!5086

show more ...


# ed0bf72b 05-Apr-2022 Satish Balay <balay@mcs.anl.gov>

configure: cleanup retrieval.py
- avoid multiple (inconsistent giturl checks in package.py) - add isGitURL()
- process all urls - and make git_urls available in package.py for further improvements -

configure: cleanup retrieval.py
- avoid multiple (inconsistent giturl checks in package.py) - add isGitURL()
- process all urls - and make git_urls available in package.py for further improvements - add setupURLs()
- move git vs tarball, mirror etc decisions to retrieval.py - add generateURLs()
- always setup retrieval (for future access from updateGitDir()) - so move from downLoad() to setupDownload()

show more ...


# 3110f2e9 08-Mar-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 4d2a626d 08-Mar-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/ci-gce-stage1' into 'release'

CI: migrate stage1,2 jobs to GCE/20.04

See merge request petsc/petsc!4935


# 27711972 07-Mar-2022 Satish Balay <balay@mcs.anl.gov>

CI: fix vermin errors


# f5b1f9fd 21-Jan-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-01-02/minor-sellmat' into 'main'

MatSELL maintenance and documentation

See merge request petsc/petsc!4715


# 2ea39ee9 03-Jan-2022 Barry Smith <bsmith@mcs.anl.gov>

Wait a shorter time for failed downloads with git and hg

\spend 2m


# ce2952f3 08-Jan-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/fix-git-checkout-recurse-submodules' into 'main'

configure: fix 'git checkout' to use '--recurse-submodules' to be in sync with...

See merge request petsc/petsc!4704


# 0a7c9ef6 08-Jan-2022 Satish Balay <balay@mcs.anl.gov>

configure: fix 'git checkout' to use '--recurse-submodules' to be in sync with 'git clone --recursive' change in d23021a07e0

And support cloning only 'the submodules required to build the package' v

configure: fix 'git checkout' to use '--recurse-submodules' to be in sync with 'git clone --recursive' change in d23021a07e0

And support cloning only 'the submodules required to build the package' via self.gitsubmodules [all='.']

--recurse-submodules exits in git 2.17.1 but not 2.7.4

show more ...


123456