summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-06-12New package - rDBIGlenn Johnson1-0/+43
2016-06-12New package - mariadbGlenn Johnson1-0/+59
2016-06-12New package - unixODBCGlenn Johnson1-0/+42
2016-06-12New package - libaioGlenn Johnson1-0/+43
2016-06-12Ran through autopep8 and cleaned up.Glenn Johnson1-5/+6
2016-06-12Add version 9.5.3 and add readline as a dependency.Glenn Johnson1-1/+3
2016-06-12Run binutils/package.py through autopep8.Glenn Johnson1-4/+7
2016-06-12Patch binutilsGlenn Johnson2-0/+105
This commit adds a patch to update symbol versions from linker scripts. This is seen with libmysqlclient.so which has to maintain compatibility across two versions. Only one can be the default. https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commitdiff;h=544ddf9322b1b83982e5cb84a54d084ee7e718ea
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-12environment : added more logic to treat append and prepend pathMassimiliano Culpo3-27/+68
2016-06-12qa : fixed flak8 checksalalazo2-16/+46
2016-06-12environment modules : added function to construct them from source filesalalazo4-2/+119
2016-06-11Make quotations in variables consistent.Glenn Johnson1-2/+2
2016-06-11Add list_url for old versions.Glenn Johnson13-13/+26
2016-06-11Do not pass "/usr" or "/usr/local" as path to configureErik Schnetter1-1/+1
2016-06-11Add list_url for older versions.Glenn Johnson1-1/+2
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-10I made a hash of that minor mergeGregory Becker5-131/+87
Merge commit '4eeb' into features/newarch
2016-06-10changed compiler yaml formatGregory Becker5-131/+87
2016-06-10CMake knows how to create PICAdam J. Stewart1-2/+1
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 quotes around file nameErik Schnetter1-2/+2
$input_log will expand to file names with special characters (e.g. "@"), thus bash requires quotes.
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-08Also remove from external from bin/spackOrion Poplawski1-1/+1
2016-06-08Remove last two remaining from external importsOrion Poplawski2-2/+2
2016-06-08Add Armadillo and SuperLU packagesAdam J. Stewart3-16/+146
2016-06-08Fixed flake8 formatting problemsJames Riley Wynne III1-35/+39
2016-06-08rename URLMirrorFetchStrategy to CacheURLFetchStrategy since it isnt used to ↵Peter Scheibel1-6/+5
manage all mirror URLs - just the cache (the specific behavior that a URL may refer to a stale resource doesn't necessarily apply to mirrors)
2016-06-08Fixes issue #438James Riley Wynne III1-0/+5
2016-06-08Missing file to patch mumpsNicolas Richart1-0/+119
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-08bug fix in the +mpi caseNicolas Richart1-14/+15
2016-06-08Cleaning flake warnings in mumps packageNicolas Richart1-31/+44
2016-06-08Corrected the shared libraries and tests in mumps packageNicolas Richart1-42/+50
2016-06-07Fix flake8 error.Glenn Johnson1-2/+2
2016-06-07Fix flake8 errorsGlenn Johnson13-26/+26
2016-06-07new package: r-devtoolsGlenn Johnson13-0/+601
This PR brings in the R devtools package and it dependencies.
2016-06-07flake8 fixesGreg Lee1-1/+1
2016-06-07new package: r-packratGlenn Johnson1-0/+41
Manage the R packages your project depends on in an isolated, portable, and reproducible way. https://github.com/rstudio/packrat/
2016-06-07put older versions back + version-specific dwarfdump dirGreg Lee1-3/+8
2016-06-07(1) FsCache store now takes a fetcher vs. just a copy command (2) use [1] to ↵Peter Scheibel2-3/+15
conditionally cache resource: only save it if there is a feature which identifies it uniquely (for example do not cache a repository if it pulls the latest state vs. a particular tag/commit)
2016-06-07Added to_dict back into operating systemMario Melara1-1/+9