| 16f67826 | 27-Aug-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint' |
| 8f4ae086 | 27-Aug-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
stop suggesting valgrind for Apple since it is eternally broken |
| 412a7993 | 27-Aug-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed several external packages to place their configuration file in the proper 'conf' subdirectory added support for --prefix-sudo-password to avoid interactively needing to provide password updated
fixed several external packages to place their configuration file in the proper 'conf' subdirectory added support for --prefix-sudo-password to avoid interactively needing to provide password updated exodusii.py and fblaslapack.py to use sudo command for install if needed
show more ...
|
| b150c0c5 | 26-Aug-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Packages used internally by PETSc, for example, sowing, are now NOT installed in the prefix location Updated several of the BuildSystem externalpackages to use sudo to install in non-user writable pr
Packages used internally by PETSc, for example, sowing, are now NOT installed in the prefix location Updated several of the BuildSystem externalpackages to use sudo to install in non-user writable prefix location
show more ...
|
| d093bd8d | 22-Aug-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
For --prefix configurations the external packages are installed directly to the final location Previously we installed to the PETSC_DIR/PETSC_ARCH location and then copied everything over at the time
For --prefix configurations the external packages are installed directly to the final location Previously we installed to the PETSC_DIR/PETSC_ARCH location and then copied everything over at the time of the PETSc make install The reason was so only a single sudo would ever be needed. The drawback was it does not leverage each packages install tools, so, for example, --download-mpich didn't work correctly with --prefix and also shared libraries did not work correctly with --prefix
If the final location requires root access then that is now requested via sudo for each external packages make install, but if sudo is not needed it is not called
show more ...
|
| 8fe0728f | 05-Aug-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint' |
| dbbbd53d | 04-Aug-2014 |
Satish Balay <balay@mcs.anl.gov> |
pastix: fix compile errors [linux-cxx-cmplx-pkgs-64idx]
cannot use DCOMPLEX from pastix.h - so use PetscScalar directly |
| 50880cf6 | 02-Aug-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint' |
| 3de70051 | 02-Aug-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
updated Pastix to version 5.2.2 This prevents crashes with diagonal matrices
Reported-by: Azariah Cornish <acornish@ata-e.com> |
| c77ad722 | 01-Aug-2014 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/fix-LIBS' |
| acaf6ab5 | 01-Aug-2014 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/fix-LIBS' into maint |
| 501695b7 | 31-Jul-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint' |
| df3898ee | 31-Jul-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
with with -> with the the -> the |
| ad5be379 | 29-Jul-2014 |
Satish Balay <balay@mcs.anl.gov> |
configure: attempt to use LIBS verbatim in link line. However checkCLibraries() etc can re-process it - and convert "LIBS=/usr/lib64/libfl_pic.a" into "-L/usr/lib64 -lfl_pic" |
| e464cf85 | 17-Jul-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-dmda-1d-mirror' |
| fbfea680 | 15-Jul-2014 |
Satish Balay <balay@mcs.anl.gov> |
mpi4py: use current tarball mpi4py-1.3.1.tar.gz |
| e765310b | 12-Jul-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-petsc4py-py' |
| 65a249bd | 12-Jul-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
petsc4py.py should check /usr/lib and /opt/local/lib for locations of python dynamic library with and without version numbers |
| 34f5f614 | 12-Jul-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
look for python dynamic library in correct locations on Apple based on python version Test did not work correctly for anaconda installed python on Apple since that does not install a generic libpytho
look for python dynamic library in correct locations on Apple based on python version Test did not work correctly for anaconda installed python on Apple since that does not install a generic libpython.dylib
Reported-by: Francis Poulin <fpoulin@uwaterloo.ca>
show more ...
|
| 3ed323ac | 09-Jul-2014 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| 2eb74087 | 08-Jul-2014 |
Satish Balay <balay@mcs.anl.gov> |
build: store mpi4py build log in PETSC_ARCH/conf/mpi4py.log. This prevents listing of errors from mpi4py configure step in make.log [so avoids flagging build as broken just because of configure error
build: store mpi4py build log in PETSC_ARCH/conf/mpi4py.log. This prevents listing of errors from mpi4py configure step in make.log [so avoids flagging build as broken just because of configure errors]. Similarly fix petsc4py build.
show more ...
|
| 71ea4137 | 03-Jul-2014 |
Satish Balay <balay@mcs.anl.gov> |
Revert "configure: disable openmp and pthreadclasses for release" for dev
This reverts commit 5de2b0491b77b119ed5502673172c1893523bd41. |
| 10bcd86e | 03-Jul-2014 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| 5de2b049 | 03-Jul-2014 |
Satish Balay <balay@mcs.anl.gov> |
configure: disable openmp and pthreadclasses for release |
| cf4f1aa3 | 30-Jun-2014 |
Satish Balay <balay@mcs.anl.gov> |
release: revert 'master' branch back to dev |