History log of /petsc/config/PETSc/options/installDir.py (Results 1 – 25 of 94)
Revision Date Author Comments
# 6996bd1a 21-Feb-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-double' into 'main'

Fix words appearing twice in a row for no good reason

See merge request petsc/petsc!7307


# 15229ffc 21-Feb-2024 Pierre Jolivet <pierre@joliv.et>

Fix words appearing twice in a row for no good reason


# a275d695 27-Jun-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-06-19/improve-configure-logs' into 'main'

Remove some confusing and unneeded noise output in configure.log

See merge request petsc/petsc!5352


# 7b65ca21 19-Jun-2022 Barry Smith <bsmith@mcs.anl.gov>

Remove some confusing and unneeded noise output in configure.log

add missing doc for many configure methods so that configure.log has clear explanation for more tests it runs

Commit-type: configure

Remove some confusing and unneeded noise output in configure.log

add missing doc for many configure methods so that configure.log has clear explanation for more tests it runs

Commit-type: configure, usability
/spend 2h

show more ...


# dc712ac5 20-Apr-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/housekeeping-buildsystem' into 'main'

configure: further improve logPrintBox() + cleanup

See merge request petsc/petsc!5132


# d1b3ee28 17-Apr-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

configure: further improve logPrintBox()

- add logPrintWarning()
- make logPrintBox() add newlines after each printed line
- make logPrintBox() properly handle truncated paths


# 7d7a1305 18-Apr-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/disable-python2' into 'main'

Balay/disable python2

See merge request petsc/petsc!5131


# faa06574 17-Apr-2022 Satish Balay <balay@mcs.anl.gov>

remove '#!' from non-stand-alone python sources


# 21e6d802 21-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/configure-remove-sudo' into 'main'

configure: remove usage of sudo with external-packages

See merge request petsc/petsc!4333


# f3c5548c 20-Sep-2021 Satish Balay <balay@mcs.anl.gov>

configure: remove usage of sudo with external-packages


# bf1f4b0c 13-May-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/improve-configure-output' into 'master'

improve configure output

Closes #627

See merge request petsc/petsc!2784


# 4d9e5d0e 07-May-2020 Satish Balay <balay@mcs.anl.gov>

show info about prefix in configure output


# cac37548 21-Nov-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'


# f69e2339 21-Nov-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2019-10-27/fix-bad-sudo/maint' into 'maint'

Configure fixes

See merge request petsc/petsc!2221


# be5c6b33 27-Oct-2019 Barry Smith <bsmith@mcs.anl.gov>

Configure fixes

Packages (ctetgen in particular should not use self.installDirProvider.installSudo directly)

Check that user has write permission on --package-prefix-hash otherwise generate very u

Configure fixes

Packages (ctetgen in particular should not use self.installDirProvider.installSudo directly)

Check that user has write permission on --package-prefix-hash otherwise generate very useful error message

When checking write permission for --prefix print the errors that appear so one has a better understanding of why the permissions are not available

Fix move_configure_log() it did not create one of the intermediate directories and hence would crash if used

Commit-type: error-checking, debugability

show more ...


# 83c10b7e 04-Dec-2018 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Merged petsc/petsc into master


# a5a49157 25-Oct-2018 Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local>

Merge branch 'master' into jpusztay/feature-swarm-symplectic-example


# e901d7f7 25-Oct-2018 Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local>

Merge branch 'master' into jpustay/feature-swarm-example


# baeaa64e 25-Oct-2018 Joseph Pusztay <josephpu@buffalo.edu>

Merged petsc/petsc into master


# df90af56 24-Oct-2018 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into arcowie-rem/feature-error-logging

* master: (393 commits)
Bib: Update reference
Mat: Doc fix
Bib: Updated ref
PetscDS: Doc fixes
PC+LU: Do not try to refactor an

Merge branch 'master' into arcowie-rem/feature-error-logging

* master: (393 commits)
Bib: Update reference
Mat: Doc fix
Bib: Updated ref
PetscDS: Doc fixes
PC+LU: Do not try to refactor an already factored matrix
Mat: Small fix for checking and docs
Mat: Added MatSetFactorType() - Needed it when making a shell matrix look factored
PetscDS: Added PetscDSUpdateBoundary() - Lets the user change the boundary condition
single precision produces different convergence history
p4est: has a dependency on zlib - so handle it correctly
Add -mat_mffd_complex to use the Lyness complex number trick to compute J_u * v instead of differencing.
Replace VecWAXPY by VecAXPY if needed
Revert "Replace VecWAXPY by VecAXPY if needed"
Replace VecWAXPY by VecAXPY if needed
MatHermitianTransposeGetMat and MatCreateVecs
ex19: Updated test filter to avoid false positives.
DM: Improved Global-To-Natural docs Suggested-by: Josh L <ysjosh.lo@gmail.com>
Do not build shared openblas when doing static build
Upgrade OpenBLAS to 0.3.3
test: add alt output file for changes in OSX-10.14 and Xcode-10.0 [perhaps related to ML]
...

Conflicts:
src/vec/is/utils/vsectionis.c

show more ...


# 27821aea 22-Oct-2018 Jed Brown <jed@jedbrown.org>

Merge branch 'jed/python3-futurize' [PR #1122]

Merge announces support for Python 3.4+ in changes/dev.html.

* jed/python3-futurize: (44 commits)
gmakegentest: avoid prefix matching in regex
dm

Merge branch 'jed/python3-futurize' [PR #1122]

Merge announces support for Python 3.4+ in changes/dev.html.

* jed/python3-futurize: (44 commits)
gmakegentest: avoid prefix matching in regex
dm tests ex23.c: fix test args: -one -two -three
gmakegentest: more fixes
gmakegentest: fix processing of arguments containing number followed by "-"
gmakegentest: always loop over nsize; Python-3 fixes
python3: add in a python-3.4 test
python: fix build on osx/opensolaris - where 'RANLIB=ranlib -c' i.e with a space..
python3: fix --download-ptscotch error
configure: glob() gets executed early - whereas we need to get file list later [after 'make all' or equivalent] so revert back to using shell to get file-list
python3: map() requires a list modifier for this usage.
python: replace ModuleNotFoundError a python3.6+ feature with ImportError
config: call setup to ensure that debugLevel is set
nightlies: switch linux-pkg-dbg-ftn-interfaces to python3
config: enable Python-3
config: urllib/urlparse updates for Python-3 compatibility
config fblaslapack: use isIBM instead of manual test
python: replace commands with subprocess
Fix LOCDIR paths
generateetags.py: switch from commands to subprocess; unicode fix
python: don't import commands when it isn't used
...

show more ...


# dfd95116 20-Oct-2018 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Merged petsc/petsc into master


# 88078ac9 28-Sep-2018 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'maint' of bitbucket.org:petsc/petsc into maint


# bf08679e 26-Sep-2018 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'


# 2501e1ae 26-Sep-2018 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/balay/fix-clean-with-prefix/maint' into maint


1234