| #
bf0e3ef8
|
| 09-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-02-07/fix-make-help' into 'main'
Fix make help for the root directory in PETSc and example directories
See merge request petsc/petsc!6031
|
| #
40a841f6
|
| 09-Feb-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix make help for the root directory in PETSc and example directories
It is embarrassing we never had this right (or even half-right)
Commit-type: documentation /spend 45m
|
| #
c11a6a3f
|
| 27-Mar-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/more-updates-for-missing-petsc_dir'
More support for not needing to set PETSC_DIR yet build with PETSc, also...
See merge request petsc/petsc!2626
|
| #
0e03b746
|
| 24-Mar-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
build: add more support for not needing to set PETSC_DIR yet build with PETSc, also support for GNU make to directly use "make test" instead of "make -f gmakefile.test"
Still needs -include ../petsc
build: add more support for not needing to set PETSC_DIR yet build with PETSc, also support for GNU make to directly use "make test" instead of "make -f gmakefile.test"
Still needs -include ../petscdir.mk in many of the makefiles Still needs the link for ../petscdir.mk in many directories
GNUMakefile: call legacy makefile recursively instead of including it
GNUMakefile: promote default "all" target; "libs" builds libpetsc*
GNUMakefile: If gnumake < 4.2 prefer makefile wrapper interface over direct gmakefile interface to avoid the following warnings
gmakefile.test:92: arch-ci-linux-cxx-cmplx-pkgs-64idx/tests/testfiles: No such file or directory gmakefile:67: arch-ci-linux-cxx-cmplx-pkgs-64idx/lib/petsc/conf/files: No such file or directory
Commit-type: testing-fix, feature, usability Thanks-to: Jed Brown jed@jedbrown.org
show more ...
|
| #
7e22b48a
|
| 23-Mar-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2020-03-17/add-gnumakefile' into 'master'
Provide support for not setting PETSC_DIR when gnumake is being used; this...
See merge request petsc/petsc!2604
|
| #
e19f88df
|
| 17-Mar-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Provide support for not setting PETSC_DIR when gnumake is being used; this will prevent some petsc-maint/petsc-users email threads
Commit-type: error-checking, testing-fix, feature, example Thanks-t
Provide support for not setting PETSC_DIR when gnumake is being used; this will prevent some petsc-maint/petsc-users email threads
Commit-type: error-checking, testing-fix, feature, example Thanks-to: Jed Brown <jed@jedbrown.org> Thanks-to: Lisandro Dalcin <dalcinl@gmail.com>
show more ...
|