summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-09-14Remove echo statements from setup-env.shMatthew Scott Krafczyk1-11/+0
setup-env.sh adds the 'module' command to the user's environment if it is not defined and if there is a Spack installation of environment-modules available. This commit updates that logic to perform these checks and updates quietly.
2017-09-14Added Support for NOX Package to Trilinos Spackage (#5366)Robert Pavel1-0/+4
Added support for building NOX package to Trilinis Spackage
2017-09-14ADIOS: Fix Build (Autotools) (#5363)Axel Huebl1-11/+23
This fixes the build of the ADIOS package. The `with_or_without` interface of the Autotools builds seems to have changed, this fixes it.
2017-09-14libsodium: update URLs (#5355)Axel Huebl1-1/+5
* libsodium: update URLs updates the URLs for libsodium releases. Fixes broken builds (404). * libsodium: add new version
2017-09-13Added missing dependencies to nauty package (#5348)Louis Vernon1-0/+2
* Added missing help2man dependency to nauty * Add type=build * Added gmp dependency to nauty package
2017-09-13Boost: 1.65.1 (#5330)Axel Huebl1-0/+2
Add sha of the latest boost bugfix release. http://www.boost.org/users/history/version_1_65_1.html Besides other fixed issues, it adds compatebility for the upcoming CUDA 9 release.
2017-09-12Shell detection: filter preceding "-"Christoph Junghans1-1/+1
On OSX, the shell detection code may get a preceding dash, like "-bash". This adds a filter to remove it.
2017-09-12Force reference consistency between Spec & PackageMassimiliano Culpo2-13/+23
The correct place to set the mutual references between spec and package objects is at the end of concretization. After a call to concretize we should now be ensured that spec is the same object as spec.package.spec. Code in `build_environment.py` that was performing the same operation has been turned into an assertion to be defensive on the new behavior.
2017-09-12openblas: add ilp64 option (#5289)Denis Davydov1-0/+5
2017-09-11Update libbson and libmongoc to 1.7.0 (#5294)Michael Kuhn2-2/+29
This also introduces the ssl, snappy and zlib variants for libmongoc.
2017-09-11parsplice: initial commit (#5314)Christoph Junghans1-0/+48
2017-09-11dealii: explicitly specify bzip2 libs (#5337)Denis Davydov2-1/+12
* dealii: explicitly specify bzip2 libs * bzip2: add libs() property
2017-09-11clean up concreteness detectionTodd Gamblin3-99/+27
- Fixes bugs where concretization would fail due to an erroneously cached _concrete attribute. - Ripped out a bunch of code in spec.py that isn't needed/valid anymore: - The various concrete() methods on different types of Specs would attempt to statically compute whether the Spec was concrete. - This dates back to when DAGs were simpler and there were no optional dependencies. It's actually NOT possible to compute statically whether a Spec is concrete now. The ONLY way you know is if it goes through concretization and is marked concrete once that completes. - This commit removes all simple concreteness checks and relies only on the _concrete attribute. This should make thinking about concreteness simpler. - Fixed a couple places where Specs need to be marked concrete explicitly. - Specs read from files and Specs that are destructively copied from concrete Specs now need to be marked concrete explicitly. - These spots may previously have "worked", but they were brittle and should be explcitly marked anyway.
2017-09-11bugfix: concrete dependencies are now copied properly.Todd Gamblin1-25/+44
- Dependencies in concrete specs did not previously have their cache fields (_concrete, _normal, etc.) preserved. - _dup and _dup_deps weren't passing each other enough information to preserve concreteness properly, so only the root was properly preserved. - cached concreteness is now preserved properly for the entire DAG, not just the root. - added method docs.
2017-09-11Simplify logic in Spec.normalize()Todd Gamblin1-4/+4
2017-09-11Preserve original stack trace for UnsatisfiableSpecErrorTodd Gamblin1-3/+4
2017-09-11'with_or_without' accepts bool variantsMassimiliano Culpo5-109/+202
Fixes #4112 This commit extends the support of the AutotoolsPackage methods `with_or_without` and `enable_or_disable` to bool-valued variants. It also defines for those functions a convenience short-cut if the activation parameter is the prefix of a spec (like in `--with-{pkg}={prefix}`). This commit also includes: * Updates to viennarna and adios accordingly: they have been modified to use `enable_or_disable` and `with_or_without` * Improved docstrings in `autotools.py`. Raise `KeyError` if name is not a variant.
2017-09-11added votca-1.4.1 modules (#5276)Christoph Junghans3-0/+5
2017-09-11elemental: fix broken Config.cmake (#5331)Denis Davydov2-0/+23
2017-09-11berkeley-db: initial commit (#5303)Christoph Junghans1-0/+47
* berkeley-db: initial commit * berkeley-db: added more versions
2017-09-11Added 'ldc' compiler for D language based on LLVM (#5279)Massimiliano Culpo2-0/+150
2017-09-10Fix two bugs from the bootstrap update (#5312)Matthew Scott Krafczyk1-6/+6
These were discovered with bash 4.1.2. Add quotations around a variable to prevent the destruction of a newline. Without this fix a conditional doesn't work properly. Remove square brackets around a conditional meant to be evaluated based on the return code of a command. This wasn't working properly with an old bash. Fix a typo.
2017-09-10fix armadillo macro expansions (#5268)Stephen McDowell2-1/+14
* fix armadillo macro expansions - most compilers `#define linux 1` - armadillo does raw pasting of include directories in code - this means macro expansion of `linux-x86_64` -> `1-x86_64` - new version, previous download url seems broken - lib64 instead of lib? - needs verification, was required for intel, works for others * flake8: two spaces is modules, one for classes * add some explanation of how the patch works * use p1 patch file with -U0 to prepend undef linux * armadillo v8.100.1
2017-09-10Missing opencv dependencies (#5285)Eloy Gil1-1/+1
There are some opencv dependencies missing such as "core" that are mandatory in order to complete the caffe build.
2017-09-10add package py-line-profiler (#5291)healther1-0/+39
2017-09-10Change glog from Autotools to CMakePackage (#5323)Pramod S Kumbhar1-1/+4
2017-09-10lammps: version bump, switch to cmake (#5313)Christoph Junghans2-158/+52
2017-09-10latte: initial commit (#5315)Christoph Junghans1-0/+46
2017-09-10Fix Autotools build error due to missing m4 and MPICC/MPICXX (#5319)Pramod S Kumbhar1-0/+3
2017-09-10Chnage IOR to AutotoolsPackage; remove hard-coded mpicc path (#5318)Pramod S Kumbhar1-13/+15
2017-09-10Improve PDToolkit support for different compilers (#5322)Pramod S Kumbhar1-1/+14
* Improve PDToolkit support for different compilers PDT dependency of TAU profiler doesn't use CC, CXX eb variables and needs command line arguments for compiler identification. If we don't pass compiler id then it uses gcc and result in link time errors while building TAU. This patch fixes it; tested with PGI and Intel compilers.
2017-09-10Fix matplotlib build issue with intel compiler (#5321)Pramod S Kumbhar1-0/+5
2017-09-10Improve caffe dependency detection with extra CMake flags (#5328)Pramod S Kumbhar1-2/+14
* Improve caffe dependency detection with extra CMake flags * lmdb and leveldb fix
2017-09-10Paraview requires CMake version 3.3 or higher (#5317)Pramod S Kumbhar1-0/+1
2017-09-10Libgpuarray requires CMake 3.0 or higher (#5326)Pramod S Kumbhar1-0/+1
2017-09-09Fix caffe build issue with python 3 (#5324)Pramod S Kumbhar1-0/+4
2017-09-09Fix name detection in HeaderList and LibraryList (#5118)Adam J. Stewart2-34/+68
* Fix name detection in HeaderList and LibraryList * Add support for CUDA header files
2017-09-08Bootstrap environment-modulesMatthew Scott Krafczyk6-115/+292
Renames the existing bootstrap command to 'clone'. Repurposes 'spack bootstrap' to install packages that are useful to the operation of Spack (for now this is just environment-modules). For bash and ksh users running setup-env.sh, if a Spack-installed instance of environment-modules is detected and environment modules and dotkit are not externally available, Spack will define the 'module' command in the user's shell to use the environment-modules built by Spack.
2017-09-07dump environment in sourceable form (#5301)Rob Latham1-1/+1
First, quote the environment variable values. Second, export the variables. sorry, this is bourn-shell syntax. Happy to consider a shell-independent way to do this, but spack is already using sh-like "env=value"
2017-09-07mlhka: new package (#5231)Audrey Thoma1-0/+42
* mlhka: new package
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn2060-2060/+2060
2017-09-06elemental: fix hardcode libgfortran, use develop and explicitly specify MPI ↵Denis Davydov1-2/+11
compilers (#5263)
2017-09-05Added support for querying by tags (#4786)Massimiliano Culpo12-131/+525
* Added support to query packages by tags. - The querying commands `spack list`, `spack find` and `spack info` have been modified to support querying by tags. Tests have been added to check that the feature is working correctly under what should be the most frequent use cases. * Refactored Repo class to make insertion of new file caches easier. - Added the class FastPackageChecker. This class is a Mapping from package names to stat info, that gets memoized for faster access. - Extracted the creation of a ProviderIndex to its own factory function. * Added a cache file for tags. - Following what was done for providers, a TagIndex class has been added. This class can serialize and deserialize objects from json. Repo and RepoPath have a new method 'packages_with_tags', that uses the TagIndex to compute a list of package names that have all the tags passed as arguments. On Ubuntu 14.04 the effect if the cache reduces the time for spack list from ~3sec. to ~0.3sec. after the cache has been built. * Fixed colorization of `spack info`
2017-09-05nauty: shared libraries (#5207)Christoph Junghans1-50/+45
2017-09-05Fixed bug in `spack env` due to missing argument. (#5280)Massimiliano Culpo3-7/+58
This command broke after #5109. It was using the default value for the "dirty" argument in `setup_package`. Now it adopts the same logic as in `spack install`. Changed help for '--clean' and '--dirty'. Improved coverage of spack env.
2017-09-04add neovim package with deps (#5260)Tom Scogland4-0/+186
* add neovim package with deps
2017-09-05Add davydden as a maintainer to a couple of packages (#5284)Denis Davydov5-0/+10
2017-09-02Updated llvm to version 4.0.1 Fixed indentation of dict literal (#5272)Massimiliano Culpo1-106/+121
2017-09-01Add maintainer for TrilinosAndrey Prokopenko1-0/+2
Add a maintainer for the Trilinos package.
2017-09-01PR for RAFT tomography package (#5247)Gilberto Martinez Jr1-0/+52
* Adding package RAFT * Adding RAFT homepage