Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-15 | qa : fixed flake8 issues | alalazo | 2 | -28/+39 | |
2016-06-15 | openmpi, mvapich2, mpich : filtered out "--Wl,--enable-new-dtag" in ↵ | alalazo | 3 | -57/+62 | |
wrappers, as it turns RPATH into RUNPATH Apart from that turned `os.path.join` into `join_path` and `os.environ` into `env` in the packages | |||||
2016-06-12 | Merge pull request #1026 from epfl-scitas/packages/lmod | Tom Scogland | 5 | -155/+143 | |
lmod : updated package and dependencies | |||||
2016-06-11 | qa : fixed style and a bug reported by flake8 | alalazo | 1 | -45/+3 | |
lib/spack/spack/test/versions.py:313: [F811] redefinition of unused 'test_union_with_containment' from line 306 Flake8 found errors. | |||||
2016-06-11 | versions : added unit tests for the new properties | alalazo | 1 | -0/+8 | |
2016-06-10 | Merge pull request #1020 from LLNL/bugfix/libdwarf_versions | Todd Gamblin | 1 | -4/+9 | |
put older versions back + version-specific dwarfdump dir | |||||
2016-06-08 | qa : fixed flake8 issues | alalazo | 4 | -111/+68 | |
2016-06-08 | lmod : fixed issues with LUA_PATH during installation | alalazo | 1 | -2/+8 | |
2016-06-08 | lmod : updated package and dependencies | alalazo | 4 | -10/+69 | |
2016-06-07 | flake8 fixes | Greg Lee | 1 | -1/+1 | |
2016-06-07 | put older versions back + version-specific dwarfdump dir | Greg Lee | 1 | -3/+8 | |
2016-06-05 | Merge pull request #869 from brettviren/feature/views | Tom Scogland | 2 | -0/+410 | |
Feature/views | |||||
2016-06-02 | Update version to correspond to master. | Todd Gamblin | 1 | -1/+1 | |
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 | 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/+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-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 | 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 | 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 | 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 | 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 | 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-27 | Merge branch 'develop' of https://github.com/llnl/spack into develop | Greg Lee | 9 | -93/+334 | |
2016-05-27 | updated libdwarf version and dwarfdump build | Greg Lee | 1 | -5/+3 | |
2016-05-27 | Merge pull request #973 from eschnett/eschnett/openmpi-verbs | Todd Gamblin | 1 | -2/+29 | |
Auto-detect verbs location | |||||
2016-05-27 | Merge pull request #981 from epfl-scitas/tests/unit_test_for_968 | Todd Gamblin | 3 | -17/+85 | |
find : add unit tests | |||||
2016-05-27 | Merge pull request #989 from LLNL/features/cflags-documentation | Todd Gamblin | 4 | -74/+158 | |
updated documentation for cflags PR | |||||
2016-05-27 | Merge pull request #975 from adamjstewart/features/stream | Todd Gamblin | 1 | -0/+62 | |
Add STREAM benchmark package | |||||
2016-05-26 | Merge pull request #992 from davydden/update/dealii | Todd Gamblin | 1 | -65/+78 | |
Update/dealii | |||||
2016-05-26 | Merge pull request #993 from xjrc/packages/metis | Todd Gamblin | 3 | -108/+131 | |
Update Package : METIS/ParMETIS | |||||
2016-05-26 | Added a style checking exemption for lambda expressions. | Joseph Ciurej | 1 | -1/+4 | |
2016-05-26 | dealii: formatting | Denis Davydov | 1 | -61/+73 | |
2016-05-26 | dealii: don't hardcode blas and mpi; minor fixes to dependencies | Denis Davydov | 1 | -9/+10 | |
2016-05-25 | Merge pull request #982 from trws/rust | Todd Gamblin | 4 | -14/+134 | |
Rust | |||||
2016-05-25 | Fixing a small bug with metis@4+shared installs on the Mac platform. | Joseph Ciurej | 1 | -9/+11 | |
2016-05-25 | updated documentation for cflags PR | Gregory Becker | 4 | -74/+158 | |