summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-07-12Copy --{use,no}-cache from install to bootstrap (#11786)Oliver Breitwieser2-2/+12
2019-07-12'spack compiler add' resolves relative path to absolute path (#11792)Carson Woods1-0/+1
Fixes #11782 Spack was not properly resolving relative paths to absolute paths when a relative path was passed to "spack compiler add [PATH]". Now, if provided a relative path, the absolute path is written to compilers.yaml rather than the relative path.
2019-07-12new package: umap (#12000)egreen771-0/+35
2019-07-12Add template creation test, --skip-editor option (#11970)Tamara Dahlgren3-3/+64
* Add template creation test * Added --skip-editor option to "spack create": normally "spack create" opens an editor for the user after generating a package file; when the --skip-editor option is used, "spack create" only generates the package file and does not open an editor * Added --skip-editor option to bash completion
2019-07-12jdk: Add the 'provides' call (#11997)Hironori-Yamaji1-0/+1
2019-07-12Update libensemble (#11990)Stephen Hudson1-1/+2
2019-07-12Fix pic_flag and test contents about Fujitsu compiler. (#11996)t-karatsu2-6/+6
2019-07-12bugfix: setup-env.sh detects bash even when bash is run as sh (#11994)Todd Gamblin1-7/+2
- `setup-env.sh` was not properly detecting a bash shell when bash was run as /bin/sh. - Detection routine now always reports bash when bash is run as sh, and no longer parses the path to the executable indicated in `$BASH`.
2019-07-12bugfix: show dot after namespaces in `spack find -N` (#11945)Todd Gamblin2-1/+14
- Namepsaces were shown without dots after the new format strings were added. - Add a test for `spack find` to ensure that find -N shows the right output.
2019-07-12update scalasca to latest version, simplify recipe (#11999)Phil Tooley1-3/+7
add list_url for use with spack checksum
2019-07-11Modifications to r package (#11957)Glenn Johnson1-7/+21
This PR has several modifications for the r package. - The tk package is always depended on but this pulls in X11, making the 'X' variant non-functional. This PR sets a dependency of tk on '+X'. - There is a missing dependency on libxmu when '+X' is set. - The libraries for R wind up in a non-standard location and are thus left out of the RPATH settings. This PR adds that directory to RPATH. - The MKL integer interface for gfortran is not in the BLAS libs. This PR replaces the intel interface with the gfortran interface if needed. - Use the `LibraryList` `ld_flags` method for blas as that is more in line with th R Installation and Administration manual. Note that this PR depends on PR #11956. This PR closes #8642.
2019-07-11Add variants for tk package (#11956)Glenn Johnson1-3/+16
TK can be built with support for libXft and X Screensaver. Both of these are turned on in the Tk configure script. That means the system libraries will get picked up if they are on the system and nothing is specified in the package. Since the default for both of them is 'True' I set the default value for the variants to 'True'.
2019-07-11bowtie2: Add version 2.5.3.1 and fix to build on ARM (#11974)Toyohisa Kameyama1-1/+14
* bowtie2: Add version 2.5.3.1 and fix to build on ARM 1. Add version 2.5.3.1. 2. Add simde for ARM. 3. Disable -fopenmp-simd when gcc 4.8.X or before for ARM. 4. Add Makefile option POPCNT_CAPABILITY=0 for ARM. * flake8.
2019-07-11velvet: remove -m64 on aarch64. (#11984)Toyohisa Kameyama1-0/+5
2019-07-11Boost: Compile with toolset=clang for Arm compiler (#11992)Nick Forrington1-1/+7
Bootstraps with gcc, but compiles with clang
2019-07-11megahit package: add patch to build on ARM. (#11963)Toyohisa Kameyama2-0/+22
2019-07-11test: Extra possible-dependencies coverage check (#11988)Tamara Dahlgren1-1/+10
2019-07-11New package: dimemas (#11979)Phil Tooley1-0/+34
2019-07-11OpenFOAM package: update download url (#11973)Mark Olesen1-2/+2
2019-07-11libfabric package: add support for tcp provider (#11965)Phil Carns1-1/+2
2019-07-11luit package: use autotools. (#11962)Toyohisa Kameyama1-8/+4
2019-07-11Rename build logs and make names consistent (#11806)Tamara Dahlgren14-104/+232
Fixes #11781 * Rename build log to spack-build-log.txt * Rename environment variables file to spack-build-env.txt * The name of the log and env files is now the same during the build and after the build completes * Update packages which referred to the build log/env files * For packages installed before this commit using older names for the build and env files, search for the older names
2019-07-10mpich: Add 3.3.1 (#11976)Michael Kuhn1-1/+4
2019-07-10bzip2: Add 1.0.7 (#11975)Michael Kuhn1-0/+1
2019-07-10tutorial: correct image link on tutorial pageTodd Gamblin1-1/+1
2019-07-10tutorial: updates slides for DOE/NSF workshop.Todd Gamblin1-9/+8
2019-07-09py-astropy: added latest version 3.2.1 (#11967)Reinhard1-0/+1
- correctly installs under python@3.5:3.7.3 - (partially) fixes https://github.com/spack/spack/issues/11966
2019-07-09package: Add powerapi package (#11845)Carson Woods1-0/+51
* Add powerapi package * Fix flake8 formatting * Fix download URL * Update powerapi version line * Fix how configure arguments are selected to improve readability * Bug Fixes * Fix trailing whitespace * Bug fixes * Remove incorrect configure flag
2019-07-09Ferret: add version 7.2 and adjust dependencies (#11921)Milton Woods1-24/+17
* ferret: use libx11 from spack * ferret: use mpi library with or without fortran support * ferret: add version 7.2 * ferret: no need to specify ~mpi * ferret: creating symlinks may fail for external packages; set include/lib paths instead
2019-07-08diffsplice package: remove -m64 on ARM. (#11899)Toyohisa Kameyama1-0/+5
2019-07-08zoltan: use autotools for new architecture host (#11924)Toyohisa Kameyama1-55/+71
* use autoreconf to regenerate configure script and config.guess for newer architectures * Add perl build dependency for older versions. The required perl version is constrained because the perl script uses syntax that is deprecated in older versions
2019-07-08motif package: fix the download url (#11939)Hironori-Yamaji1-1/+1
2019-07-08preCICE package: add version 1.5.2 (#11949)Frédéric Simonis1-0/+1
2019-07-08environment-modules package: add version 4.2.5 (#11953)Xavier Delaruelle1-0/+1
2019-07-08New package: r-grbase (starting at 1.8-3.4) (#11937)Justin S1-0/+26
2019-07-08r-graph: update R constraint to reflect DESCRIPTION (#11934)Justin S1-1/+1
2019-07-08r-rbgl: add 1.60.0 (#11936)Justin S1-0/+3
2019-07-08r-biocgenerics: add 0.30.0 (#11935)Justin S1-0/+2
2019-07-08bugfix: conflicts should print out the spec that has the conflict (#11947)Todd Gamblin1-1/+6
- Fix a bug introdcued by removing parse_anonymous_spec() - Conflicts' when specs are now *actually* anonymous, and the name of the package is implicit, so we need to remember to add it back to error messages.
2019-07-05travis: the sudo tag is now deprecated (#11933)cclauss1-10/+0
* Travis CI: The sudo tag is now deprecated in Travis __sudo: required__ no longer is. * Remove obsolete comment __travis_wait__ can help with long-running processes. * https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received
2019-07-05bugfix: always generate a stack trace when spack is run with --debug (#11940)Todd Gamblin1-0/+5
- We weren't previously printing stack traces on SystemExit or KeyboardInterrupts. - Either raise or print the stacktrace in these cases.
2019-07-05tau: add conflicts for libelf/libdwarf variants (#11944)Kevin Huck1-0/+4
Declare a conflict for TAU versions older than 2.28.1, that they can't depend on libelf or libdwarf. The user can still install it by specifying tau@2.24~libelf~libdwarf.
2019-07-05cmake: add v3.14.5Christoph Junghans1-0/+1
2019-07-05setup-env.sh: make setup scripts work with `set -u`Todd Gamblin2-4/+11
- Add set -u to the setup-env.sh test script - Refactor lines in setup-env.sh that tested potentially undefined variables to use the `[ -z ${var+x} ]` construct
2019-07-05tests: add tests for setup-env.shTodd Gamblin5-29/+343
- tests use a shell-script harness and test all Spack commands that require special shell support. - tests work in bash, zsh, and dash - run setup-env.sh tests on macos and linux builds. - we run them on macos and linux
2019-07-05setup-env.sh: now compatible with bash, zsh, and dashTodd Gamblin1-65/+114
- replace use of [[ with [ - replace function foo { .. } with foo() { .. } - wrap some long lines - add lsof and /proc/fd magic so that we can find the sourced file even in dash - only do the complicated shell checks in one place; test $_sp_shell elsewhere.
2019-07-04py-stratify: vertical interpolation/stratification of atmos/ocean data (#11911)Milton Woods1-0/+22
* py-stratify: vertical interpolation/stratification of atmos/ocean data * py-stratify: download from pypi.io
2019-07-04py-scikit-image: include more dependencies (#11912)Milton Woods1-1/+4
* py-scikit-image: include more dependencies * py-scikit-image: limit some dependencies to recent versions
2019-07-04jdk: Add JDK 12.0.1 (#11903)Hironori-Yamaji1-0/+2
2019-07-04Added latest version, 0.7.1 (#11927)Paul1-0/+1