| #
21afe8eb
|
| 02-Nov-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Spell matlab correctly as MATLAB
Commit-type: housekeeping
|
| #
6c37f76f
|
| 27-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'tisaac/feature-log-handler' into 'main'
Deglobalize logging into PetscLogHandler and PetscLogState
See merge request petsc/petsc!6709
|
| #
a14d4ff0
|
| 14-Jul-2023 |
Toby Isaac <toby.isaac@gmail.com> |
Configure: add deprecated object macro
|
| #
02ff24cd
|
| 14-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-06-24/improve-doc-build-time' into 'main'
Minor improvements to time to build docs, also add (crude) timing collections...
See merge request petsc/petsc!6631
|
| #
b044145a
|
| 14-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
configure: remove duplicate check for int32_t
|
| #
00188517
|
| 13-Jul-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-07-11/better-deprecated-macro' into 'main'
Feature: Uniform Deprecated Macro
See merge request petsc/petsc!6692
|
| #
5029be03
|
| 11-Jul-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Use a better deprecated macro to force people to write which version something was deprecated since
|
| #
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
|
| #
5e1fc75e
|
| 27-Jun-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-06-26/fixup-banner-lines' into 'main'
Fix banner line lengths for successful configure
See merge request petsc/petsc!6635
|
| #
e4d7ee71
|
| 26-Jun-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Fix banner line lengths for successful configure
|
| #
b833dc2f
|
| 23-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/remove-getwd' into 'main'
configure: enable -ignoreLinkOutput=1
See merge request petsc/petsc!6489
|
| #
4e04ae5a
|
| 20-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
remove getwd() usage
/tmp/petsc-d41q1uwk/config.functions/conftest.c:227: warning: the `getwd' function is dangerous and should not be used.
|
| #
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 ...
|
| #
4d3d13b6
|
| 27-Apr-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Eliminate CFLAGS and friends values from the environment from use in the makefile
But allow use in the makefiles
|
| #
495b63f1
|
| 24-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/ignore-cflags-in-env' into 'main'
configure: ignore CFLAGS (etc) set in env
See merge request petsc/petsc!6224
|
| #
e43264f8
|
| 23-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
configure: ignore CFLAGS (etc) set in env - (by setting a default in petscvariables) - but accept 'make CFLAGS=-Werror'
|
| #
9acb745a
|
| 22-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/tune-sycl-linker-flags' into 'main'
Config: separate SYCLC_LINKER_FLAGS
See merge request petsc/petsc!6047
|
| #
eacb1f64
|
| 09-Feb-2023 |
Junchao Zhang <jczhang@anl.gov> |
Config: separate SYCLC_LINKER_FLAGS
Driven by the need of moving -Xsycl-target-backend to link time to avoid icpx warnings
|
| #
ced8dbed
|
| 17-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
af1b929a
|
| 17-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/fix-info' into 'release'
build: fix incorrect `CXX` (when using --with-cxx=0) value printed by the makefile target: info
See merge request petsc/petsc!5319
|
| #
05a757cf
|
| 08-Jun-2022 |
Satish Balay <balay@mcs.anl.gov> |
build: Always set `CXX` (even when using --with-cxx=0). This fixes incorrect value printed by 'info' target
Here [when CXX was not set by configure] a gnu-make default value got used
$ gmake -p |g
build: Always set `CXX` (even when using --with-cxx=0). This fixes incorrect value printed by 'info' target
Here [when CXX was not set by configure] a gnu-make default value got used
$ gmake -p |grep 'CXX =' CXX = g++
show more ...
|
| #
4f79c7b8
|
| 14-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-02-08/the-great-gcovening' into 'main'
The Great GCOVening
See merge request petsc/petsc!6040
|
| #
d3d5cfdc
|
| 11-Mar-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Add coverage to OSX jobs
|