summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2020-09-16[dd4hep]: add variant lcio (#18691)Andre Sailer1-0/+3
2020-09-16libvdwxc: unbreak concretization, request fftw-api (#18688)Tiziano Müller2-26/+6
* libvdwxc: unbreak concretization, request fftw-api mixing both fftw and fftw-api in a dependency tree can trigger the following: ``` $ spack spec cp2k@master +sirius ==> [2020-09-16-12:36:06.552981] sirius applying constraint gsl ==> [2020-09-16-12:36:06.554270] sirius applying constraint openblas@0.3.10%gcc@7.5.0~consistent_fpcsr~ilp64+pic+shared threads=none arch=linux-opensuse_leap15-sandybridge Traceback (most recent call last): File "./bin/spack", line 64, in <module> sys.exit(spack.main.main()) File "/data/tiziano/debug-spack/spack2/lib/spack/spack/main.py", line 762, in main return _invoke_command(command, parser, args, unknown) File "/data/tiziano/debug-spack/spack2/lib/spack/spack/main.py", line 490, in _invoke_command return_val = command(parser, args) File "/data/tiziano/debug-spack/spack2/lib/spack/spack/cmd/spec.py", line 103, in spec spec.concretize() File "/data/tiziano/debug-spack/spack2/lib/spack/spack/spec.py", line 2228, in concretize user_spec_deps=user_spec_deps), File "/data/tiziano/debug-spack/spack2/lib/spack/spack/spec.py", line 2716, in normalize visited, all_spec_deps, provider_index, tests) File "/data/tiziano/debug-spack/spack2/lib/spack/spack/spec.py", line 2654, in _normalize_helper dep, visited, spec_deps, provider_index, tests) File "/data/tiziano/debug-spack/spack2/lib/spack/spack/spec.py", line 2613, in _merge_dependency visited, spec_deps, provider_index, tests) File "/data/tiziano/debug-spack/spack2/lib/spack/spack/spec.py", line 2654, in _normalize_helper dep, visited, spec_deps, provider_index, tests) File "/data/tiziano/debug-spack/spack2/lib/spack/spack/spec.py", line 2554, in _merge_dependency provider = self._find_provider(dep, provider_index) File "/data/tiziano/debug-spack/spack2/lib/spack/spack/spec.py", line 2489, in _find_provider providers = provider_index.providers_for(vdep) File "/data/tiziano/debug-spack/spack2/lib/spack/spack/provider_index.py", line 80, in providers_for return sorted(s.copy() for s in result) File "/data/tiziano/debug-spack/spack2/lib/spack/llnl/util/lang.py", line 249, in <lambda> lambda s, o: o is not None and s._cmp_key() < o._cmp_key()) TypeError: '<' not supported between instances of 'str' and 'NoneType' ``` while at the same point disallowing MKL as a fftw provider. Solving both issues by depending on `fftw-api@3` instead and adding a conflict on `^fftw~mpi` when using `+mpi` (thanks to alalazo). * cp2k: use conflicts instead of runtime checks for fftw/openblas variants
2020-09-16fraggenescan: Modify build_targets for aarch64 (#18687)t-nojiri1-1/+1
2020-09-16environment-modules: add version 4.6.0 (#18686)Xavier Delaruelle1-1/+2
2020-09-16Added spackage for cosmoflow-benchmark proxy app (#18685)Robert Pavel1-0/+38
* Initial Draft of Cosmoflow Spackage Need to add in logic to streamline cpu/gpu builds * Added ~cuda logic to cosmoflow spackage Added logic to support a ~cuda build for cosmoflow * Requested Changes to Cosmoflow Spackage Made requested changes to cosmoflow spackage
2020-09-16Likwid versions >= 5.0.0 depend on Lua 5.2. (#18675)Severin Strobl1-1/+2
* Likwid versions >= 5.0.0 depend on Lua 5.2. According to https://github.com/RRZE-HPC/likwid/issues/324 recent versions of Likwid require Lua 5.2. * Update var/spack/repos/builtin/packages/likwid/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-09-15jemalloc: Use AutotoolsPackage and allow for arbitrary public API prefixes ↵Jason Lee1-14/+16
(#18680) Removed je variant
2020-09-15MatIO: Update repository and add new versions (#18683)Greg Sjaardema1-3/+6
MatIO development has switched to github from sourceforge. Updated the `git` and `url` variables and added the four new versions (1.5.14 -- 1.5.17) that have been released since the last update of this package.
2020-09-15AMD ROCmValidationSuite recipe for 3.5.0 and 3.7.0 (#18678)arjun-raj-kuppala2-0/+85
* AMD ROCmValidationSuite recipe for 3.5.0 and 3.7.0 * Updated the PR comments for rocmvalidationsuite recipe
2020-09-15namd: Added optimization auto-selection for skylake-X+ CPU for 2.14 and ↵Nikolay Simakov1-6/+68
2.15a1 (AVX512 tile) (#18671)
2020-09-15CLAW: update the package (#18673)Sergey Kosukhin2-9/+46
2020-09-15Qbox minor issues 18664 (#18665)Tom Payerle2-5/+121
* qbox: install to correct directory structure * qbox: Have qb executable put in bin rather than src subdir * qbox: Fix python script shebangs to use python from path * qbox: Add dependencies on gnuplot, python2 for utilities * qbox: fix flake8 issue * qbox: Add $prefix/util to PATH
2020-09-15nseg: add return 0; to void functions (#18481)ketsubouchi1-0/+10
2020-09-15fish: add dependencies, patch MacOS (#18526)Adam J. Stewart2-6/+52
2020-09-15py-cmocean: added new package at v2.0 (#18614)Adam J. Stewart1-0/+18
2020-09-15Add setuptools run-time dependency to various Python packages (#18616)Adam J. Stewart13-13/+13
2020-09-15py-jupyterlab-pygments: added new package at v0.1.1 (#18627)Adam J. Stewart1-0/+16
2020-09-15py-nest-asyncio: add new package at v1.4.0 (#18629)Adam J. Stewart1-0/+16
2020-09-15py-ipykernel: added v5.3.4, moved url to PyPI (#18630)Adam J. Stewart1-21/+25
2020-09-15py-ipython: added v7.18.1 (#18631)Adam J. Stewart1-24/+31
2020-09-15py-jupyter-client: added v6.1.7, moved url to PyPI (#18632)Adam J. Stewart1-14/+15
2020-09-15py-jupyter-core: updated the type of the setuptools dependency (#18633)Adam J. Stewart1-2/+1
2020-09-15py-jupyterlab-server: added v1.2.0 (#18634)Adam J. Stewart1-3/+4
2020-09-15py-argon2-cffi: added new package at v20.1.0 (#18626)Adam J. Stewart1-0/+21
2020-09-15py-jupyterlab: added v2.2.7 (#18635)Adam J. Stewart1-9/+6
2020-09-15py-nbformat: add v5.0.7, moved url to PyPI (#18637)Adam J. Stewart1-9/+8
2020-09-15py-terminado: added v0.8.3 (#18639)Adam J. Stewart1-4/+3
2020-09-15py-traitlets: added v5.0.4, moved url to PyPI (#18640)Adam J. Stewart1-12/+15
2020-09-14Added Missing Tag to Cradl Spackage (#18669)Robert Pavel1-0/+2
Added missing proxy apps tag to cradl spackage
2020-09-14CRADL Machine Learning Proxy Spackage (#18668)Robert Pavel3-0/+72
* Initial CRADL Spackage Work Currently resolving ```--single-version-externally-managed``` error * Fixed GPUtil Issues Thanks to Vinay Ramakrishnaiah for overwriting install * Finished CRADL Install Function Finished CRADL install function which is basically copying the scripts to the install directory. Also resolved flake8 issues for PR purposes
2020-09-14SIRIUS: Update dependencies (#18622)Simon Frasch1-1/+12
* sirius: Fixed dependency spfft when build with +rocm * sirius: Added new dependency spla for develop build * sirius: Added maintainer
2020-09-14Add new package: webbench (#18650)darmac1-0/+28
* Add new package: webbench * Update var/spack/repos/builtin/packages/webbench/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-09-14cpio: add --rtlib=compiler-rt for %fj (#18619)ketsubouchi1-4/+5
* cpio: add --rtlib=compiler-rt for %fj * cpio: simplify if * Update var/spack/repos/builtin/packages/cpio/package.py This seems better. Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-09-13ngmlr: support for aarch64 (#18621)t-nojiri3-0/+59
* ngmlr: support for aarch64 * ngmlr: Fixed patch file
2020-09-13nek5000: Support Fujitsu fortran (#18659)ketsubouchi2-0/+49
2020-09-13Updated FZF package for newer versions. (#18608)Paul1-10/+17
* Support for external find. * Added latest version (0.22.0) and conditions to package to continue support for older versions.
2020-09-13use github for download (#18657)Joseph Wang1-1/+1
2020-09-12new package: py-reproject (#18641)Andrew W Elble3-0/+52
* new package: py-reproject add setuptools build/run dep to py-astropy-healpix * fixes * fix
2020-09-12Add new package: delta (#18648)darmac1-0/+28
2020-09-12cvs: add a patch for segv issue (#18649)darmac1-0/+5
2020-09-12Add new package: dbxtool (#18651)darmac1-0/+25
2020-09-12Add new package: geoip-api-c (#18653)darmac1-0/+23
2020-09-12Add new package: libspiro (#18654)darmac1-0/+22
2020-09-12Add new package: hping (#18311)darmac2-0/+66
* Add new package: hping * Update var/spack/repos/builtin/packages/hping/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Update var/spack/repos/builtin/packages/hping/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Update package.py Fix flake8 errors Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-09-12Add new package: jetty-project (#18555)darmac1-0/+20
* Add new package: jetty-project * refine dependency * refine maven version
2020-09-11ncurses: adding external support. (#18609)Robert Blake1-7/+39
* ncurses: adding external support. * Update var/spack/repos/builtin/packages/ncurses/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Update var/spack/repos/builtin/packages/ncurses/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Update var/spack/repos/builtin/packages/ncurses/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Fixing includes. Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-09-11NumPy: added v1.19.2 (#18615)Adam J. Stewart1-1/+2
2020-09-10Changes for hipsparse, rocthrust recipes for rocm_3.7.0 (#18497)srekolam3-14/+22
* changes for hipsparse,rocthrust recipes for rocm_3.7.0 * changes to rocrand for 3.7.0 * version changes
2020-09-10recipes changes for hipblas, rocprim, rocfft, rocsolver for rocm3.7.0 (#18495)srekolam5-17/+28
* recipes changes for rocprim,rocfft,rocsolver for rocm3.7.0 * changes to hipcub recipe for rocm-3.7.0 * changes to address review comments
2020-09-10Adding Missing Versions for Flux-Sched/Flux-Core and Compiler Flags (#18612)Robert Pavel2-1/+11
* Checksummed New Flux Versions Checksummed new flux versions to let spack detect them * Added CXXFlags to build Flux-sched Added missing cxxflags to build flux-sched