| #
505c8c26
|
| 01-May-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 9f87cbb6cbd59d1bd4113536eae89172f479116a
|
| #
30f20333
|
| 28-Apr-2010 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: a4008ad713a320d8ff1c09580f8ffc7db51f0b1e
|
| #
f37e8fd0
|
| 28-Apr-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: ba32cbe12371c7c711a4c303c98d2b6e9bca596d
|
| #
e0d43e33
|
| 28-Apr-2010 |
Satish Balay <balay@mcs.anl.gov> |
- remove 'shared_nomesg_noinstall mpi4py_noinstall petsc4py_noinstall' targets - move 'shared mpi4py petsc4py' targets out of install.py - fix dylibs on mac after 'make install' with install_name_too
- remove 'shared_nomesg_noinstall mpi4py_noinstall petsc4py_noinstall' targets - move 'shared mpi4py petsc4py' targets out of install.py - fix dylibs on mac after 'make install' with install_name_tool [Inorder to better support 'make install DESTDIR=']
Hg-commit: 42e46651d576b44dc18bed5cc73c7760efc7bde6
show more ...
|
| #
f90816f8
|
| 28-Apr-2010 |
Satish Balay <balay@mcs.anl.gov> |
revert unintended changes in 946456b709fc
Hg-commit: d32cb247d20d594b24910f179ae40c77c38ba9fe
|
| #
ff219bfb
|
| 27-Apr-2010 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 1f5ce9b1fa7762a7d57e66fe241c05a915d43e19
|
| #
bf5b21d3
|
| 25-Apr-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: bfe14fc1c10a348d95f62b10a73037a938b09cb6
|
| #
5b8265cd
|
| 25-Apr-2010 |
Satish Balay <balay@mcs.anl.gov> |
fix valgrind line continuation error.
Hg-commit: 946456b709fc05cc24f083426c74ec580e6dd059
|
| #
9fc74351
|
| 23-Apr-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: c719359ec6946f54e51b03a7aa435480e1b62064
|
| #
1b1e03df
|
| 23-Apr-2010 |
Satish Balay <balay@mcs.anl.gov> |
add in priliminary support for GNU DESTDIR http://www.gnu.org/prep/standards/html_node/DESTDIR.html
Hg-commit: 1f53ec9d4e00c67f688b13f202ecc81a1228ac00
|
| #
f0eb1ee0
|
| 12-Apr-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: 96dff560e9caff2ee6539fb4c50e92b67324e0b0
|
| #
603268fb
|
| 07-Apr-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after pulling several patches from 3.1
Hg-commit: 5091a89c86edf66dd7d2939ca39baf0881459276
|
| #
6f363a9e
|
| 05-Apr-2010 |
Satish Balay <balay@mcs.anl.gov> |
ARCHFLAGS='' is needed on Mac OSX 10.6 with petsc4py build [to avoid picking multilib options '-arch i386 -arch ppc -arch x86_64' from python distutils.
Hg-commit: 06fc0671de27097a890107d3af0c6e39fd
ARCHFLAGS='' is needed on Mac OSX 10.6 with petsc4py build [to avoid picking multilib options '-arch i386 -arch ppc -arch x86_64' from python distutils.
Hg-commit: 06fc0671de27097a890107d3af0c6e39fda938f3
show more ...
|
| #
0d2fba3e
|
| 09-Mar-2010 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 2c02161f5890b468f5bb35c7476967398e40a0c5
|
| #
b039ada7
|
| 27-Feb-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: c270e0f2fbec810bd2280a7bf2bb78cfa685dab3
|
| #
5e5a0e44
|
| 27-Feb-2010 |
Satish Balay <balay@mcs.anl.gov> |
remove extra empty line
Hg-commit: d26c256d264ed9fa562722ab70f4f2fce7bd8cf8
|
| #
824e893f
|
| 27-Feb-2010 |
Satish Balay <balay@mcs.anl.gov> |
make instructions copy/paste-able [and simplify]
Hg-commit: 4d3d8059a1c8cc9b369aab0066d19419182f2fb8
|
| #
34e2dc05
|
| 21-Jan-2010 |
Satish Balay <balay@mcs.anl.gov> |
merge
Hg-commit: aef415cc54eef53ece0679dbb3431aba6c2c3925
|
| #
d630196c
|
| 21-Jan-2010 |
Satish Balay <balay@mcs.anl.gov> |
'make install' was not fixing MPI_INCLUDE for mpiuni. Also 1329868e23ef has a bug wrt self.installBinDir
Hg-commit: f0b6d271acb48738bb32398926e7e94165388cf4
|
| #
77d4a7d6
|
| 06-Jan-2010 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: e470281af9ecf0250f2b5291ccef17faacafc8ef
|
| #
d6331b8d
|
| 05-Jan-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
packages used executeShellCommand and totally ignored err and ret code from call; changed to also grab these and when appropriate print err with output. This will help to debug failed package builds
packages used executeShellCommand and totally ignored err and ret code from call; changed to also grab these and when appropriate print err with output. This will help to debug failed package builds
Hg-commit: dbce00c10ef49121e315b2b2aff9cf09ae6f7fde
show more ...
|
| #
238e7d2d
|
| 02-Dec-2009 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: 9c9e2b0243eedf0151e3676f8f4ccde9f7b93898
|
| #
7edf7160
|
| 01-Dec-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
another cut and paste error of PETSC_ARCH to PETSC_DIR in install.py
Hg-commit: f5132e7b6daa3d477389310424ff8ed3c0955423
|
| #
288f62a1
|
| 30-Nov-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
fix install.py so that it creates conf/petscvariables file that is owned by user
Hg-commit: fb25b98b05ea98a8f38b8131bc5fae3405fd3c72
|
| #
b07e8f12
|
| 30-Nov-2009 |
Barry Smith <bsmith@mcs.anl.gov> |
bad cut and paste, did not properly set PETSC_DIR from environment
Hg-commit: 9e7eaf3688c386617574a8091d75df8071fea330
|