summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-08-08docs: fix compiler config (#12330)Pariksheet Nanda1-2/+3
It's no longer possible to set compiler flags under as an entry under "paths" in compilers.yaml; instead the user must list these under the "flags" section. This updates the docs accordingly.
2019-08-08Fix typo in yaml config docs (#12312)Adam J. Stewart1-1/+1
2019-08-07bugfix: spack stacks mixed dependency and non-dep constraints (#12315)Greg Becker1-1/+1
Spack stacks drop invalid dependencies applied to packages by a spec_list matrix operation Without this fix, Spack would raise an error if orthogonal dependency constraints and non-dependency constraints were applied to the same package by a matrix and the dependency constraint was invalid for that package. This is an error, fixed by this PR. An example failing configuration: spack: definitions: - packages: [libelf, hdf5+mpi] - compilers: ['%gcc'] - mpis: [^openmpi] specs: - matrix: - $packages - $compilers - $mpis
2019-08-07Revert "add maintainer review action to main.workflow" (#12316)Peter Scheibel1-9/+0
This reverts commit 54e3bc31f991200688044431f57ad8b3a25c12e8.
2019-08-07compiler bootstrapping: enable both single-node and multi-node DAGS(#12310)Peter Scheibel1-7/+15
5f74f22 enabled installing compilers for dependencies but not for the root package (and in particular not for DAGs which consist of one package) this enables bootstrapping compilers for both types of DAGs
2019-08-07Generalize STK package settings in Trilinos (#11917)Jon Rood1-21/+10
* Making STK package in Trilinos more general. * Remove comment about seacas exodus settings.
2019-08-07ncbi-toolkit: add version 22_0_0 (#12278)Pariksheet Nanda1-7/+36
* ncbi-toolkit: fix compiler+version restriction (spack/spack#12276) * ncbi-toolkit: update urls for current and archive releases * ncbi-toolkit: add compatibility for boost@1.69: * ncbi-toolkit: add compatibility for boost@1.70: * ENH: Add debug variant to significantly reduce install size * ncbi-toolkit: add archive url for 22_0_0 (spack/spack#12278)
2019-08-07Version 19.8.1 of PLASMA (#12299)Piotr Luszczek1-2/+1
* Remove unnecessary setting with buggy prefix Spack adds installation prefix by default and the "self." is missing * Add version 19.8.1 of PLASMA
2019-08-06new package: py-exodus (#12291)Daryl W. Grunau1-0/+20
2019-08-06ncurses: fix pic and opt flags (#12272)Mark W. Krentel1-2/+6
Resolves #11932. Move the PIC flags from CFLAGS on the configure line to the spack compiler wrapper for ncurses. The problem with the configure line for autotools is that specifying CFLAGS sets the entire flags, thus deleting the flags that configure would add itself. By default, if CFLAGS is unspecified, then configure picks a sensible default of `-g -O2`. But adding `-fPIC` erases these and it ends up building unoptimized.
2019-08-06pumi: new version 2.2.1 (#12282)Cameron Smith1-0/+1
2019-08-06tests: explain and test dependency flattening routines (#11993)Tamara Dahlgren3-1/+63
- Add comments to explain that `install_dependency_symlinks` and `flatten_dependencies` are actually used. - Add a test that exercises the routines.
2019-08-06graphviz package: add MacOS fixes and quartz support (#11128)Seth R. Johnson2-129/+112
* Add patch to detect newer versions of MacOS and to fix a typo in configure.ac (AM_LIBTOOLSFLAGS should be AM_LIBTOOLFLAGS) * Remove variant declarations for unsupported languages * Add support for quartz on MacOS * Add optional X Window support * Specifically build against qt@4 when building QT support * Point to appropriate C++ standard libraries when building with Clang on MacOS * Disable parallel build (for all platforms) * Increase verbosity of configure script by adding --disable-silent-rules
2019-08-06Overhaul numpy package (#12170)Adam J. Stewart6-134/+544
* Add numpy 1.17.0 * Overhaul numpy package * Flake8 fixes * Undefined reference fix * HeaderList and LibraryList need an arg * veclibfort has no headers * Add patch for older versions of py-numpy * Remove py-meep hack from py-numpy package * libflame: always add max arg hack flag * Fix build with GCC 4.8 * Compiler flags come from self.compiler * Only apply -std=c99 to cflags * Try to fix libflame package * Fix ATLAS build on macOS * --force-clang flag added in 3.10.3
2019-08-06mirrors: mirror config should use spack variable expansions (#9027)Greg Becker2-9/+17
- ensure that `$spack` and other variables are substituted into mirror paths
2019-08-06stacks: fix reference handling in env.write() (#12096)Greg Becker2-2/+27
* stacks: Fix env.write to properly write references * stacks: regression test for 12095
2019-08-06fltk: fix about variable types (#12292)t-karatsu3-0/+36
* fltk: fix about variable types
2019-08-06Avoid sending empty reports to codecov (#12293)Massimiliano Culpo1-3/+5
Before this commit we were sending reports also for unit tests that were not collecting coverage data.
2019-08-05Packages/musl (#12288)Daryl W. Grunau1-1/+20
* bump eospac version * Revert "bump eospac version" This reverts commit 835b1f822d8c083f6ab9eb17222c00409e8eb3da. * fix-up musl-gcc wrapper script * address adamjstewart's comments
2019-08-05c-blosc package: Add -std=gnu99 flag for gcc (#11959)Toyohisa Kameyama2-0/+24
When building with GCC, c-blosc requires the -std=gnu99 flag. Before this patch, the build would only add -std=gnu99 for GCC when building on specific architectures; this adds -std=gnu99 in all cases when using GCC.
2019-08-05Move new packages from tutorial to builtin (#12289)Adam J. Stewart8-1/+1
* Move new packages from tutorial to builtin * Remove unicode character from docstring
2019-08-05Balay/amrex 19.08 (#12287)Satish Balay1-1/+2
* amrex: add version 19.08 * amrex: update sundials dependency for @19.08
2019-08-05openPMD-api: pre-load depend libs (#12279)Axel Huebl1-0/+23
When loading `openpmd-api` as a lib to build outside of spack or to build depending spack packages, the "CMake-PUBLIC" header-only library MPark.Variant must be available. Also, the `*Config.cmake` package must be able to find dependent libs if used.
2019-08-04Add version 19.8.0 of PLASMA (#12275)Satish Balay1-0/+1
2019-08-04Add version 2.5.1 of MAGMA released today (#12274)Satish Balay1-1/+1
2019-08-04ginkgo: add maintainers (#12273)Satish Balay1-0/+2
2019-08-04new package: py-backports-tempfile (#12261)Sinan1-0/+20
* new package: py-backports-tempfile * Update var/spack/repos/builtin/packages/py-backports-tempfile/package.py Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com> * remove rc version * fix single quote
2019-08-04add maintainer review action to main.workflowTodd Gamblin1-0/+9
2019-08-03actions: add maintainers as PR reviewers for their packages (#12269)Todd Gamblin2-0/+91
Use `spack pkg changed` and `spack maintainers` to figure out which packages changed and who their maintainers are in a PR. Add any maintainers to the PR as reviewers.
2019-08-03Fix typo in config (#12267)Pariksheet Nanda1-1/+1
Using "compilers" with the "s" is an invalid config section and throws an error. Traceback (most recent call last): File "spack/bin/spack", line 48, in <module> sys.exit(spack.main.main()) File "/home/omsai/src/libkmap/spack/lib/spack/spack/main.py", line 633, in main env = ev.find_environment(args) File "/home/omsai/src/libkmap/spack/lib/spack/spack/environment.py", line 263, in find_environment return Environment(env) File "/home/omsai/src/libkmap/spack/lib/spack/spack/environment.py", line 534, in __init__ self._read_manifest(f) File "/home/omsai/src/libkmap/spack/lib/spack/spack/environment.py", line 561, in _read_manifest self.yaml = _read_yaml(f) File "/home/omsai/src/libkmap/spack/lib/spack/spack/environment.py", line 402, in _read_yaml validate(data, filename) File "/home/omsai/src/libkmap/spack/lib/spack/spack/environment.py", line 395, in validate e, data, filename, e.instance.lc.line + 1) spack.config.ConfigFormatError: /home/omsai/src/libkmap/spack.yaml:15: Additional properties are not allowed ('compilers' was unexpected)
2019-08-03package/py-apipkg add new version, add sha256 sums (#12260)Sinan1-2/+4
* add new version, add sha256 sums * Update var/spack/repos/builtin/packages/py-apipkg/package.py Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com> * add python dependencies
2019-08-03new package: py-backports-weakref (#12262)Sinan1-0/+17
* new package: py-backports-weakref * use the version at pypi.org
2019-08-03new package: py-usgs (#12263)Sinan1-0/+22
* new package: py-usgs * Update var/spack/repos/builtin/packages/py-usgs/package.py Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com> * Update var/spack/repos/builtin/packages/py-usgs/package.py Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com>
2019-08-03new package: py-requests-futures (#12264)Sinan1-0/+19
* new package: py-requests-futures * Update var/spack/repos/builtin/packages/py-requests-futures/package.py Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com>
2019-08-03new package: py-colorlog (#12265)Sinan1-0/+18
* new package: py-colorlog * improve styling. * remove spaces
2019-08-03new package: py-colorpy (#12266)Sinan1-0/+23
* new package: py-colorpy * remove incorrect dependency
2019-08-03Fix CNL version detection (#12207)Adam J. Stewart2-6/+76
2019-08-03Add py-uritemplate package (#12259)Adam J. Stewart1-0/+17
2019-08-02Add py-earthengine-api package (#12253)Adam J. Stewart1-0/+23
2019-08-02Add py-google-api-python-client package (#12254)Adam J. Stewart1-0/+24
2019-08-02Add py-google-auth-httplib2 package (#12255)Adam J. Stewart1-0/+19
2019-08-02Add py-google-auth package (#12256)Adam J. Stewart1-0/+23
2019-08-02Add py-httplib2 package (#12257)Adam J. Stewart1-0/+17
2019-08-02Add py-pyasn1-modules package (#12258)Adam J. Stewart1-0/+21
2019-08-02Add py-cachetools package (#12252)Adam J. Stewart1-0/+19
2019-08-02Add py-pyasn1 0.4.6 (#12251)Adam J. Stewart1-3/+6
2019-08-02swig: add latest version, 4.0.0 (#12243)Reinhard Prix1-0/+1
2019-08-02slepc: update python dependencies to be in sync with petsc (#12250)Satish Balay1-1/+3
2019-08-02packages/musl (#12247)Daryl W. Grunau1-0/+43
* new musl package
2019-08-02Refactor UI logic out of Environment.concretize (#12213)Massimiliano Culpo4-15/+34
Environment.concretize returns newly-concretized specs rather than printing them; as a result, the _display argument is removed from Environment.concretize (originally only used to avoid printing specs during unit testing). Command logic which invokes Environment.concretize prints these explicitly.