| 8f34508e | 26-Feb-2023 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Config: add superlu_dist hip support |
| 113252b2 | 24-Feb-2023 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Config: init oldLibs, otherwise it might be used without definition |
| fad83ead | 07-Apr-2022 |
Patrick Sanan <patrick.sanan@gmail.com> |
configure: install-lib target for lighter installs
The share/petsc/examples directory can require over 50MB and accounts for about half the footprint of an install. It is likely not needed for all u
configure: install-lib target for lighter installs
The share/petsc/examples directory can require over 50MB and accounts for about half the footprint of an install. It is likely not needed for all use cases, motivating providing an option for a lighter-weight install.
Add an option to the install script to skip installing the examples directory, and use it within a new install-lib target in the top-level makefile.
In the interest of stability for users who rely on data in share/petsc, do not skip other, smaller, potential "extras" in the share/petsc/ directory in the install, in particular share/petsc/datafiles/.
Reported-by: Valentin Churavy <vchuravy@mit.edu> Thanks-to: Jed Brown <jed@jedbrown.org>
show more ...
|
| c4373a91 | 24-Feb-2023 |
Pierre Jolivet <pierre@joliv.et> |
configure: update OpenMPI and zlib |
| 71efe6b0 | 22-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'danofinn/swarm-example-landau-damping' into 'main'
Swarm: Add swarm ex9 Landau damping + tests (ex6, ex8, snes/ex15)
See merge request petsc/petsc!6026 |
| 89a63118 | 22-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 4ac4e2a6 | 21-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-02-20/fix-hypre-cxx-dependence' into 'main'
Use package.buildLanguages to properly indicate hypre's dependence on C++ compiler
See merge request petsc/petsc!6098 |
| 97e95d3b | 21-Feb-2023 |
Pierre Jolivet <pierre@joliv.et> |
configure: typo/remove DARWIN_COMMONS_USE_DYLIBS |
| b5bf9450 | 21-Feb-2023 |
Pierre Jolivet <pierre@joliv.et> |
configure: do not search for [f]lex multiple times |
| 1b15fbb8 | 21-Feb-2023 |
Pierre Jolivet <pierre@joliv.et> |
configure/Vec: remove extra spaces |
| e7af7760 | 20-Feb-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
On macOS do not check mpiCC compiler since it is the same as mpicc
Commit-type: configure /spend 5m |
| d40b4f33 | 20-Feb-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Use package.buildLanguages to properly indicate hypre's dependence on C++ compiler
This triggers early end of configure run instead of waiting until hypre is to be built
Fix for openmpi.py and zolt
Use package.buildLanguages to properly indicate hypre's dependence on C++ compiler
This triggers early end of configure run instead of waiting until hypre is to be built
Fix for openmpi.py and zoltan.py also
Commit-type: configure /spend 3m Reported-by: Pierre Jolivet
show more ...
|
| ea2026cf | 19-Feb-2023 |
David Wells <drwells@vt.edu> |
Bump silo to version 4.11
The present link is dead - new releases are on GitHub. |
| 8768b122 | 19-Feb-2023 |
Jed Brown <jed@jedbrown.org> |
config pARMS: fix download URL for pARMS tarball
Buggy path was introduced in 0491a2f4f32dab2c99a7d0c8053b8c6f4068bf59 |
| 2ea2b956 | 11-Feb-2023 |
Joseph Pusztay <jjoep93@gmail.com> |
Configure: add '-Wl,-export-dynamic' |
| ea34bbbb | 18-Feb-2023 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix petsc4pytest make rule |
| a8031340 | 18-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/config-remove-sysinfo-3arg' into 'main'
config: remove HAVE_SYSINFO_3ARG test (fix #1290)
Closes #1290
See merge request petsc/petsc!6082 |
| c4a40e23 | 07-Feb-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Move -checkfunctionlist to testharness control instead of .gitlab-ci.yml
This means it is done automatically in make alltests by developers so they get a nasty surprise and waste of time when they r
Move -checkfunctionlist to testharness control instead of .gitlab-ci.yml
This means it is done automatically in make alltests by developers so they get a nasty surprise and waste of time when they run a pipeline. Since the bug is found earlier.
Commit-type: CI
show more ...
|
| b54a3511 | 17-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/c2html-v0.9.4-p2' into 'main'
c2html: update to v0.9.4-p2
See merge request petsc/petsc!6076 |
| ace159c0 | 17-Feb-2023 |
Jed Brown <jed@jedbrown.org> |
config: remove HAVE_SYSINFO_3ARG test (fix #1290)
This test function is not correct and looks like it was never correct (since BuildSystem was written). The 3-arg variant was needed on very old vers
config: remove HAVE_SYSINFO_3ARG test (fix #1290)
This test function is not correct and looks like it was never correct (since BuildSystem was written). The 3-arg variant was needed on very old versions of Solaris, but it looks to have not been used in 20 years.
Also drop unused sys/sysinfo.h.
Reported-by: Florian Weimer
show more ...
|
| 70be053a | 14-Feb-2023 |
Pierre Jolivet <pierre@joliv.et> |
configure: HYPRE 2.27.0 + autoconf update
Fixes #1255. |
| f1a4f440 | 16-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
c2html: update to v0.9.4-p2
This fixes circular dependency from make to configure
$ make c2html cd . && autoconf configure.in:55: warning: AC_PROG_LEX without either yywrap or noyywrap is obsolete
c2html: update to v0.9.4-p2
This fixes circular dependency from make to configure
$ make c2html cd . && autoconf configure.in:55: warning: AC_PROG_LEX without either yywrap or noyywrap is obsolete ...
show more ...
|
| 2eeb7c85 | 14-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-02-11/fix-download-package-warning-if-newer-version' into 'main'
Fix for incorrect code introduced in https://gitlab.com/petsc/petsc/-/merge_requests/6050#note_1273153360
S
Merge branch 'barry/2023-02-11/fix-download-package-warning-if-newer-version' into 'main'
Fix for incorrect code introduced in https://gitlab.com/petsc/petsc/-/merge_requests/6050#note_1273153360
See merge request petsc/petsc!6060
show more ...
|
| ad92b4d2 | 14-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-02-09/fix-intel-fortran-configure-error' into 'main'
Fix bug in configure that set flags needed for linking C++ compiled code with C and fortran compilers to correct variabl
Merge branch 'barry/2023-02-09/fix-intel-fortran-configure-error' into 'main'
Fix bug in configure that set flags needed for linking C++ compiled code with C and fortran compilers to correct variable cxxlibs NOT LIBS
See merge request petsc/petsc!6046
show more ...
|
| d9d052e2 | 11-Feb-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove dead configure code
Commit-type: housekeeping /spend 5m |