| 9e657431 | 08-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
updated downloaded cmake package since previous one seemed not to build on solaris |
| a7775d57 | 08-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
updated ctetgen.py to use GNUMake and use PETSc makefiles for compiling (ad hoc didn't always work) remove clique.py since will be distributed with elemental |
| 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 |
| 6a93c73c | 06-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
switch MPE.py to use the pure GNUPackage |
| 139f32f6 | 06-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
hwloc.py now simply uses the GNUPackage for installs |
| 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 |
| e074bd3b | 06-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
switched yaml.py to use package.GNUPackage |
| 32c777b4 | 06-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
cmake.py now uses GNUPackage |
| 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 |
| 72a0f7f4 | 05-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
moved isBGL() from PETSc libraryOptions to BuildSystem libraries because it is not in any particular way PETSc specific unline precision, scalartype etc |
| f335a903 | 05-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
moved non-PETSc specific package feature to base package |
| b975301e | 04-Sep-2014 |
Satish Balay <balay@mcs.anl.gov> |
configure: add git branchname to petscconf.h and configure.log |
| 47c09f67 | 04-Sep-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Configure: No longer use __init__.py to store the list of packages, read them from the filesystem |
| 027a413a | 04-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
ctetgen.py depends on mpi MPICH is now more careful about exactly what GNU configure options it rejects to prevent possible options |
| e6b0c433 | 04-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
removed --download-mpich to its own MPICH.py file |
| f55f1886 | 30-Aug-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
--download-mpi4py and --download-petsc4py now work correctly for prefix installs and not with and without sudo needed |
| 48b3efbf | 30-Aug-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
split mpi4py generation into build phase run when PETSc is built and install phase run when PETSc is installed (or run when PETSc is built if --prefix is not set) |
| 22aaf3f4 | 30-Aug-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
updated externalpackages to print message about SUDO password if needed by prefix only once updated many packages to install under sudo if needed |
| 6ac6a067 | 29-Aug-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
updated several more external packages to use sudo as needed removed two outdated external package installers |
| bc942f95 | 28-Aug-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Updated multiple packages to support sudo usage when --prefix is not writable to user |
| 96e14114 | 28-Aug-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
update 9 more packages to use sudo for needed prefix installs removed four download packages that are no longer relevent
|
| 922d39ca | 27-Aug-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
removed --prefix-sudo-password option for security concerns Note one could set a longish timeout on sudo to prevent repeated requests for the password during configure |