summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-04-25Properly ignore flake8 F811 redefinition errors (#3932)Adam J. Stewart8-41/+324
* Properly ignore flake8 F811 redefinition errors * Add unit tests for flake8 command * Allow spack flake8 to work on systems with older git * Skip flake8 unit tests for Python 2.6 and 3.3
2017-04-25Add latest version of NCO (#3978)Adam J. Stewart1-1/+2
2017-04-25Add patch to gettext to fix parallel make check (#3981)Adam J. Stewart2-10/+63
2017-04-25legion: add mpi interoperability and shared libs (#3959)Christoph Junghans1-2/+14
* legion: add mpi inoperability * legion: make +mpi the default * legion: add shared variant
2017-04-25A new package: CNTK. (#3578)健美猫6-0/+670
2017-04-24Add global arrays package (#3970)serbanmaerean2-0/+310
* Added magma package * Incorporated Serban's change * globalarrays: add global arrays package to Spack. * globalarray: remove extreaneous comment from package file
2017-04-24Rename tutorial_sc16.rst to tutorial.rst (#3974)Todd Gamblin5-4/+4
- make the name more generic for posterity.
2017-04-24Caffe (#3948)Brian Van Essen2-1/+7
* Added a package for the MDAnalysis toolkit. * Added the hash for the 1.0 release of caffe and put in a conflict statemet indicating that protobuf requires a c++11 compiler. * Changed minimum version number. * Tweaked the minimum version number. * Fixed flake8 error.
2017-04-23Use six.moves.input instead of raw_input (#3961)Adam J. Stewart2-3/+4
* Use six.moves.input instead of raw_input * Remove comment mentioning raw_input
2017-04-23Do not require license for new Intel libraries (#3931)Gregory Lee3-11/+34
* new Intel libs do not require license to install * updated Intel library package URLs * disable license_required for new Intel libraries
2017-04-23Update ECWMF packages: grib-api, libemos and magics (#3901)Milton Woods3-2/+15
* grib-api: add version 1.21.0 * libemos: add version 4.4.7 and allow choice of eccodes or grib-api * magics: add version 2.32.0 * libemos: add description for eccodes variant
2017-04-23eccodes: new package for encoding and decoding meteorological data (#3900)Milton Woods1-0/+67
* eccodes: new package for encoding and decoding meteorological data * eccodes: remove line breaks from package docstring * eccodes: simplify names of variants * eccodes: give a description for each variant * eccodes: use succinct code for cmake_args * eccodes: found extra dependency for python variant * eccodes: add URL for a list of available releases
2017-04-22External packages are now registered in the DB (#1167)Massimiliano Culpo15-57/+230
* treats correctly a change from `explicit=False` to `explicit=True` in an external package DB entry. * added unit tests * fixed issues raised by @tgamblin . In particular the PR is no more hash-changing for packages that are not external. * added a test to check correctness of a spec/yaml round-trip for things that involve an external * Don't find external module path at each step of concretization * it's not necessary.. The paths are retrieved at the end of concretizaion * Don't find replacements for external packages. * Test root of the DAG if external * No reason not to test if the root of the DAG is external when external packages are now first class citizens! * Create `external` property for Spec (for external_path and external_module) * Allow users to specify external package paths relative to spack * Canonicalize external package paths so that users may specify their locations relative to spack's directory. * Update tests to use new external_path and external properly. * skip license hooks on external
2017-04-22Hack to fix python dependency ranges (#3938)Adam J. Stewart41-48/+46
* Hack to fix python dependency ranges * Flake8
2017-04-22Find more versions from GitHub (#3952)Adam J. Stewart1-1/+1
2017-04-22Add version info for emacs@25.2 (#3957)George Hartzell1-0/+1
2017-04-22add Intel mpi package and add MPI wrappers to Intel parallel studio (#3905)Denis Davydov3-0/+90
* intel-mpi: add new package * fix hashes * fix typo * flake8 * add install * blank line * error * add bin64 * fix MPI wrappers in intel-parallel-studio * add missing I_MPI_FC * use shorter hashes
2017-04-21more fixes for use of setuptools in python packagesMatthew Krafczyk3-1/+37
- py-setuptools is required by py-yt for importing yt in jupyter notebooks. - add two dependencies needed for python 2.7 - add the py-subprocess32 package
2017-04-21Fix setuptools handling in Python packages.Paul Hopkins12-5/+8
- add setuptools dependencies to packages that need it. - remove setuptools from packages that do not need it.
2017-04-21PythonPackage builds flat installs instead of egg directories.Todd Gamblin19-27/+63
- Spack doesn't need eggs -- it manages its own directories - Simplify install layout and reduce sys.path searches by installing all packages flat (eggs are deprecated for wheels, and this is also what wheels do). - We now supply the --single-version-externally-managed argument to `setup.py install` for setuptools packages and setuptools. - modify packages to only use setuptools args if setuptools is an immediate dependency - Remove setuptools from packages that do not need it. - Some packages use setuptools *only* when certain args (likeb 'develop' or 'bdist') are supplied to setup.py, and they specifically do not use setuptools for installation. - Spack never calls setup.py this way, so just removing the setuptools dependency works for these packages.
2017-04-21fetch git submodules recursively (#3779)Christoph Junghans2-5/+16
* fetch git submodules recursively This is useful if the submodules have submodules themselves. On the other hand doing a recursive update doesn't hurt if there is only one level. * fetch submodules with depth=1 as well (fix #2190) * use git submodule with depth only for git>=1.8.4
2017-04-21Coverage for multiple Python versions. (#3951)Todd Gamblin2-2/+4
Update tests to use codecov for multiple python versions.
2017-04-21spack uninstall no longer requires a known package. (#3915)Todd Gamblin6-82/+102
- Spack install would previously fail if it could not load a package for the thing being uninstalled. - This reworks uninstall to handle cases where the package is no longer known, e.g.: a) the package has been renamed or is no longer in Spack b) the repository the package came from is no longer registered in repos.yaml
2017-04-21Convert LLVM to CMakePackage, update cmake dependency version (#3940)Adam J. Stewart1-26/+27
* Convert LLVM to CMakePackage, update cmake dependency version * Remove unused import
2017-04-21Add info for nextflow@0.17.3 (#3947)George Hartzell1-0/+2
2017-04-21Fix ABI detection issues with macOS gcc. (#3854)Todd Gamblin4-7/+23
- gcc on macOS says it's version 4.2.1, but it's really clang, and it's actually the *same* clang as the system clang. - It also doesn't respond with a full path when called with --print-file-name=libstdc++.dylib, which is expected from gcc in abi.py. Instead, it gives a relative path and _gcc_compiler_compare doesn't understand what to do with it. This results in errors like: ``` lib/spack/spack/abi.py, line 71, in _gcc_get_libstdcxx_version libpath = os.readlink(output.strip()) OSError: [Errno 2] No such file or directory: 'libstdc++.dylib' ``` - This commit does two things: 1. Ignore any gcc that's actually clang in abi.py. We can probably do better than this, but it's not clear there is a need to, since we should handle the compiler as clang, not gcc. 2. Don't auto-detect any "gcc" that is actually clang anymore. Ignore it and expect people to use clang (which is the default macOS compiler anyway). Users can still add fake gccs to their compilers.yaml if they want, but it's discouraged.
2017-04-21Fix checksumming in Python3; add more fetch tests (#3941)Todd Gamblin8-59/+186
* Checksum code wasn't opening binary files as binary. - Fixes Python 3 issue where files are opened as unicode text by default, and decoding fails for binary blobs. * Simplify fetch test parametrization. * - add tests for URL fetching and checksumming. - fix coverage on interface functions in FetchStrategy superclass - add some extra crypto tests.
2017-04-21Remove all test variants (#3923)Todd Gamblin8-23/+17
2017-04-21netcdf: fix missing CC = mpicc ; this makes it work with Intel MPI (#3942)Denis Davydov1-1/+2
2017-04-21add cppcheck new version (#3935)Jeffrey Salmond1-1/+2
2017-04-21Ensure that tests are optional (#3922)Adam J. Stewart13-14/+24
2017-04-21Fix HPL build, convert to MakefilePackage (#3777)Adam J. Stewart4-41/+118
* Fix HPL build, convert to MakefilePackage * Flake8 fix * Fix: spec -> self.spec * Properly query for system libraries * Update Intel-MKL as well * Recurse in system libs, fix MKL path, fixes lapack_libs
2017-04-21Adding new python package: py-python-gitlab (#3936)Javier1-0/+41
2017-04-21Fix for llvm 4.0.0 on centos (#3904)Jimmy Tang1-0/+3
* Fix for llvm 4.0.0 on centos This addresses https://github.com/LLNL/spack/issues/3791 * Only enable this option if on linux * Change condition to satisfy standard
2017-04-21Add boost 1.64.0 (#3934)Bruno Turcksin1-0/+1
2017-04-20Keras 2.0.3 (#3927)Brian Van Essen1-0/+1
* Added a package for the MDAnalysis toolkit. * Added has for Keras version 2.0.3
2017-04-20Add vampirtrace (#3911)Michael Kuhn1-0/+73
Since scorep does not support all use cases yet, vampirtrace is still useful in some circumstances.
2017-04-20Gettext test suite fails when run in parallel (#3921)Adam J. Stewart1-0/+10
2017-04-20Flake8Adam J. Stewart1-1/+1
2017-04-20Remove all test variantsAdam J. Stewart8-22/+16
2017-04-20Add Napoleon extension to support Google docstrings (#3920)Adam J. Stewart1-0/+1
2017-04-20Revert "Override partial installs by default" (#3918)Todd Gamblin6-245/+8
* Revert "Override partial installs by default (#3530)" This reverts commit a65c37f15dff4b4d60784fd4fcc55874ce9d6d11.
2017-04-20Revert "Add lmod files to MODULEPATH" (#3917)Todd Gamblin1-2/+0
* Revert "Add lmod files to MODULEPATH (#3912)" This reverts commit 186d1f4511c8aa3bc5ce661b1e883db10e20958a.
2017-04-20test/python_version.py: ported to pytest (#3438)Massimiliano Culpo1-79/+85
2017-04-19Override partial installs by default (#3530)scheibelp6-8/+245
* Package install remove prior unfinished installs Depending on how spack is terminated in the middle of building a package it may leave a partially installed package in the install prefix. Originally Spack treated the package as being installed if the prefix was present, in which case the user would have to manually remove the installation prefix before restarting an install. This commit adds a more thorough check to ensure that a package is actually installed. If the installation prefix is present but Spack determines that the install did not complete, it removes the installation prefix and starts a new install; if the user has enabled --keep-prefix, then Spack reverts to its old behavior. * Added test for partial install handling * Added test for restoring DB * Style fixes * Restoring 2.6 compatibility * Relocated repair logic to separate function * If --keep-prefix is set, package installs will continue an install from an existing prefix if one is present * check metadata consistency when continuing partial install * Added --force option to make spack reinstall a package (and all dependencies) from scratch * Updated bash completion; removed '-f' shorthand for '--force' for install command * dont use multiple write modes for completion file
2017-04-19Set proper deptypes for certain build systems (#3866)Adam J. Stewart3-4/+10
* Set proper deptypes for certain build systems * Add depends_on to namespace
2017-04-19Add variant to mvapich2 to set size of rank bits (#3886)Adam J. Stewart1-0/+7
2017-04-19Add lmod files to MODULEPATH (#3912)Adam J. Stewart1-0/+2
2017-04-19binutils should link to Spack zlib installation (#3914)Adam J. Stewart1-7/+10
2017-04-19Add latest version of HOOMD-blue (#3889)Adam J. Stewart1-21/+40