| 20c7d134 | 14-Apr-2016 |
Satish Balay <balay@mcs.anl.gov> |
xsdktrilinos: use 'origin/master' - not 'master' for giturl
Funded-by: IDEAS |
| eab61446 | 13-Apr-2016 |
Satish Balay <balay@mcs.anl.gov> |
xsdk: forgot to add the option -DTrilinos_DISABLE_ENABLED_FORWARD_DEP_PACKAGES=ON in the previous commit |
| 0e1fd4f2 | 13-Apr-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc |
| 6cc984b7 | 13-Apr-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Explicitly turn off packages that we do not have for Trilinos including boost. This allows configuring with "trimmed down" versions of Trilinos
Funded-by: IDEAS Project: xSDK Thanks-to: Roscoe A. B
Explicitly turn off packages that we do not have for Trilinos including boost. This allows configuring with "trimmed down" versions of Trilinos
Funded-by: IDEAS Project: xSDK Thanks-to: Roscoe A. Bartlett <rabartl@sandia.gov>
show more ...
|
| 040a4d1d | 13-Apr-2016 |
Satish Balay <balay@mcs.anl.gov> |
netcdf: static build broke due to HDF5 depending on -ldl.
And PETSc configure does not treal -ldl as a seperate package to add to self.deps but its somehow stashed in self.compilers.LIBS - that gets
netcdf: static build broke due to HDF5 depending on -ldl.
And PETSc configure does not treal -ldl as a seperate package to add to self.deps but its somehow stashed in self.compilers.LIBS - that gets used in hdf5 test. So pass in this info to netcdf configure
Reported-by: "Bartlett, Roscoe A" <rabartl@sandia.gov> Funded-by: IDEAS
show more ...
|
| d0ec9cac | 13-Apr-2016 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/balay/fix-fortran-unused_variables' |
| 1736e08e | 12-Apr-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Added --download-xxx-configure-arguments for passing additional configure options
to downloaded package installers
Funded-by: IDEAS Project: xSDK |
| b623a1fb | 12-Apr-2016 |
Jason Sarich <sarich@mcs.anl.gov> |
fix parenthesis |
| 2a1be5ce | 12-Apr-2016 |
Jason Sarich <sarich@mcs.anl.gov> |
sed -i unportable, who knew?
Funded-by: IDEAS Time: .5 hrs |
| 65d66864 | 12-Apr-2016 |
Jason Sarich <sarich@mcs.anl.gov> |
fix sed inplace argument for osx (need sed -i '' 'otherstuff')
Funded-by: IDEAS Time: .5 hrs |
| c8bf2c09 | 11-Apr-2016 |
Jason Sarich <sarich@mcs.anl.gov> |
fix -DAdd_ from superlu_dist CMakeLists.txt, replace with correct flag
Funded-by: IDEAS time: 3 hrs |
| b3248ba1 | 11-Apr-2016 |
Satish Balay <balay@mcs.anl.gov> |
gfortran 4.6 [and perhaps older] warns about unused commonblock variables with -Wall so use -Wno-unused-variable with these versions. |
| dce4b2a8 | 11-Apr-2016 |
Jason Sarich <sarich@mcs.anl.gov> |
Fix some xsdk packages, changed unittestcpp to cmake project so autoconf not necessary
Funded-by: IDEAS Time: 8 hrs |
| 5020303f | 10-Apr-2016 |
Satish Balay <balay@mcs.anl.gov> |
gfortran: remove -Wno-unused-variable from default FFLAGS
Reported-by: Lisandro Dalcin <dalcinl@gmail.com> |
| b8a3fda2 | 10-Apr-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Updated to the release tarballs and commits for SuperLU and SuperLU_Dist |
| 193147a4 | 08-Apr-2016 |
Alejandro Lamas Daviña <alejandro.lamas@dsic.upv.es> |
Require CUDA_VERSION >= 7.0 for complex builds |
| 1548aa1d | 07-Apr-2016 |
Satish Balay <balay@mcs.anl.gov> |
fix syntax errors in c3182fb78c9a738ba5290a1e7faec0aeb0eb7421 |
| c3182fb7 | 07-Apr-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Exodusii.py installer must create install directories in case they do not already exist.
Funded-by: IDEAS Project: xSDK Time: .1 hour |
| afec8dbb | 07-Apr-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Switch to Sherry's branch of repository since it appears she fixed the cmake blas/lapack issue
Funded-by: IDEAS Project: xSDK Time: 0 hours |
| 96eda5a3 | 07-Apr-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc |
| aa5c8b8e | 07-Apr-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Print clear completion message if PETSc is installed by ./configure
Funded-by: IDEAS Project: xSDK Time: 0 hours |
| c76a54b1 | 07-Apr-2016 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/balay/improve-odpes' |
| 4257d2e9 | 06-Apr-2016 |
Satish Balay <balay@mcs.anl.gov> |
netcdf-cxx: not really used - so its dead code - so remove |
| 076ef712 | 06-Apr-2016 |
Satish Balay <balay@mcs.anl.gov> |
netcdf-cxx: fix build to use netcdf detected by petsc configure [and not some system/default stuff] |
| 0ee02bde | 07-Apr-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Run ctest on xSDKTrilinos for non-batch systems
Funded-by: IDEAS Project: xSDK |