summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-06-15Merge pull request #1040 from KineticTheory/pkg-trilinosTodd Gamblin1-84/+123
Make Boost an optional feature of Trilinos.
2016-06-15Merge pull request #1037 from KineticTheory/developTodd Gamblin1-3/+8
Package serf also depends on zlib.
2016-06-15Merge pull request #1031 from opoplawski/pcreTodd Gamblin2-0/+15
Add patch to compile pcre with Intel 16.0.3 compiler
2016-06-15Merge pull request #1051 from daboehme/developTodd Gamblin1-1/+1
Use https for github in Caliper package
2016-06-13Use https for githubDavid Boehme1-1/+1
2016-06-12Update formatting to meet code style requirements.Kelly (KT) Thompson1-80/+113
2016-06-12Make Boost an optional feature of Trilinos.Kelly (KT) Thompson1-4/+10
I have been unable to build Boost with some toolset/platform combinations. The users I support don't need the Boost features in Trilinos, so I have been manually hacking trilinos/package.py to disable boost. I would like to propose that these changes be added to the released version. + Add boost as a variant, default to true so there is no change to existing behavior. + Move the CMake configure options related to Boost into a conditional block that is triggered by "if '+boost' in spec".
2016-06-12Merge pull request #1026 from epfl-scitas/packages/lmodTom Scogland5-155/+143
lmod : updated package and dependencies
2016-06-11qa : fixed style and a bug reported by flake8alalazo1-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-11versions : added unit tests for the new propertiesalalazo1-0/+8
2016-06-10Merge pull request #1020 from LLNL/bugfix/libdwarf_versionsTodd Gamblin1-4/+9
put older versions back + version-specific dwarfdump dir
2016-06-09Fix style issues.Kelly (KT) Thompson1-3/+5
2016-06-09Package serf also depends on zlib.Kelly (KT) Thompson1-2/+5
+ Add zlib as a required dependency. + Point scons build system to the spack provided zlib installation.
2016-06-08Add additional blank line for flake8Orion Poplawski1-0/+1
2016-06-08Add patch to compile pcre with Intel 16.0.3 compilerOrion Poplawski2-0/+14
2016-06-08qa : fixed flake8 issuesalalazo4-111/+68
2016-06-08lmod : fixed issues with LUA_PATH during installationalalazo1-2/+8
2016-06-08lmod : updated package and dependenciesalalazo4-10/+69
2016-06-07flake8 fixesGreg Lee1-1/+1
2016-06-07put older versions back + version-specific dwarfdump dirGreg Lee1-3/+8
2016-06-05Merge pull request #869 from brettviren/feature/viewsTom Scogland2-0/+410
Feature/views
2016-06-02Update version to correspond to master.Todd Gamblin1-1/+1
2016-06-02Merge pull request #1014 from epfl-scitas/packages/mvapich2Todd Gamblin1-26/+62
Changes to take into account slurm in version @2.1: of mvapich2
2016-06-02Merge pull request #1001 from ashkan2200/developTodd Gamblin1-27/+36
Dealii, fixed issue with tests
2016-06-02Merge pull request #1005 from eschnett/eschnett/hdf5-updateTodd Gamblin1-0/+1
Update HDF5 to version 1.10.0-patch1
2016-06-02Merge pull request #1008 from LLNL/features/cflags-fixTodd Gamblin1-0/+12
Fixed config format to allow default compiler flags
2016-06-02Merge pull request #1010 from epfl-scitas/packages/tetgenTodd Gamblin1-4/+7
Adding a version to tetgen
2016-06-02Merge pull request #1011 from epfl-scitas/packages/fenicsTodd Gamblin2-0/+214
Adding package FEniCS
2016-06-01Correcting the flake8 warningsNicolas Richart1-25/+47
2016-06-01Addapting the mvapich2@2.1: configure options for slurmNicolas Richart1-4/+18
2016-06-01Introduced a bug by correcting flake8 warningsNicolas Richart1-2/+3
2016-06-01Corrections for flake8Nicolas Richart1-4/+6
2016-06-01Adding package fenicsNicolas Richart2-0/+213
2016-06-01Adding a version to tetgenNicolas Richart1-0/+1
2016-05-31Fixed config format to allow default compiler flagsGregory Becker1-0/+12
2016-05-31Update HDF5 to version 1.10.0-patch1Erik Schnetter1-0/+1
2016-05-31Spacing correctionAli Dorostkar1-4/+4
More spacing correction
2016-05-31Fixed spacingAli Dorostkar1-4/+4
Replaced tabs with spaces
2016-05-30dealii, Added commentAli Dorostkar1-0/+4
Added comment for why step-40 is done differently for dealii 8.4.0 and later
2016-05-30Step-40 test for 8.3.0 and earlierAli Dorostkar1-20/+24
Integrated part of step-40 to be tested for earlier versions of dealii
2016-05-30dealii, test for specific versionAli Dorostkar1-46/+47
Specified that test case “step-40” is only to be run when using dealii version 8.4.0 or later
2016-05-30Merge remote-tracking branch 'LLNL/develop' into developAli Dorostkar0-0/+0
2016-05-29Merge pull request #999 from ashkan2200/developTodd Gamblin1-1/+5
Dealii, Versions added
2016-05-29additional versions for DealiiAli Dorostkar1-1/+5
Included additional versions for Deal.II package.
2016-05-28Performance boost: reduce instantiations of re.ScannerTodd Gamblin1-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-27Merge branch 'develop' of https://github.com/llnl/spack into developGreg Lee9-93/+334
2016-05-27updated libdwarf version and dwarfdump buildGreg Lee1-5/+3
2016-05-27Merge pull request #973 from eschnett/eschnett/openmpi-verbsTodd Gamblin1-2/+29
Auto-detect verbs location
2016-05-27Merge pull request #981 from epfl-scitas/tests/unit_test_for_968Todd Gamblin3-17/+85
find : add unit tests
2016-05-27Merge pull request #989 from LLNL/features/cflags-documentationTodd Gamblin4-74/+158
updated documentation for cflags PR