| #
66e78cab
|
| 08-Jul-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Make deletefortranstubs delete those in src and $PETSC_ARCH/src
|
| #
e0b6f24e
|
| 07-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
tarball: enable fortranstubs via 'allfortranstubstarball'
|
| #
f6f0b82d
|
| 22-Jun-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix deletefortranstubs to remove generated module files also
|
| #
723b7f29
|
| 05-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-06-15/add-fortran-file-viewer' into 'main'
Allow one to attach a PETSCVIEWERASCII to a Fortran file unit
See merge request petsc/petsc!6607
|
| #
fbf9dbe5
|
| 16-Jun-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
HAVE_FORTRAN should be USE_FORTRAN_BINDINGS since it is about generating the Fortran bindings, not about if the Fortran compiler exists
|
| #
6e6ba35a
|
| 30-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-06-27/gcovr-tests-too' into 'main'
gcov: include tests in GCOVR analysis
See merge request petsc/petsc!6644
|
| #
d32a9ad9
|
| 27-Jun-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
gcov: include tests in GCOVR analysis
|
| #
44c4e634
|
| 17-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-05-06/-slepc4pywithpetsc4py' into 'main'
some --download-slepc additions
See merge request petsc/petsc!6427
|
| #
ec85b602
|
| 06-May-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Should do make check on slepc if --download-slepc used
Commit-type: error-checking
|
| #
597312bb
|
| 02-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
506fe5c8
|
| 02-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-04-26/fix-cflags-in-makefiles/release' into 'release'
Eliminate CFLAGS and friends values from the environment from use in the makefile But allow use anywhere in the makefil
Merge branch 'barry/2023-04-26/fix-cflags-in-makefiles/release' into 'release'
Eliminate CFLAGS and friends values from the environment from use in the makefile But allow use anywhere in the makefiles
See merge request petsc/petsc!6387
show more ...
|
| #
90096519
|
| 27-Apr-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove use of lib/petsc/conf/variables from to-level makefile in preparation for allowing Gnumake code in that file
|
| #
ef631a64
|
| 20-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-04-14/check-for-conda-on-failure' into 'main'
If configure fails and Conda is running possibly print additional helpful text
See merge request petsc/petsc!6332
|
| #
7e4ff156
|
| 14-Apr-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
If configure fails and Conda is running print useful information in error message
In other words it automatically prints what we would send in our first email after looking at configure.log
Satish
If configure fails and Conda is running print useful information in error message
In other words it automatically prints what we would send in our first email after looking at configure.log
Satish may suggest tempering the wording
Commit-type: configure, build, debugability
show more ...
|
| #
f796603a
|
| 18-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
cc43974e
|
| 16-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-04-13/fix-find-implementations-struct/release' into 'release'
The current code to fine the _p_XXX implementations does not properly generate...
See merge request petsc/pets
Merge branch 'barry/2023-04-13/fix-find-implementations-struct/release' into 'release'
The current code to fine the _p_XXX implementations does not properly generate...
See merge request petsc/petsc!6329
show more ...
|
| #
1f2f3863
|
| 14-Apr-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
The current code to fine the _p_XXX implementations does not properly generate the correct URL, fix it.
Commit-type: documentation
|
| #
0160b665
|
| 30-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-03-28/revert-make-clean-libs-tests' into 'main'
Revert bugs I introduced that prevented make clean and make libs from working...
See merge request petsc/petsc!6251
|
| #
93583aef
|
| 29-Mar-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Revert bugs I introduced so that make clean and make libs work as previously in tutorial directories
Commit-type: make, bug Reported-by: Junchao Zhang <junchao.zhang@gmail.com>
|
| #
199be899
|
| 27-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-03-26/avoid-doc-file-copies' into 'main'
Avoid unneeded generation of classic docs in work directory
See merge request petsc/petsc!6234
|
| #
9cd31cfb
|
| 26-Mar-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Avoid unneeded generation of classic docs in work directory
Just generate them exactly where they will be used
Commit-type: documentation
|
| #
e6bb321c
|
| 26-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-03-17/rm-unneeded-test-from-makefiles' into 'main'
simplify/cleanup makefile system
See merge request petsc/petsc!6201
|
| #
5c0471ee
|
| 22-Mar-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Pull out rules into lib/petsc/conf/rules.utils needed by SLEPc
Commit-type: make Reported-by: Jose Roman
|
| #
ca36446c
|
| 22-Mar-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
rm chklib_dir since not used
Commit-type: make Reported-by: Jose Roman
|
| #
08147ea0
|
| 22-Mar-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
No need for chk_petscdir any more
since the include won't work if it has not been properly set and if the makefile is in the PETSc source tree it is always set correctly.
Commit-type: make Reported
No need for chk_petscdir any more
since the include won't work if it has not been properly set and if the makefile is in the PETSc source tree it is always set correctly.
Commit-type: make Reported-by: Jose Roman
show more ...
|