History log of /petsc/config/BuildSystem/help.py (Results 1 – 25 of 62)
Revision Date Author Comments
# 7b5fd022 28-Oct-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/housekeeping' into 'main'

Minor housekeeping

See merge request petsc/petsc!8811


# ab701a13 27-Oct-2025 Pierre Jolivet <pierre@joliv.et>

checkbadSource: check style of config/*


# 8146ae3d 17-Aug-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/update-packages-download-dir' into 'main'

configure: update --with-packages-download-dir to also support pkgname-FILENAME

See merge request petsc/petsc!8648


# a2cf3c57 15-Aug-2025 Satish Balay <balay@mcs.anl.gov>

configure: update --with-packages-download-dir to also support pkgname-FILENAME as some pkg tarballs (esp. github urls) have only version number in FILENAME


# 5fd7084c 15-Aug-2025 Satish Balay <balay@mcs.anl.gov>

configure: merge 2 separate loops (to avoid duplicate code)


# 81cd56f8 25-Apr-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# eca1e6aa 25-Apr-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/fix-website-redirection' into 'release'

website: fix 'docs' redirect for all manpages

See merge request petsc/petsc!6370


# 0ec2f569 24-Apr-2023 Satish Balay <balay@mcs.anl.gov>

configure: improve user message when using --with-packages-download-dir option

$ ./configure --with-packages-download-dir=$HOME/tmp --download-hypre
Download the following packages to /home/balay/tm

configure: improve user message when using --with-packages-download-dir option

$ ./configure --with-packages-download-dir=$HOME/tmp --download-hypre
Download the following packages to /home/balay/tmp

hypre ['git clone https://github.com/hypre-space/hypre', 'https://github.com/hypre-space/hypre/archive/v2.28.0.tar.gz']

Then run the script again

show more ...


# c33725b8 17-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-03-17/configure-sort-help' into 'main'

Sort configure --help output

See merge request petsc/petsc!6199


# e44e973a 17-Mar-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Sort configure --help output. Core modules come first, then sort the remaining packages alphabetically


# a2a799d5 13-Oct-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 3428c751 11-Oct-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/remove-fstack-protector-from-pkgs' into 'release'

configure: do not pass -fstack-protector compiler option to external packages

See merge request petsc/petsc!5734


# cadde5c7 10-Oct-2022 Satish Balay <balay@mcs.anl.gov>

configure: avoid removesuffix() as its a python-3.9+ only feature

Reported-by: Victor Eijkhout <eijkhout@tacc.utexas.edu>


# 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


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

configure: fix giturl issue with --with-packages-download-dir - where URL has '.git' suffix - but local clone does not

Reported-by: Victor Eijkhout <eijkhout@tacc.utexas.edu>


# a1a5ab92 28-Jan-2019 Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local>

Merge branch 'master' into jpusztay/feature-swarm-symplectic-example


# 30faf514 27-Jan-2019 m_diehl <m.diehl@mpie.de>

Merged petsc/petsc into master


# c9141704 27-Dec-2018 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Merged petsc/petsc into master


# d5ae53bb 20-Dec-2018 Joseph Pusztay <josephpu@buffalo.edu>

Merged petsc/petsc into master


# 2c2595ff 20-Dec-2018 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/fix-plex-partition-parallel

* master: (414 commits)
very small updates to users manual
syntax is define(XXX) in examples tests not defined(XXX)
Increase patc

Merge branch 'master' into knepley/fix-plex-partition-parallel

* master: (414 commits)
very small updates to users manual
syntax is define(XXX) in examples tests not defined(XXX)
Increase patchlevel to 3.10.3
petsc4py: updat to latest maint snapshot with SNESTEST updates
Fix link for CUDA example in PETSc from GPUs.html page Minor fixes to installation instructions
Mat: Fixed types in Pardiso interface
Converted example comment to latex
This example crashes (for unknown reasons, probably related to the handling of extended derived types passed as arguments) with the PGI Fortran compiler
Remove outdated requires: from top of several examples
remove outdated test requires: command from top of source file
Fix the documentation for -ksp_gmres_cgs_refinement_type
Commit f20c2d659b168217cb455989f28afe052d71a64c broke lex.py so the users manual was no longer being built. There reverted the changes to lex.py
Plex: Add PetscPartitioner to fort list Suggested-by: Jiaoyan Li <Jiaoyan.Li@inl.gov>
Doc: Fix spelling Suggested-by: Manuel Colera Rico <m.colera@upm.es>
Mat ex88: check in double or quad precision only
Fix error with PetscComplex when PETSc is compiled with C and used in C++
configure: fix typo endwith -> endswith
Sys ex23: Migrated to ts_max_time in yaml file as well.
AO ex5: Fixed missing CHKERRQ();
Mat test ex88: add tests for MatMultAdd and MatMultTranposeAdd
...

Conflicts:
src/dm/impls/plex/examples/tests/ex12.c

show more ...


# 34d8b122 09-Dec-2018 Patrick Farrell <patrick@pefarrell.org>

Merge branch 'master' into knepley/feature-snes-patch

Not sure if this has done the right thing because there are no tests
yet. Also, the fortran stubs break (it doesn't know what to do with
SNESCo

Merge branch 'master' into knepley/feature-snes-patch

Not sure if this has done the right thing because there are no tests
yet. Also, the fortran stubs break (it doesn't know what to do with
SNESCompositeType), and I don't know how to fix it.

show more ...


# 4b5d8a59 07-Dec-2018 Jed Brown <jed@jedbrown.org>

config: small fix for Python-3 (--help)


# 83c10b7e 04-Dec-2018 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Merged petsc/petsc into master


# a5a49157 25-Oct-2018 Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local>

Merge branch 'master' into jpusztay/feature-swarm-symplectic-example


123