History log of /petsc/config/examples/arch-ci-freebsd-pkgs-opt.py (Results 1 – 25 of 29)
Revision Date Author Comments
# 012c79f4 14-Oct-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stevendargaville/config-pflare' into 'main'

Add PFLARE as an external package that can be installed by the PETSc configure.

See merge request petsc/petsc!8776


# 54606e8b 10-Oct-2025 sdargavi <s.dargaville@imperial.ac.uk>

Add PFLARE as an external package that can be installed by the PETSc configure with --download-pflare.

PFLARE adds new PC types, including GMRES and Neumann polynomials and AIR multigrid methods, wh

Add PFLARE as an external package that can be installed by the PETSc configure with --download-pflare.

PFLARE adds new PC types, including GMRES and Neumann polynomials and AIR multigrid methods, which are designed for solving asymmetric linear systems.

Thanks-to: Matt Knepley
Co-authored-by: Pierre Jolivet, Barry Smith

show more ...


# 6d8694c4 20-Mar-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-04-29/add-fortran-enums' into 'main'

Major updates to Fortran interface

See merge request petsc/petsc!7517


# ce78bad3 20-Feb-2025 Barry Smith <bsmith@petsc.dev>

Fortran 90: fully embrace After 34 years!

- deprecate use of 'F90' in Fortran function names
- use Fortran pointers when appropriate
- the new Fortran API is not backward compatible with previous ve

Fortran 90: fully embrace After 34 years!

- deprecate use of 'F90' in Fortran function names
- use Fortran pointers when appropriate
- the new Fortran API is not backward compatible with previous versions!
- also clean up inconsistent PETSc code detected by new Fortran generation tools
- drop use of bfort
- automatically generate all the Fortran PETSc objects, enums etc from the include files
- generate most of the Fortran interface definitions and functions from the source code
- simplify the number and organization of Fortran modules

Co-authored-by: Jose E. Roman <jroman@dsic.upv.es>

show more ...


# bcf34d37 11-Oct-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'pastix6' into 'main'

Pastix: Update to the new interface 6 and last release version 6.4.0

See merge request petsc/petsc!7570


# 688c8ee7 27-Sep-2024 Florent Pruvost <florent.pruvost@inria.fr>

Pastix: Update to the new interface 6 and last release version 6.4.0


# 5d7506ef 22-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'add_tetgen_triangle_exe' into 'main'

configure: add -download-triangle-build-exec, -download-tetgen-build-exec options to enable build of binaries

See merge request petsc/petsc!7839


# 6de2a5ea 22-Sep-2024 Chris Kees <cekees@gmail.com>

configure: add -download-triangle-build-exec, -download-tetgen-build-exec options to enable build of binaries


# 2d401794 21-Aug-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'release-revert-7777'


# 7ed3c91f 21-Aug-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/ci-fbsd-update-mpich' into 'release'

CI: freebsd, update to use preinstalled mpich/cmake for some of the jobs.

See merge request petsc/petsc!7778


# 20c5c9bc 21-Aug-2024 Satish Balay <balay@mcs.anl.gov>

CI: freebsd, update to use preinstalled mpich/cmake for some of the jobs.


# e7e77b6a 11-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fortran-inplace' into 'main'

configure: add --with-fortran-bindings-inplace

See merge request petsc/petsc!6690


# 6b351dac 11-Jul-2023 Pierre Jolivet <pierre@joliv.et>

configure: add --with-fortran-bindings-inplace


# 50c1fce3 10-Apr-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/netlib-blaslapack' into 'main'

configure: add --download-netlib-lapack

See merge request petsc/petsc!6270


# 773f21dc 01-Apr-2023 Jose E. Roman <jroman@dsic.upv.es>

configure: add --download-netlib-lapack


# 31d78bcd 02-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-12-10/petscerrorcode-nodiscard' into 'main'

Feature: Non-discardable PetscErrorCode

See merge request petsc/petsc!5923


# 689a5dfa 20-Jan-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Add --with-strict-petscerrorcode configure option to optionally enable non-discardable PetscErrorCode


# 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]


# 524ef54c 29-Nov-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-11-24/rename-sundials-sundials-2' into 'master'

Rename sundials.py to sundials2.py to indicate the age of the package.

See merge request petsc/petsc!3431


# b129f54c 29-Nov-2020 Barry Smith <bsmith@mcs.anl.gov>

Rename sundials.py to sundials2.py to indicate the age of the package.

Also print a message age configure time indicating the age of the SUNDIALs used by PETSc.

Commit-type: documentation
/spend 10

Rename sundials.py to sundials2.py to indicate the age of the package.

Also print a message age configure time indicating the age of the SUNDIALs used by PETSc.

Commit-type: documentation
/spend 10m
Reported-by: Jed Brown <jed@jedbrown.org>

show more ...


# 33a1896f 24-Jul-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/mpich-opt-nemesis' into 'master'

mpich: switch --download-mpich --with-debugging=0 default to ch3:nemesis

See merge request petsc/petsc!2990


# f76eb46d 24-Jul-2020 Satish Balay <balay@mcs.anl.gov>

mpich: switch --download-mpich --with-debugging=0 default to ch3:nemesis

[and keep ch3:sock as default for --with-debugging=1]


# e60f640e 25-Nov-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'


# 00170faf 25-Nov-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/fix-pkg-hash-concurrent-builds/maint' into 'maint'

Balay/fix pkg hash concurrent builds/maint

See merge request petsc/petsc!2320


12