| 6dd73af6 | 11-Feb-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Added support for users to provide their own download package installers --download-xxx=/directory where the directory contains the file xxx.py that is a standard PETSc package definition like in
Added support for users to provide their own download package installers --download-xxx=/directory where the directory contains the file xxx.py that is a standard PETSc package definition like in config/BuildSystem/config/packages/xxx.py
Funded-by: IDEAS Project: xSDK Time: .7 hours Thanks-to: Ethan Coon <ecoon@lanl.gov>
show more ...
|
| 5a4feeed | 03-Feb-2016 |
Satish Balay <balay@mcs.anl.gov> |
install: fix RDict.db error duing 'make install'
Patch-from: Matthew Knepley <knepley@gmail.com> Reported-by: Torquil Macdonald Sørensen <torquil@gmail.com> Reported-by: "Klinvex, Alicia Marie" <amk
install: fix RDict.db error duing 'make install'
Patch-from: Matthew Knepley <knepley@gmail.com> Reported-by: Torquil Macdonald Sørensen <torquil@gmail.com> Reported-by: "Klinvex, Alicia Marie" <amklinv@sandia.gov>
*** Using PETSC_DIR=/home/amklinv/PETScDir/petsc PETSC_ARCH=arch-linux2-cxx-debug *** No cached configure in RDict at arch-linux2-cxx-debug/lib/petsc/conf/RDict.db Traceback (most recent call last): File "./config/install.py", line 380, in <module> Installer(sys.argv[1:]).run() File "./config/install.py", line 373, in run self.runsetup() File "./config/install.py", line 334, in runsetup self.setup() File "./config/install.py", line 60, in setup self.setupModules() File "./config/install.py", line 51, in setupModules self.setCompilers = self.framework.require('config.setCompilers', None) AttributeError: 'NoneType' object has no attribute 'require' make: *** [install] Error 1
show more ...
|