| b48659f6 | 10-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
update tarball for pARMS to removed duplicate symbol with PaStiX |
| 6b2767b4 | 10-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
ask sundials to not build components we do not use; they may be not building right on some systems |
| 4c8f8fcc | 10-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
fixes for PaStiX.py and pARMS.py due to updates in Package.py |
| a3269974 | 10-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
remove java.py never used and will never be used add simple makefile rule for finding untested packages |
| e5868a48 | 10-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
update Zoltan to latest release and to use GNUPackage |
| 9422e754 | 09-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
tetgen.py update due to removing PETSc.package.NewPackage do not download c2html by default |
| fbb667ab | 09-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
fixes for packages after removal of PETSc.package.NewPackage |
| 0505a2a3 | 09-Sep-2014 |
Satish Balay <balay@mcs.anl.gov> |
hdf5: downgrade to 1.8.12 as 1.8.13 breaks with netcdf > > ../liblib/.libs/libnetcdf.so: undefined reference to `H5Pset_fapl_mpiposix' |
| 06e08bc7 | 09-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
removed PETSc.package.NewPackage and moved all packages to one location |
| b8bef390 | 08-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
ssl.py does not require only double precision switch elemental, metis and parmetis to use CMakePackage |
| 72dba1de | 08-Sep-2014 |
Satish Balay <balay@mcs.anl.gov> |
hdf5: update tarball to hdf5-1.8.13.tar.gz |
| ddfe2925 | 08-Sep-2014 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| 85101cbe | 08-Sep-2014 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jed/config-re.sub' into maint
* jed/config-re.sub: config: prefer str.replace(...) over re.sub(re.escape(...)) config: simplify regex |
| 7227842d | 08-Sep-2014 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jed/config-re.sub'
* jed/config-re.sub: config: prefer str.replace(...) over re.sub(re.escape(...)) config: simplify regex |
| d9574d52 | 08-Sep-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/feature-remove-config-init'
* knepley/feature-remove-config-init: Configure: No longer use __init__.py to store the list of packages, read them from the filesystem |
| 79053d23 | 08-Sep-2014 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint-3.4' into maint |
| 3e960642 | 08-Sep-2014 |
Satish Balay <balay@mcs.anl.gov> |
hdf5: hdf5 has c++ comments in C sourcefiles - this breaks with some compilers.
Reported-by: Åsmund Ervik <asmund.ervik@ntnu.no> |
| 0edeeece | 08-Sep-2014 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/update-gnumake-check' into maint |
| fd61f6a3 | 07-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
move precision,scalartype and integer size over to config.package.Package note this is an incomplete update since consistency checks must be turned off |
| 288dc2fd | 06-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
converted several packages to not use PETSc.package.NewPackage since they do not need it |
| 3e020eee | 06-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
bug fix in package.py html.py should not use default GNUPackage compilers since they may be mpi based netcdf.py requires hdf5.py updated prizes info |
| 8e892abc | 06-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
converted Numpy to config.package.Package |
| a5b6e6ab | 06-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
update lgrind.py to use just config.package.Package and install auxillary files in correct location |
| 071ac212 | 06-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
switched make.py c2html.py and sowing.py to use GNUPackage also added support to GNUPackage to install packages in confDir ie. PETSC_DIR/PETSC_ARCH when private to PETSc builds |
| fb51f877 | 05-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
simplify GNUPackage by removing methods that could be more easily implemented by simplying implementing the method in the xxxx.py package for handling configure options removed outdated documentation |