Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-02 | Merge pull request #1014 from epfl-scitas/packages/mvapich2 | Todd Gamblin | 1 | -26/+62 | |
Changes to take into account slurm in version @2.1: of mvapich2 | |||||
2016-06-02 | Merge pull request #1001 from ashkan2200/develop | Todd Gamblin | 1 | -27/+36 | |
Dealii, fixed issue with tests | |||||
2016-06-02 | Merge pull request #1005 from eschnett/eschnett/hdf5-update | Todd Gamblin | 1 | -0/+1 | |
Update HDF5 to version 1.10.0-patch1 | |||||
2016-06-02 | Merge pull request #1008 from LLNL/features/cflags-fix | Todd Gamblin | 1 | -0/+12 | |
Fixed config format to allow default compiler flags | |||||
2016-06-02 | Merge pull request #1010 from epfl-scitas/packages/tetgen | Todd Gamblin | 1 | -4/+7 | |
Adding a version to tetgen | |||||
2016-06-02 | Merge pull request #1011 from epfl-scitas/packages/fenics | Todd Gamblin | 2 | -0/+214 | |
Adding package FEniCS | |||||
2016-06-01 | removing useless selfs | Nicolas Richart | 1 | -10/+10 | |
2016-06-01 | Correcting the flake8 warnings | Nicolas Richart | 1 | -25/+47 | |
2016-06-01 | Addapting the mvapich2@2.1: configure options for slurm | Nicolas Richart | 1 | -4/+18 | |
2016-06-01 | Introduced a bug by correcting flake8 warnings | Nicolas Richart | 1 | -2/+3 | |
2016-06-01 | Corrections for flake8 | Nicolas Richart | 1 | -4/+7 | |
2016-06-01 | Corrections for flake8 | Nicolas Richart | 1 | -4/+6 | |
2016-06-01 | Adding package fenics | Nicolas Richart | 2 | -0/+213 | |
2016-06-01 | Adding a version to tetgen | Nicolas Richart | 1 | -0/+1 | |
2016-06-01 | Adding a variant to link against the spack libraries instead of the system ones | Nicolas Richart | 1 | -2/+14 | |
2016-06-01 | Removing extra dependencies + minor fix according to remarks on #1002 | Nicolas Richart | 2 | -39/+37 | |
2016-05-31 | Fixed config format to allow default compiler flags | Gregory Becker | 1 | -0/+12 | |
2016-05-31 | Update HDF5 to version 1.10.0-patch1 | Erik Schnetter | 1 | -0/+1 | |
2016-05-31 | Don't build in parallel | Adam J. Stewart | 1 | -0/+2 | |
2016-05-31 | Fix some bugs in architecture. | Todd Gamblin | 2 | -11/+16 | |
2016-05-31 | Eigen can be installed with dependencies | Mayeul d'Avezac | 1 | -2/+3 | |
2016-05-31 | Spacing correction | Ali Dorostkar | 1 | -4/+4 | |
More spacing correction | |||||
2016-05-31 | Fixed spacing | Ali Dorostkar | 1 | -4/+4 | |
Replaced tabs with spaces | |||||
2016-05-30 | More flexible reading of specs from DB, formatting. | Todd Gamblin | 1 | -4/+6 | |
2016-05-30 | Merge branch 'develop' into features/newarch | Todd Gamblin | 3 | -7/+12 | |
2016-05-30 | Quick fix for mock compilers.yaml to work on linux machines. | Mario Melara | 1 | -1/+34 | |
2016-05-30 | Added extra check on linux machines, since most linux machines don't have ↵ | Mario Melara | 1 | -2/+3 | |
module system | |||||
2016-05-30 | Changed platform to py_platform to avoid name collisions. The naming ↵ | Mario Melara | 1 | -3/+3 | |
collisions resulted in an error on linux machines | |||||
2016-05-30 | Added a conditional to check if package is external | Mario Melara | 1 | -1/+2 | |
2016-05-30 | dealii, Added comment | Ali Dorostkar | 1 | -0/+4 | |
Added comment for why step-40 is done differently for dealii 8.4.0 and later | |||||
2016-05-30 | Merge branch 'packages/foam-extend' of github.com:epfl-scitas/spack into ↵ | Nicolas Richart | 1 | -0/+1 | |
packages/foam-extend | |||||
2016-05-30 | Ignoring the flake8 error for a line too long | Nicolas Richart | 1 | -3/+4 | |
2016-05-30 | limiting package to foam-extend to start | Nicolas Richart | 1 | -2/+3 | |
2016-05-30 | First try at OpenFOAM-extend | Nicolas Richart | 3 | -7/+342 | |
2016-05-30 | Step-40 test for 8.3.0 and earlier | Ali Dorostkar | 1 | -20/+24 | |
Integrated part of step-40 to be tested for earlier versions of dealii | |||||
2016-05-30 | limiting package to foam-extend to start | Nicolas Richart | 1 | -2/+3 | |
2016-05-30 | dealii, test for specific version | Ali Dorostkar | 1 | -46/+47 | |
Specified that test case “step-40” is only to be run when using dealii version 8.4.0 or later | |||||
2016-05-30 | Merge remote-tracking branch 'LLNL/develop' into develop | Ali Dorostkar | 0 | -0/+0 | |
2016-05-29 | Add a comment regarding the reason for the patch. | Glenn Johnson | 1 | -0/+1 | |
2016-05-29 | Merge pull request #999 from ashkan2200/develop | Todd Gamblin | 1 | -1/+5 | |
Dealii, Versions added | |||||
2016-05-29 | additional versions for Dealii | Ali Dorostkar | 1 | -1/+5 | |
Included additional versions for Deal.II package. | |||||
2016-05-28 | Performance boost: reduce instantiations of re.Scanner | Todd Gamblin | 1 | -1/+4 | |
- Lexer is the same for every Spec parser in spack, so don't build it every time. - This improves time to import package.py files a lot, as a Lexer doesn't have to be constructed for every spc in the packages. - To concretize dealii: - Before: ~20 sec - After: ~6 sec | |||||
2016-05-28 | Get glib to compile with gcc-6.1 | Glenn Johnson | 2 | -2/+39 | |
This commit adds a patch to fix the case where gcc-6.1 emits an error for string format literal that was a warning in previous versions of gcc. The patch reference is https://bugzilla.gnome.org/show_bug.cgi?id=761550 Also ran the package file through autopep8. | |||||
2016-05-28 | Added conditional skipIf to test_external_modules, darwin machines don't ↵ | Mario Melara | 1 | -2/+4 | |
have tcl modules so skip this test and let user know why | |||||
2016-05-28 | Added elcap compilers | Mario Melara | 1 | -0/+22 | |
2016-05-28 | Adding mock package file for external module | Mario Melara | 1 | -0/+37 | |
2016-05-28 | Adding external to mock config | Mario Melara | 1 | -0/+4 | |
2016-05-28 | Adding test for external modules | Mario Melara | 1 | -0/+7 | |
2016-05-28 | Added external module check in normalize to avoid infinite loop | Mario Melara | 1 | -3/+3 | |
2016-05-27 | re-merged mainline develop | Gregory Becker | 27 | -809/+1248 | |