- Sep 08, 2016
-
-
Adam J. Stewart authored
-
Adam J. Stewart authored
* Add latest version of libpng * ncview depends on libpng
-
- Sep 07, 2016
-
-
Peter Scheibel authored
This closes #1308, where fetching a non-expanded resource from a mirror will cause an error. This also ensures that when a URL resource is fetched from a mirror, that it will be named as though it were retrieved from the original URL. This is particularly useful for non-expanded resources since it ensures that the resource name is consistent for the installation (this is less important for expanded resources because the build takes place inside the expanded resource).
-
- Sep 06, 2016
-
-
Ian Lee authored
-
Todd Gamblin authored
-
Robert D. French authored
-
Jeffrey Salmond authored
-
Kelly (KT) Thompson authored
+ Starting with version 2.0, OpenMPI no longer provides C++ bindings by default (libmpi_cxx.so). Add a configure option to instruct the build to also build and install libmpi_cxx.so. + This MPI feature is needed by at least one spack package (moab).
-
Todd Gamblin authored
plumed : avoid linking with libgslcblas
-
Todd Gamblin authored
fix : ('build',) type dependencies are not accounted when autoloading
-
Massimiliano Culpo authored
fixes #1681
-
Massimiliano Culpo authored
-
- Sep 03, 2016
-
-
Axel Huebl authored
fix a missing include in booststrap. found on debian 8 with python 2.7
-
Massimiliano Culpo authored
* pexsi : added package * cp2k : added pexsi (works for gcc+openmpi with and without plumed)
-
- Sep 02, 2016
-
-
becker33 authored
Make libiconv work with C11
-
becker33 authored
Globus Toolkit
-
Todd Gamblin authored
- moved ensure_dicts() call from Package.__init__ to Package.__metaclass__.
-
becker33 authored
Fix vim package.
-
becker33 authored
Add sbt (scala build tool) package
-
Alfredo Gimenez authored
-
Alfredo Gimenez authored
-
Erik Schnetter authored
-
Jeffrey Salmond authored
* add pango dependency * add new package ghostscript-fonts & add to ImageMagick as dependency also tell ImageMagick's configure where the font dir is! * refactor to fix flake8 * add homepage to ghostscript-fonts * use install_tree * remove unneeded import
-
Erik Schnetter authored
-
Todd Gamblin authored
Add two famous old versions of autoconf
-
Robert D. French authored
-
Erik Schnetter authored
These old versions are often used because their immediate successors are incompatible in some way.
-
Erik Schnetter authored
C11 does not provide gets() any more, so we cannot reference it
-
Todd Gamblin authored
Fix hash collisions, add stable hashing
-
Todd Gamblin authored
- only output basic lists, dicts, etc. - spec and database now parse and write specs as ordered data.
-
Todd Gamblin authored
-
Todd Gamblin authored
- Spec._dup() incorrectly copied cached hashes and normal/concrete values even when dependency structure was not preserved. - Now these are only copied when *all* dependencies are copied.
-
Todd Gamblin authored
- Currently, build dependencies are not currently hashed; we are waiting to hash these until we have smarter concretization that can reuse more installed specs. The layout needs to account for this when checking whethert things are installed.
-
- Sep 01, 2016
-
-
Todd Gamblin authored
[WIP] Faster database loading, faster in-memory hashing
-
Todd Gamblin authored
Add git-lfs package.
-
Todd Gamblin authored
Fix dependency bug with `spack reindex`.
-
Todd Gamblin authored
- Transaction logic had gotten complicated -- DB would not reindex when corrupt, rather the error would be reported (ugh). - DB will now print the error and force a rebuild when errors are detected reading the old databse.
-
Todd Gamblin authored
- Spack currently not hashing build deps (to allow more reuse of packages and less frequent re-installing) - Fast in-memory hash should still hash *all* deptypes, and installed specs will only reflect link and run deps. - We'll revert this when we can concretize more liberally based on what is already installed.
-
Todd Gamblin authored
- can now pass these to Spec.copy() and Spec._dup(): - deps=True - deps=False - deps=(list of deptypes) - Makes it easy to filter out only part of a spec.
-
Todd Gamblin authored
- use a 3-pass algorithm to load the installed package DAG. - avoid redundant hashing/comparing on load.
-