summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-09-14py-h5py: add version 2.8.0 (#9231)Adam J. Stewart1-9/+14
2018-09-14portcullis: new package starting at 1.1.2 (#9218)Justin Stanley1-0/+73
2018-09-14miniQMC: add newer releases and ecp-proxy-app tag (#9233)Abhinav Bhatele1-1/+3
2018-09-14ipopt: add debug variant (#9223)Geoffrey Oxberry1-0/+10
2018-09-14hypre: add debug variant (#9222)Geoffrey Oxberry1-0/+7
2018-09-14py-multiqc: needs newer py-spectra (#9226)Levi Baber1-1/+4
2018-09-14py-networkx: new version (#9241)Levi Baber1-2/+5
2018-09-14py-decorator: new version (#9240)Levi Baber1-0/+1
2018-09-14py-markdown: fix url and hashes (#9235)Levi Baber1-12/+14
2018-09-14perl-gdgraph-histogram: new package (#9250)Levi Baber1-0/+35
2018-09-14bolt: new package starting at 1.0b1 (#9253)Ken Raffenetti1-0/+50
2018-09-14metasv: add required dependencies (#9254)Justin Stanley1-0/+2
* add runtime deps * revert to strict dep versions
2018-09-14argobots: new package starting at 1.0b1 (#9238)Ken Raffenetti1-0/+41
2018-09-14rmats: new package starting at 4.0.2 (#9243)Justin Stanley1-0/+51
* new package starting at 4.0.2
2018-09-14motioncor2 - added version 1.1.0 and removed old, unlisted versions (#9229)Douglas Duckworth1-5/+9
2018-09-14gdb: add version 8.2 (#9246)Matthias Diener1-0/+1
2018-09-14gatk: new version (#9202)Justin Stanley1-3/+5
* gatk: added 4.0.8.1, fixed binary install * gatk: fix flake8 conflict * gatk: improve comments and modify install
2018-09-14mxnet: added 1.3.0 (#9236)Justin Stanley1-10/+40
* add version 1.3.0 * change build parameters, install process * mxnet will not compile against spack's nnvm and dmlc so we must use the distributions provided by the source package. * also removed 'bin' installation as mxnet is just a shared library. * improve BLAS linking * remove unnecessary args * added variant for python bindings
2018-09-14Added Kibana package, added Elasticsearch to 6.4.0 (#9239)sknigh2-0/+41
* Added kibana, updated elasticsearch * Update elastic search to 6.4
2018-09-14Hwloc add update 2.0.2 (#9244)Daniel Topa1-1/+2
Signed-off-by: Daniel Topa <dantopa@lanl.gov>
2018-09-14py-colormath: new version, requires newer networkx (#9237)Levi Baber1-0/+2
* py-colormath: new version requires newer networkx
2018-09-14cmake: add version 3.12.2 (#9248)Matthias Diener1-0/+1
2018-09-14r-nloptr: Explicit depends_on(nlopt). Previously there was a hidden d… (#9176)Neil Flood1-0/+10
* r-nloptr: Explicit depends_on(nlopt). Previously there was a hidden dependency, masked by the package's configure script. * r-nloptr: Change spelling of variables to satisfy pyflake8 * r-nloptr: Break a long line to satisfy pyflake8 * r-nloptr: larger indent on continuation, to satisfy pyflake8 * r-nloptr: another attempt at larger indent on continuation, to satisfy pyflake8 * r-nloptr: now a smaller indent on continuation, to satisfy pyflake8 * r-nloptr: Another attempt at right amount of indent. * r-nloptr: Another attempt at right amount of indent. * Use the correct attributes for finding the nlopt includes and libs. * Lines too long, split into pieces
2018-09-13py-espresso: apply patch to v4.0.0 only (#9196)Christoph Junghans1-2/+2
2018-09-12Bug fix: module file path parsing (#9100)scheibelp2-15/+51
Improve Spack's parsing of module show to eliminate some false positives (e.g. accepting MODULEPATH when it is in fact looking for PATH). This makes the following changes: * Updates the pattern searching for several paths to avoid the case where they are prefixes of unwanted paths * Adds a warning message when an extracted path doesn't exist (which may help catch future module parsing bugs faster) * Adds a test with the content mentioned in #9083
2018-09-12AMG: update version (#9228)Abhinav Bhatele1-0/+1
2018-09-12petsc: fix compilation with intel (#9198)Ricardo Silva1-3/+8
* mpiifort doesn't automatically link all run-time libraries * scalapack was being picked up accidentaly if intel-mkl was in the spec
2018-09-11ecp-proxy-apps: update dependencies for release 1.0 and 1.1 (#9217)Abhinav Bhatele2-13/+19
2018-09-11steps: new package starting at 3.3 (#9173)Tristan Carel1-0/+80
2018-09-10Improve spec['python'].command support for bwpy (#9157)Adam J. Stewart1-24/+19
2018-09-10py-espresso: added v4.0.0 (#9192)Christoph Junghans2-0/+31
Added v4.0.0 and workaround for cmake bug
2018-09-08trilinos: disable xlf_tpetra.patch for trilinos@develop (#9193)Satish Balay1-3/+3
This patch does not apply cleanly anymore and breaks clang/Mac builds balay@asterix /home/balay/git-repo/github/trilinos (develop=) $ patch -Np1 < /home/balay/git-repo/github/spack/var/spack/repos/builtin/packages/trilinos/xlf_tpetra.patch can't find file to patch at input line 3 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |--- a/packages/tpetra/core/src/Tpetra_Details_libGemm.cpp |+++ b/packages/tpetra/core/src/Tpetra_Details_libGemm.cpp -------------------------- File to patch:
2018-09-08assimp: fix compile issues with intel compilers on knl/linux [a depen… (#9191)Satish Balay1-1/+14
* assimp: fix compile issues with intel compilers on knl/linux [a dependency for dealii] Fixes issue #9189 * assimp: add variant 'shared' with default value 'True'
2018-09-08xsdk: disable assimp in deal.II (#9190)Denis Davydov1-1/+1
2018-09-07libMesh: New variant and updated recent versions. (#9186)Josh Deaton1-2/+12
* libmesh: Added SLEPC eigensolver variant. * libmesh: Added new versions. * Corrected flake8 errors. * Corrected SLEPc variant with proper config & conflicts.
2018-09-07Tanim (#9158)Mike Pozulp8-5/+88
* Added jdk version, added r-ks and r-multicool packages, made some r packages less conservative in their r version requirement * flake8 fixes * fix formatting in jdk version cmd * Added type=('build', 'run') to some R package dependencies, added some missing dependencies to r-ks. Thanks Adam. * fix flake8 error
2018-09-06xsdk: add dealii (#7529)Denis Davydov2-2/+5
2018-09-06Balay/xsdk trilinos develop (#9182)Satish Balay3-1/+58
* xsdk: update xsdk@develop dependency on trilinos@develop * trilinos: enable tpetra, ifpack2, zoltan2, amesos2
2018-09-06test: Make flag_handlers tests use mock repo (#9132)Michael Kuhn1-9/+9
Without this change, openssl's new perl dependency makes the tests fail.
2018-09-06gmodel: new package starting at 2.1.0 (#9170)Tristan Carel1-0/+39
2018-09-06gmsh: add git master and 4.0.0 versions (#9172)Tristan Carel1-1/+2
2018-09-06openPMD-api: ^py-numpy@1.15+ (#9178)Axel Huebl1-1/+1
Due to an internal bug regarding the handling of scalars (ndim must be 0) in numpy prior to 1.15.0, openPMD-api will require the latest numpy 1.15+. Since there is a small regression with datetime pickling in 1.15.0 from the required fix and spack only packages 1.15.1 currently, we depend on 1.15.1 in the recipe.
2018-09-05Spack environment updates take precedence (#9107)becker333-28/+64
Spack originally handled environment modifications in the following order: 1. clear environment variables (unless Spack was invoked with --dirty) 2. apply spack-specific environment variable updates, including variables set by Spack core like CC/PKG_CONFIG_PATH and those set by installed dependencies (e.g. in setup_dependent_environment) 3. load all external/compiler modules 1 and 2 were done together. This splits 1 into its own function and imposes the following order for environment modifications: 1. clear environment variables 2. load all external/compiler modules 3. apply spack-specific environment variable updates As a result, prepend-path actions taken by Spack (or installed Spack dependencies) take precedence over prepend-path actions from compiler and external modules. Additionally, when Spack (or a package dependency) sets/unsets an environment variable, that will override the actions of external/compiler modules.
2018-09-05omega-h: add versions and variants (#9169)Tristan Carel1-2/+40
* add 5 most recent versions and git master branch * add trilinos, gmodel, throw, examples, optimize, symbols, and warnings variants * disable XSDK so that Trilinos dependencies are found.
2018-09-05Extended set of environment modification commands. (#8996)Sergey Kosukhin5-88/+217
2018-09-04Pack dlang's stdlib into dmd. (#9131)健美猞猁1-5/+50
* Update dmd. * Build dmd and druntime. * Build dmd. * Restore edit. * Flake8.
2018-09-04Onedrive: a new package. (#9130)健美猞猁1-0/+56
* skilion-onedrive: a new package. * Fix flake8 issues.
2018-09-04Bamdst: a new package. (#9113)健美猞猁1-0/+46
* Bamdst: a new package. * Remove duplicate make() in install().
2018-09-04trinity: full dependencies (#9064)Levi Baber1-0/+31
2018-09-04r-summarizedexperiment: new version (#9054)Levi Baber1-5/+12
* r-summarizedexperiment: new version * r-summarizedexperiment: add ending range for r3.4 dep * r-summarizedexperiment: fix range