Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-11 | Improved detection of Clang versions (#10316) | Massimiliano Culpo | 2 | -12/+47 | |
Fixes #10191 * Add more regular expressions to detect clang versions that were not being picked up * Add a test for parsing versions from the output of Clang (this does not run Clang, but rather uses example outputs from Clang) * Separate Clang version parsing into its own method (to make it easier to test) | |||||
2019-03-11 | added intel 19.0.3 packages (#10835) | Gregory Lee | 2 | -0/+4 | |
* added intel 19.0.3 packages * added intel 19.0.3 packages | |||||
2019-03-11 | Add 2019.{3,4} and patches for pedantic warnings. (#10836) | Chris Green | 3 | -2/+64 | |
2019-03-11 | boost: patch for problem with warnings for 1.69.0. (#10820) | Chris Green | 3 | -0/+176 | |
2019-03-08 | Fix find_headers to also look for C++ headers and Fortran modules (#10798) | Michael Kuhn | 1 | -3/+6 | |
Currently, only C headers are considered, causing build failures for packages depending on, e.g., netcdf-fortran and xerces-c. Additionally, the regex used to look for the include path component did not consider word boundaries, causing false matches. | |||||
2019-03-08 | breseq package: Add version 0.33.2 and zlib dependency (#10747) | Eric Martin | 1 | -2/+10 | |
For zlib, also update the `CFLAGS`/`LDFLAGS` | |||||
2019-03-08 | intel: add 2019.3 (#10843) | Denis Davydov | 4 | -0/+8 | |
2019-03-07 | Create option to build compilers as needed (#10761) | Greg Becker | 7 | -65/+137 | |
* Create option to build missing compilers and add them to config before installing packages that use them * Clean up kwarg passing for do_install, put compiler bootstrapping in separate method | |||||
2019-03-07 | snap: overwrite flags (#10832) | Christoph Junghans | 1 | -0/+1 | |
2019-03-07 | cloverleaf3d: overwrite flags (#10830) | Christoph Junghans | 1 | -0/+10 | |
2019-03-07 | cloverleaf: overwrite flags (#10829) | Christoph Junghans | 1 | -0/+10 | |
2019-03-07 | autofact: fix dependency (#10818) | Levi Baber | 1 | -1/+1 | |
2019-03-07 | trimmomatic package: restrict java dependency to version 8 (#10741) | Eric Martin | 1 | -1/+1 | |
2019-03-07 | Nix package: update dependencies (#10646) | Tristan Carel | 5 | -11/+56 | |
* Add 'fiber' as a default library for boost * Add autoconf/automake etc. dependencies to libseccomp package * New package: brotli * New package: editline * Add brotli, editline, boost dependencies to Nix | |||||
2019-03-07 | GEOPM package: add version 1.0.0-rc2 (#10737) | Matthias Maiterth | 1 | -0/+2 | |
2019-03-07 | py-sip package: Add version 4.19.3 (#10742) | Eric Martin | 1 | -1/+2 | |
2019-03-07 | seqtk package: Add version 1.3 (#10743) | Eric Martin | 1 | -0/+1 | |
2019-03-07 | flex package: patch for building 2.6.4 with gcc 7 (#10754) | Michael Kuhn | 1 | -7/+14 | |
Remove 2.6.3 as preferred version (but keep it available for building). The latest version (currently 2.6.4) is now preferred (according to Spack's defaults). | |||||
2019-03-07 | py-certifi: Add version 2017.4.17 (#10828) | Eric Martin | 1 | -0/+1 | |
2019-03-07 | py-flake8: Add missing dependencies for @3.7.7 (#10796) | Michael Kuhn | 3 | -1/+14 | |
* Update dependencies for py-flake8 when building version 3.7.7 * Add FIXME comment for an example dependency constraint which causes concretization to hang * Add py-entrypoints version 0.3 * Add py-pycodestyle version 2.5.0 | |||||
2019-03-07 | CMake package: update libuv dependency constraints (#10824) | 健美猞猁 | 2 | -2/+4 | |
* Add libuv version 1.10.0 * CMake versions before 3.12.0 do not build with libuv version 1.25.0, so a constraint is added to build earlier versions of CMake with libuv version 1.10.x | |||||
2019-03-07 | thrust: add versions 1.9.0-1.9.4 (#10823) | prs513rosewood | 1 | -1/+6 | |
2019-03-06 | transdecoder package: Add version 5.5.0 and fix up url and installation ↵ | Eric Martin | 1 | -4/+6 | |
paths (#10745) * Add version 5.5.0 and fix installation locations * URL format has changed as of version 5.5.0 * Update paths created for installation | |||||
2019-03-06 | bsseeker2 package: Add versions 2.1.8 and 2.1.5 (#10748) | Eric Martin | 1 | -2/+6 | |
As of version 2.1.8, the url format changed, so also update that | |||||
2019-03-06 | Eigen package: support Spack-external builds using Eigen (#10751) | Jeongseok Lee | 1 | -0/+4 | |
Update CPATH in setup_environment for Eigen, so that the Spack-generated module for Eigen will help builds outside of Spack use the appropriate include prefix for Eigen headers (<install_prefix>/include/eigen3/ rather than <install_prefix>/include/) Note that this only updates the run-time environment, rather than the build-time environment, so Spack builds depending on Eigen that use pkgconfig will not be confused by the presence of the Eigen include directory in CPATH. | |||||
2019-03-06 | scons: add version 3.0.4, cleanup URLs (#10806) | Matthias Diener | 1 | -6/+4 | |
2019-03-06 | vtk-m package: turn off mpi support by default (#10755) | HAOCHENG LIU | 1 | -1/+1 | |
2019-03-06 | New package: dysco (#10767) | 健美猞猁 | 1 | -0/+19 | |
2019-03-06 | NetCDF package: update constraints on hdf5 mpi support (#10788) | Greg Sjaardema | 1 | -1/+2 | |
Update NetCDF to require building hdf5 without mpi when NetCDF itself is built without mpi support. | |||||
2019-03-06 | omega-h: add version 9.22.2 and update gcc 8 conflict (#10776) | Satish Balay | 1 | -1/+2 | |
* Versions before 9.22.2 compiler with gcc 8.3 or later * Added version 9.22.2, which compiles with all gcc 8.x versions (including those before 8.3) | |||||
2019-03-06 | Make is a required dependency of Spack (#10386) | Adam J. Stewart | 1 | -4/+5 | |
Update documentation on getting started to mention that a "make" executable is required to build packages with Spack. | |||||
2019-03-06 | Update kim-api package and add openkim-models-v2 (#10780) | Ryan S. Elliott | 3 | -27/+65 | |
* Replace kim-api package with kim-api-v2, which has different versions and removes the 'cmake_args' method * Add openkim-models-v2 as an extension package | |||||
2019-03-06 | libelf: move url to fossies.org (#10815) | Mark W. Krentel | 1 | -4/+10 | |
* libelf: move url to fossies.org Libelf is no longer maintained and the original mr511.de web site no longer exists. The final release, 0.8.13 from Nov 2009 is still archived at fossies.org. Fixes #10757. * Change the homepage to the FSF entry. | |||||
2019-03-06 | added python 2.7.16 (#10805) | Gregory Lee | 1 | -1/+2 | |
2019-03-06 | build fixes for util-linux (#10811) | Gregory Lee | 1 | -7/+2 | |
2019-03-06 | unifycr: dependency changes and new version (#10722) | Cameron Stanavige | 1 | -25/+13 | |
New release of UnifyCR. Remove unsupported pre-1.0 versions UnifyCR has had a few dependency changes to make the backend more efficient. A new pre-release version has been released as well to mark these changes. Prior versions are no longer supported. | |||||
2019-03-06 | update package rsem (#10813) | Owen Solberg | 1 | -0/+1 | |
2019-03-06 | libusbmuxd: new package (#10726) | Isaac Whitfield | 1 | -0/+30 | |
2019-03-05 | intel-parallel-studio package: add version cluster.2019.2 (#10782) | 健美猞猁 | 1 | -0/+1 | |
2019-03-05 | New package: pal (#10766) | 健美猞猁 | 1 | -0/+29 | |
2019-03-05 | New package: erfa (#10763) | 健美猞猁 | 1 | -0/+21 | |
2019-03-05 | NetCDF package: add version 4.6.3 and update naming (#10786) | Greg Sjaardema | 1 | -3/+11 | |
* Add NetCDF version 4.6.3 * Naming scheme for artifacts >= 4.6.2 has changed. Add a url_for_version function to generate the appropriate URLs | |||||
2019-03-05 | Add fzf utility package (#10778) | clellsolomon | 1 | -0/+32 | |
* Add fzf utility package * Fix "style checks" errors - var/spack/repos/builtin/packages/fzf/package.py:32: [E226] missing whitespace around arithmetic operator | |||||
2019-03-05 | gcc package: Add 8.3.0 (#10772) | Michael Kuhn | 1 | -0/+1 | |
2019-03-05 | openss package: allow all 2.7.x versions (#10807) | Gregory Lee | 1 | -1/+1 | |
Originally the version constraint range had an upper bound of 2.7.15 This allows all 2.7.x versions | |||||
2019-03-05 | RegCM: intel FC 'hint', 4.7.0 intel warning, fcflags, fix extensions. (#10797) | Alberto Chiusole | 1 | -14/+63 | |
This should fix and improve #9934, which was messed up by a fetch from develop | |||||
2019-03-05 | various package version updates and build fixes (#10775) | Gregory Lee | 9 | -6/+80 | |
* various package version updates and build fixes | |||||
2019-03-05 | cantera: make sundials dependency optional (#10764) | Matthias Diener | 1 | -12/+17 | |
2019-03-05 | ncl: Add 6.6.2 (#10800) | Michael Kuhn | 1 | -0/+1 | |
2019-03-05 | openssl: Add 1.1.1b, 1.1.0j and 1.0.2r (#10779) | Michael Kuhn | 1 | -1/+4 | |