History log of /petsc/config/configure.py (Results 76 – 100 of 700)
Revision Date Author Comments
# c58b03af 06-Jan-2021 Barry Smith <bsmith@mcs.anl.gov>

Allow users to mistaken use openmpi or mpich when setting mpi or mpi-dir

And consistently use local variable 'name'

Commit-type: error-checking, feature, usability
/spend 5m


# 875ba99e 07-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-11-13/fix-petsc4py-dependencies' into 'master'

Barry/2020 11 13/fix petsc4py dependencies

See merge request petsc/petsc!3417


# ccd2fb5e 13-Nov-2020 Barry Smith <bsmith@mcs.anl.gov>

Fix petsc4py dependencies on PETSc includes, if any change it reruns cython

This also includes configuring with a new PETSC_ARCH

Also doesn't recompile the C code everytime make all is run when it

Fix petsc4py dependencies on PETSc includes, if any change it reruns cython

This also includes configuring with a new PETSC_ARCH

Also doesn't recompile the C code everytime make all is run when it does not need to

Remove --download-petsc4py that makes a symbolic link of src/binding/petsc4py
Instead support --with-petsc4py that just builds petsc4py in place without the link

Lisandro Dalcin provided the fix for python 2 and OSX hardening requirement

Commit-type: bug-fix
/spend 2.5h
Thanks-to: Satish Balay <balay@mcs.anl.gov>
Thanks-to: Lisandro Dalcin

show more ...


# 524ef54c 29-Nov-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-11-24/rename-sundials-sundials-2' into 'master'

Rename sundials.py to sundials2.py to indicate the age of the package.

See merge request petsc/petsc!3431


# b129f54c 29-Nov-2020 Barry Smith <bsmith@mcs.anl.gov>

Rename sundials.py to sundials2.py to indicate the age of the package.

Also print a message age configure time indicating the age of the SUNDIALs used by PETSc.

Commit-type: documentation
/spend 10

Rename sundials.py to sundials2.py to indicate the age of the package.

Also print a message age configure time indicating the age of the SUNDIALs used by PETSc.

Commit-type: documentation
/spend 10m
Reported-by: Jed Brown <jed@jedbrown.org>

show more ...


# 8a1e0216 11-Jun-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-06-08/fix-matlabengine-details' into 'master'

MacOS needs -Wl,-rpath for Matlab Engine; reorganize simplify MatlabEngine.py

See merge request petsc/petsc!2846


# 69cdbcb9 11-Jun-2020 Barry Smith <bsmith@mcs.anl.gov>

MacOS needs -Wl,-rpath for Matlab Engine; reorganize simplify MatlabEngine.py
Change --with-matlabengine-lib to --with-matlab-engine-lib to match --with-matlab-engine
Move Matlab vec test to tutorial

MacOS needs -Wl,-rpath for Matlab Engine; reorganize simplify MatlabEngine.py
Change --with-matlabengine-lib to --with-matlab-engine-lib to match --with-matlab-engine
Move Matlab vec test to tutorial directory
Add make check for Matlab engine

Commit-type: error-checking, bug-fix, portability-fix, testing-fix, style-fix

show more ...


# 47c3d8b7 02-Jun-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# 7b64aa03 02-Jun-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/python3-LANG=C/maint' into 'maint'

configure: fix for LANG=C python3 ./configure

See merge request petsc/petsc!2828


# b9a05632 01-Jun-2020 Satish Balay <balay@mcs.anl.gov>

configure: fix for LANG=C python3 ./configure

Reported-by: Jose E. Roman <jroman@dsic.upv.es>

TypeError or ValueError possibly related to ERROR in COMMAND LINE ARGUMENT while running ./configure

configure: fix for LANG=C python3 ./configure

Reported-by: Jose E. Roman <jroman@dsic.upv.es>

TypeError or ValueError possibly related to ERROR in COMMAND LINE ARGUMENT while running ./configure
-------------------------------------------------------------------------------
'ascii' codec can't encode character '\u2018' in position 471: ordinal not in range(128)

show more ...


# e08ecd42 05-Apr-2020 Satish Balay <balay@mcs.anl.gov>

ci: fixes for vermin python syntax checker

vermin -vv --backport argparse -t=2.6- -t=3.4- config


# e15a6058 05-Apr-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/ci-vermin/maint' into 'master'

Balay/ci vermin/maint

See merge request petsc/petsc!2686


# 8f450857 05-Apr-2020 Satish Balay <balay@mcs.anl.gov>

ci: fixes for vermin python syntax checker

vermin -vv --backport argparse -t=2.6- -t=3.4- config


# 003f18fb 09-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/fix-old-python' into 'master'

python2.4/2.6 updates

See merge request petsc/petsc!2592


# 7fe2cf7a 09-Mar-2020 Satish Balay <balay@mcs.anl.gov>

python2.4/2.6 updates

Reported-by: Jose E. Roman <jroman@dsic.upv.es>


# 77c50fc0 19-Feb-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'configure-fail' into 'master'

Removed seemingly redundant framework.logClear()

See merge request petsc/petsc!2542


# ac779eb7 19-Feb-2020 Scott MacLachlan <smaclachlan@mun.ca>

Removed seemingly redundant framework.logClear()


# cfba752b 21-Dec-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2019-10-23/feature-configure-check-dependencies' into 'master'

For each package requested check if the dependency packages are requested or...

See merge request petsc/petsc!2207


# f8c64845 24-Oct-2019 Barry Smith <bsmith@mcs.anl.gov>

For each package requested check if the dependency packages are requested or automatically handled; error with very useful message if not

Also checks if required compiler has been explicitly turned

For each package requested check if the dependency packages are requested or automatically handled; error with very useful message if not

Also checks if required compiler has been explicitly turned off

Currently the checks for if the package is requested or available are crude, may require further refinement

$ time ./configure --download-pragmatic
===============================================================================
Configuring PETSc to compile on your system
===============================================================================
*******************************************************************************
UNABLE to CONFIGURE with GIVEN OPTIONS (see configure.log for details):
-------------------------------------------------------------------------------
Package pragmatic requested but dependency metis not requested. Perhaps you want --download-metis
Package pragmatic requested but dependency eigen not requested. Perhaps you want --download-eigen
*******************************************************************************
real 0m0.278s
user 0m0.205s
sys 0m0.070s

Commit-type: feature, configure
Reported-by: Jacob Faibussowitsch <jfaibussowitsch@anl.gov>
Reported-by: Jed Brown <jed@jedbrown.org>
Reported-by: Paul T. Bauman <ptbauman@gmail.com>

show more ...


# 0fb3d36f 17-Dec-2019 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# 0b6dd9f9 17-Dec-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/update-win32-link-check/maint' into 'maint'

configure: cygwin link.exe breaks icl aswell as ifort - so update the check

See merge request petsc/petsc!2400


# b917b182 17-Dec-2019 Satish Balay <balay@mcs.anl.gov>

configure: cygwin link.exe breaks icl aswell as ifort - so update the check

Reported-by: Sam Guo <sam.guo@cd-adapco.com>


# 76372d98 13-Dec-2019 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# 4195efc0 13-Dec-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/update-configure-option_mistakes-check/maint' into 'maint'

configure: check for error in configure option format - when using .py files

See merge request petsc/petsc!2352


# 5715f7bd 05-Dec-2019 Satish Balay <balay@mcs.anl.gov>

configure: check for error in configure option format - when using .py files

Reported-by: Jin Chen <jchen@pppl.gov>


12345678910>>...28