| #
46e0ca94
|
| 27-Sep-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/update-Makefile.basic.user' into 'main'
Makefile.basic.user: add in example usage when application is split in multiple dirs - src, include, obj, bin
See merge request petsc/pet
Merge branch 'balay/update-Makefile.basic.user' into 'main'
Makefile.basic.user: add in example usage when application is split in multiple dirs - src, include, obj, bin
See merge request petsc/petsc!8731
show more ...
|
| #
40b33009
|
| 26-Sep-2025 |
Satish Balay <balay@mcs.anl.gov> |
tests: update CLEANFILES, and fix a compile target
|
| #
1d892be3
|
| 01-Mar-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-cmd-line-precedence' into 'main'
make: add PRELIBS and LIBS options similar to CPPFLAGS, CFLAGS, LDFLAGS
See merge request petsc/petsc!8167
|
| #
da4996e5
|
| 27-Feb-2025 |
Satish Balay <balay@mcs.anl.gov> |
make: add explicit '% : %.c' target so that LINK.c target is in sync with LINK.F target '% : %.F90'
with multiple source compile into a singe binary: - fixes Fortran example build: currently broken,
make: add explicit '% : %.c' target so that LINK.c target is in sync with LINK.F target '% : %.F90'
with multiple source compile into a singe binary: - fixes Fortran example build: currently broken, due to duplicate obj-files in link command - can now use consitent obj file dependencies irrespective of C-main or Fortran-main sources - cab avoid duplicate compiles of same sources [esp with SEPARATE_COMPILE_LINK=1]
show more ...
|
| #
802a5182
|
| 22-Dec-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-12-21/rm-unneeded-mansec' into 'main'
Remove MANSEC from makefiles it is not needed in, tutorials and tests
See merge request petsc/petsc!7137
|
| #
39eaa9ea
|
| 22-Dec-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove MANSEC from makefiles it is not needed in, tutorials and tests
|
| #
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
|
| #
60bb51bd
|
| 18-Mar-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove need for seperate lib/petsc/conf/test file by merging with rules file
Commit-type: maintainability
|
| #
850ff99a
|
| 09-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/follow-up-6107-6113' into 'main'
Remove unneeded (empty) makefile variables
See merge request petsc/petsc!6132
|
| #
c8c5c547
|
| 02-Mar-2023 |
Pierre Jolivet <pierre@joliv.et> |
Remove empty preprocessor variables
|
| #
297cb52f
|
| 01-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-02-22/rm-locdir' into 'main'
Remove need for hardwired LOCDIR in all makefiles
See merge request petsc/petsc!6113
|
| #
21e3ffae
|
| 23-Feb-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove unneeded declarations of LOCDIR from all the makefiles
Commit-type:documentation
|
| #
6ffe77ea
|
| 12-May-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-05-03/cleanup-makefiles' into 'main'
remove unneeded stuff from makefiles
See merge request petsc/petsc!5211
|
| #
ac09b921
|
| 05-May-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Get values of makefile SOURCE etc from the file system instead of makefiles
Use SUBMANSEC from include files for manual sections instead of the makefile
Unfortunately this has to be one large commi
Get values of makefile SOURCE etc from the file system instead of makefiles
Use SUBMANSEC from include files for manual sections instead of the makefile
Unfortunately this has to be one large commit since the changes all have to be done at once
Commit-type: docs /spend 10m
show more ...
|
| #
f97672e5
|
| 03-May-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
remove garbage from makefiles
Including * unused FLAGS variables * All: lib that did not work * stray blank lines etc
Commit-type: housekeeping /spend 1h
|
| #
12bafbd6
|
| 09-Aug-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'hongzh/add-acms-support' into 'main'
Add support for CAMS
See merge request petsc/petsc!4111
|
| #
60f0b76e
|
| 28-Apr-2021 |
Hong Zhang <hongzhang@anl.gov> |
Add matrix-free example for ex5adj and clean up ex5 examples
- Delete duplicative code for the ease of maintenance. - Update output for the examples
|
| #
5780c0b3
|
| 14-Oct-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' into master
|
| #
c0a8964b
|
| 12-Oct-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'psanan/docs-link-fixes-2020-10-10' into 'release'
Docs: fix broken links
See merge request petsc/petsc!3335
|
| #
06ad4722
|
| 10-Oct-2020 |
Patrick Sanan <patrick.sanan@gmail.com> |
Docs: Fix broken links
Fix broken links and other formatting errors expose by "make linkcheck" in the Sphinx docs root.
This includes updating links in the .rst files, adding missing examples to EX
Docs: Fix broken links
Fix broken links and other formatting errors expose by "make linkcheck" in the Sphinx docs root.
This includes updating links in the .rst files, adding missing examples to EXAMPLESC sections in makefiles, and fixing entries in BibTeX files.
show more ...
|
| #
7ea10ee1
|
| 07-May-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
0effb976
|
| 07-May-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/jolivet/fix-symlink-free' into maint
|
| #
cdb0f33d
|
| 02-May-2020 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Single petscdir.mk
|
| #
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 ...
|