summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-02-28Fix detection of redhat enterprise compute node (#15253)Adam J. Stewart1-0/+1
* Fix detection of redhat enterprise compute node * Add comma * Remove space
2020-02-28Add new version of libfabric that builds on macOS (#15254)Seth R. Johnson1-16/+17
* Add new version of libfabric that builds on macOS See https://github.com/ofiwg/libfabric/issues/5339 Fixes https://github.com/spack/spack/issues/15244 Also reduced copy-paste of URLs with `url_for_version`. * Address reviewer feedback
2020-02-28unifyfs depends on openssl (#15258)eugeneswalker1-0/+1
2020-02-28UCX: add 1.7.0 (#15266)Howard Pritchard1-0/+3
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
2020-02-28Add @drbenmorgan as maintainer for core HEP packages (#15264)Ben Morgan15-1/+27
2020-02-27Fixups for jupyter (#15136)Glenn Johnson5-8/+25
* Fixups for jupyter This PR fixes a few things for some jupyter related packages. py-ipython: - make the python depends_on statements reflect needs of different versions - remove an unneeded conflicts directive py-ipywidgets: - add new version - set version constraints for py-widgetsnbextension py-jupyter-console - add new version - set python dependencies for versions as needed - set version constraint for py-ipython - set version constraints for py-prompt-toolkit py-pyqt5 - build with py-sip py-qtconsole - add dependency on py-pyqt5 * Update var/spack/repos/builtin/packages/py-jupyter-console/package.py Tweak version ranges. Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com> * Update var/spack/repos/builtin/packages/py-jupyter-console/package.py Tweak version range. Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com> * Make py-pyqt5 a run dependency Also, make formatting more consistent. * Fix site_packages_dir Change reference of site_packages_dir to self.site_packages_dir. Oddly, this did not show up as a problem until I regenerated the module. * Restore py-pyqt5 to previous state * Explicitly set path to site_packages_dir This change prevents an error when regenerating the py-pyqt5 module file. * Fix flake8 errors * Make sure prefix is in join_path * Fix flake8 errors Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-02-27Fixed url for SLEPc package (#15257)Anwar Koshakji1-2/+2
* Fixed url for SLEPc package * Fixed homepage url for SLEPc package
2020-02-27gsl: build against external cblas (#15261)Christoph Junghans2-0/+351
2020-02-27New package: py-librosa (#15223)Glenn Johnson7-4/+145
* New package: py-librosa This PR adds the py-librosa package, along with new dependency packages and some updates of existing dependency packages. - new package: py-audioread - new package: py-resampy - new package: py-soundfile - update package: py-numba - update package: py-llvmlite py-numba: - add updated version - adjust constraints py-llvmlite: - add updated version - adjust constraints - fix version specifications for llvm - add environment function to set PIC * Update var/spack/repos/builtin/packages/py-numba/package.py Ah, yes, I see that `setuptools` is listed in the `install_requires` array. I missed that before. Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com> * Fix dependency - Add dependency of py-soundfile depends on libsndfile - Add new libsndfile package * Add py-pytest-runner build dep * Make numpy a variant for py-soundfile Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-02-27Mark GCC7 and newer as conflicting with rhel6 without binutils (#14706)Seth R. Johnson1-0/+5
When building gcc7 and gcc8 on RHEL6 with Spack and installing it as a spack-available compiler, OpenBLAS will fail to compile because GCC generates newer instructions than rhel6's `as` assembler knows about (e.g. "vpermpd"). Building gcc8 with binutils succeeds, and it generates a GCC that can then successfully build OpenBLAS. This is also expected to work for gcc7 on RHEL6.
2020-02-27Added version 0.12.0 to py-pyfftw (#15252)L. Diana Amorim1-4/+5
* Added version 0.12.0 to fix issue #15218 * Added dependencies specs with compatible versions * Switched py-scipy dependency to variant (default F) * Removed variant py-scipy and didn't add py-dask * Fixed typo: missing ' * Update var/spack/repos/builtin/packages/py-pyfftw/package.py Fixing typos from version ranges in dependencies. Co-Authored-By: Axel Huebl <axel.huebl@plasma.ninja> * Update var/spack/repos/builtin/packages/py-pyfftw/package.py Removed repeating dependency option. Co-Authored-By: Axel Huebl <axel.huebl@plasma.ninja> * Update var/spack/repos/builtin/packages/py-pyfftw/package.py Limited version of py-numpy dependency to <2.0. Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-02-27portage: needs to be linked against lapack:c (#15259)Christoph Junghans1-1/+1
2020-02-27Fix Trilinos 12.18.1 build when using Apple Clang 8.0.0Jean-Paul Pelteret2-0/+40
2020-02-27Update package: Trilinos + MesquiteJean-Paul Pelteret1-0/+21
2020-02-27Adding an option to build the C api for Umpire. (#15238)Robert Blake1-1/+13
* Adding an option to build the C api for Umpire. This is useful if you need to link to a C code and you're using a compiler suite that doesn't support fortran. * Also updating the versions while I'm here. * Adding conflict: Fortran requires C. To ease transition and confusion, default to C-bindings being present. This shouldn't hurt anyone who is upgrading an existing installation.
2020-02-27new package: py-auxlib (#15221)Glenn Johnson1-0/+20
2020-02-27Remove "triage" label from feature requestMassimiliano Culpo1-1/+1
2020-02-27Use checkout v2 to avoid issues on retriggeringMassimiliano Culpo1-1/+1
2020-02-27Improved the feature request templateMassimiliano Culpo1-9/+14
2020-02-27Improved the build error templateMassimiliano Culpo1-7/+18
2020-02-27Improved the bug report templateMassimiliano Culpo1-7/+22
2020-02-27hpcviewer: add version 2020.02Mark W. Krentel1-0/+6
2020-02-27New package: XCFun (#15199)Roberto Di Remigio1-0/+37
2020-02-27Add new timeout fetch_optionMichael Kuhn3-10/+21
This allows packages to override the global connect_timeout.
2020-02-27Generalize curl_options into fetch_optionsMichael Kuhn2-19/+22
This allows us to support higher-level concepts such as 'cookie' and 'timeout' without users having to specify curl options.
2020-02-27config: Add a new option connect_timeoutMichael Kuhn4-2/+14
connect_timeout can be used to increase the time Spack waits for the server to answer. This can be used to work around slow connections or servers. Fixes #14700
2020-02-27release sz 2.1.8.3 (#15250)Sheng Di1-0/+1
2020-02-27CudaPackage: add support for Tesla K80 and older CUDA (#15031)Adam J. Stewart1-30/+46
* CudaPackage: add support for Tesla K80 and older CUDA * Flake8 fixes * Fix cuda_arch when no arch is set * Fine-tune cuda_arch=37,50 supported CUDA versions * CUDA 6.5+ supports SM_37 * Add @svenevs as a maintainer
2020-02-27new package: py-cnvkit and py-pomegranate (#15222)Glenn Johnson2-0/+51
The py-pomegranate package is a dependency of py-cnvkit
2020-02-27new package: py-pycifrw (#15224)Glenn Johnson1-0/+18
2020-02-27new package: py-pycosat (#15225)Glenn Johnson1-0/+20
2020-02-27New packages: py-pymc3 and py-arviz (#15226)Glenn Johnson2-0/+55
This PR adds py-pymc3 and py-arviz as a dependency.
2020-02-27Added go 1.14 (#15249)Paul1-0/+1
2020-02-27Docs: "spack env" is in the meantime called "spack build-env" (#15233)TZ1-10/+10
2020-02-27arpack-ng: ILP64 support (#15103)Kai Torben Ohlhus1-1/+5
Details about ILP64 support: `INTERFACE64=1` are described on the [ARPACK-NG GitHub website](https://github.com/opencollab/arpack-ng).
2020-02-26f77-zmq: add version 4.3.2 (#15204)Anthony Scemama1-1/+3
Version 4.3.1 only works with Python3. Version 4.3.2 also works with Python2. These constraints were not listed before and are added by this commit.
2020-02-26py-git-review: add version 1.28 (#15203)Andreas Baumbach1-0/+1
2020-02-26AWS ParallelCluster: add version 2.6.0 (#15240)Luca Carrogu1-1/+2
2020-02-26h5py: add version 2.10.0 (#15205)genric1-1/+3
Also add dependency on py-cached-property
2020-02-26bugfix: Add dependents when initializing spec from yaml (#15220)Tamara Dahlgren2-11/+17
The new build process, introduced in #13100 , relies on a spec's dependents in addition to their dependencies. Loading a spec from a yaml file was not initializing the dependents. - [x] populate dependents when loading from yaml
2020-02-26SQLite shouldn't be enabled by default for TAU package (#15228)Kevin Huck1-1/+5
Also Adding conflict for SQLite and ADIOS2 for older TAU releases
2020-02-26Default to +termlib for ncurses for LLVM (#15039)Seth R. Johnson1-1/+1
LLVM is the only package that explicitly sets the "termlib" variant of ncurses and it specifies +termlib. ncurses defaults to ~termlib; if a package depends on LLVM and ncurses, there is a concretizer bug that incorrectly detects a constraint conflict (see #267). Setting +termlib as the default is a stopgap measure to avoid this conflict. If other packages were to explicitly request ~termlib in the future, the same issue would come up again (and could not be resolved by adjusting the default of "termlib"). Setting +termlib on ncurses moves some symbols into a separate "libtinfo". Not all packages may be able to detect libtinfo properly so may require an update; vim, samtools, and libedit have been updated to use ncurses+termlib (in the case of libedit, the only necessary action was to add a newer version where the build system was updated to check libtinfo).
2020-02-26Uniquify suffixes added to module names (#14920)Seth R. Johnson3-1/+4
2020-02-26Basis set exchange command-line tool (#15126)Anthony Scemama1-0/+33
* Flake8 OK * Update var/spack/repos/builtin/packages/py-basis-set-exchange/package.py Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com> * Update var/spack/repos/builtin/packages/py-basis-set-exchange/package.py Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com> * Added missing dependencies proposed by @adamjstewart * Without py-versioneer * Added py-versioneer * Python2 for bse * Python build error * Update var/spack/repos/builtin/packages/py-basis-set-exchange/package.py Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com> * Removed py-versioneer, according to @adamjstewart Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-02-26A few edits for the Basic Usage Doc page (#15215)Glenn Johnson1-8/+16
This PR corrects a few minor things and adds a note about colorized output.
2020-02-25buildcache cmd: add explicit message with default output dir for ↵Patrick Gartung3-13/+64
buildcaches. (#15090) * Make -d directory a required option. Print messages about where buildcaches will be written. * Add mutually exclusive required options * spack commands --update-completion * Apply @opadron's patch * Update share/spack/spack-completion.bash * Incorporate @opadron's suggestions
2020-02-25add --only option to buildcache create cmd (#14921)Omar Padron3-13/+32
* add --only option to buildcache create cmd replaces the --no-deps option
2020-02-25remove catch-all exception handling in buildcache command (#15185)Omar Padron3-7/+20
* remove catch-all exception handling in buildcache command * fix test
2020-02-25Buildcache cmd: add install -o/--otherarch option for installing macOS ↵Patrick Gartung2-4/+10
buildcaches on linux (#15192) * Buildcache command: add install option -o/--otherarch This will allow matching specs from other archs, for example installing macOS buildcaches on linux hosts. * spack commands --update-completion
2020-02-25qrupdate: ILP64 support (#15104)Kai Torben Ohlhus1-6/+20
- When compiling qrupdate with `FFLAGS=-fdefault-integer-8` it can be perfectly used for larger problem dimensions. - Improved the readability of the file with the added rules.