summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2019-11-26Add version check when building intel-tbb with clang (#13893)Tim Haines1-0/+10
* Add version check when building with clang * Update for flake8 formatting
2019-11-26votca: help concretizer (#13906)Christoph Junghans3-6/+5
* votca: help concretizer * flake8
2019-11-26add new package : sysstat (#13907)darmac1-0/+21
2019-11-26IntelPackage: setup_env -> setup_build_env (#13888)Adam J. Stewart2-2/+2
2019-11-26metabat: add versions 2.14 and 2.13 (#13369)Eric Martin1-2/+4
* metabat: add versions 2.14 and 2.13 * update build environment * Update var/spack/repos/builtin/packages/metabat/package.py Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com> * Update var/spack/repos/builtin/packages/metabat/package.py Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com>
2019-11-26MPark.Variant: Patch NVCC C++14 Build (#13901)Axel Huebl2-0/+30
Fix an issue with NVCC when building with C++14.
2019-11-26update py-nbconvert (#13422)Andreas Baumbach1-5/+20
* update py-nbconvert * add setuptools dependency, like all the other jupyter packages it seems to be using setuptools for some commands all the time but requires it for the newest version * added dependencies, not necessarily only needed for the latest one * depends on new packages (defusedxml, pandocfilters, testpath) * should also be moved to pypi sources? * '@5:@5:' is a valid spec -> intended? * make dependencies optional * Update dependencies and add description * relax py-mistune dependency restriction * Update var/spack/repos/builtin/packages/py-nbconvert/package.py Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com>
2019-11-26new package: py-arrow (#13575)Andreas Baumbach1-0/+28
* new package: py-arrow * actually use dependencies from 0.14.7 not from current HEAD * drop dependencies that dont appear in the source * readd sphinx as doc dependency * update dependencies * drop doc-only dependencies
2019-11-26Update Mathematica recipe (#13679)Roman Briskine1-1/+15
* Add licensing; replace url with url_for_version; create .spack dir during installation; symlink wolframscript; generate spec.yaml if missing * Reverted url change, .spack directory creation, and spec.yaml generation * Fix formatting issues
2019-11-26ocaml: fix url (#13749)noguchi-k1-1/+1
2019-11-26Days since OpenMPI+UCX trashed my cluster: 0 (#13818)sknigh2-0/+255
2019-11-26silence vtkm logging until it does not report false positives to std::cerr ↵Matt Larsen1-1/+1
(#13845)
2019-11-26add new package : busybox@1.31.1 (#13871)darmac1-0/+28
* add new package : busybox@1.31.1 * 1. add some other version for busybox 2. change Busybox class to MakefilePackage 3. move make('defconfig') and make() to build() function 4. change install_tree('', prefix) to install_tree('.', prefix)
2019-11-26add new package : blktrace (#13872)darmac1-0/+31
* add new package : blktrace * modify install_tree('', prefix) to install_tree('.', prefix)
2019-11-26lsof: fix url and checksum (#13801)noguchi-k1-2/+5
* lsof: fix url and checksum * lsof: change the download url, add list url and version 4.91, 4.90
2019-11-26Bump miniconda2 miniconda3 to 4.7.12.1 . (#13897)健美猞猁2-0/+2
2019-11-26Variant for enabling tests, versions, cleanup (#13882)Rao Garimella1-33/+52
* add variant for enabling testing * enable tests and clean up other options * add numbered versions * updates to avoid enable_tests variant; correct versioning * fixes for style * appropriate partitioners are enabled if 'all' is specified - so no need to check in spec * define url so spack knows how to fetch the tar.gz files for different versions
2019-11-26Updating package for SOLLVE (#12607)Vivek Kale1-0/+274
* Add SOLLVE package with Shintaro's help on rebasing. Co-authored-by: Vivek Kale <vivek.lkale@gmail.com> * sollve: reflect suggestions by @adamjstewart * sollve: update target detection Copied from llvm/package.py. * sollve: fix a few things - url -> git - remove git in version() - explicit cmake options in else clauses - add newlines for better readability
2019-11-26Py-pymol package has been updated to the latest version (#13764)Hector Martinez-Seara2-13/+31
* Added new package libmmtf-cpp required by py-pymol * Added SPDX-License-Identifier to MIT * Updated py-pymol to version 2.3.0 * py-pymol: Added mising py-pmw dependency * py-pymol: flake8 minor change * py-pymol: Added patch for apbstools_tcltk8.6 This patch is borrowed from archlinux https://bugs.archlinux.org/task/39526 * libmmtf-cpp: flake8 compliance * libmmtf-cpp: flake8 compliance * libmmtf-cpp: change license to (Apache-2.0 OR MIT) when refering to the MIT license * libmmtf-cpp: Added header text about license as in examples * py-pymol: removed unnecesary dependency mesa-glu * py-pymol: removed unnecesary patch * py-pymol: Removed empty line at the end of the file to comply with flake8.
2019-11-26cmake: add support for xlf and ninja (#13796)Christoph Junghans1-0/+4
2019-11-26httperf: added new package (#13875)darmac1-0/+26
2019-11-25Add the py-coloredlogs package (#13852)Joe Koning1-0/+18
* Add the py-coloredlogs package * Remove extraneous line. * Remove dashed line. * Add version for humanfriendly dep and build to type. * Change source url to use pypi.
2019-11-25Forgot a trailing _PLUGIN (#13884)Hadrien G1-1/+1
2019-11-25add new versions to py-mistune (#13887)Andreas Baumbach1-0/+8
2019-11-25Add intel-tbb versions 2019.5 to 2019.8 (#13891)Tim Haines1-0/+4
2019-11-25Improved library access for lm-sensors and implemented use in papi. (#13885)G-Ragghianti2-4/+11
* Improved library access for lm-sensors and implemented use in papi. * Fixed comment formatting * Removed explicit "None" from return of libs(). * Added two new software release versions.
2019-11-25add package cuda@10.2.89 (#13819)René Widera1-2/+6
* add package cuda@10.2.89 add CUDA 10.2 support * CudaPackage: Add 10.2 Conflicts * CUDA: Modernize Run Environment See #11115
2019-11-25Updated LAMMPS package to use gpu and kokkos options. (#13886)David M. Rogers1-2/+25
2019-11-25Fix ROOT dependencies (for +r variant) (#13839)iarspider1-2/+2
2019-11-25Mapnik: fix runtime error involving py-pycairo and PDF (#13865)Sinan2-5/+7
* fix runtime error involving py-pycairo and PDF * Update var/spack/repos/builtin/packages/py-python-mapnik/package.py Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com> * fix env setup
2019-11-25Add the py-importlib-resources package (#13854)Joe Koning1-0/+22
* Add the py-importlib_re package * Rename package to conform with spack naming convention. * Rename package to py-importlib-resources Add python depend modules for previous python versions and depends_on python. * Add whitespaces.
2019-11-25cctools: fix python related error. (#13802)Toyohisa Kameyama3-3/+144
* cctools: fix python related error. * patch bugfix.
2019-11-25Add latest version of bazel (#13813)Sinan23-751/+315
* use bazel commit in #13112, and add version 0.24.1, and corresponding cc_env patch * undo preferred java version by dodo47 * patch for v0.26 * Update install steps * Add patches for more versions * Add unit tests * Update patches for new Spack env vars * env is already defined, use spackEnv
2019-11-25py-celery: added new package (#13851)Joe Koning1-0/+57
2019-11-25py-amqp: added new package (#13848)Joe Koning1-0/+22
* Add the py-amqp package * Add the py-vine dependency. * Add vine version and python dependency.
2019-11-25py-qtpy: enable use with pyqt5, pyside and pyside2 (#13837)iarspider1-2/+12
2019-11-25py-kombu: added new package (#13855)Joe Koning1-0/+23
2019-11-25prank: use Spack compilers and remove x86_64 opts from Makefile (#13877)t-karatsu1-0/+9
2019-11-25netperf: added new package (#13876)darmac1-0/+19
2019-11-25ltp: added new package (#13878)darmac1-0/+25
2019-11-25ACTS v0.11.0 + adding maintainer (#13880)Hadrien G1-0/+2
2019-11-25add new package : py-cssselect (#13879)darmac1-0/+21
2019-11-24ack: Fix install modifying download cache (#13836)Oliver Breitwieser1-5/+7
This makes several installs from the same download cache impossible once the hash of the used perl-install changes. Fixes: #13824 Change-Id: I5f10d9d54ae999d0ca7e4171f989dfca2e6a7169
2019-11-24tinker: initial commit (#13869)Christoph Junghans2-0/+137
2019-11-23ncurses: don't run strip internally (#13843)Christoph Junghans1-2/+3
* ncurses: don't run strip internally * setup_environment -> setup_build_environment * fix ABI change
2019-11-23py-matplotlib backend dependencies needed at runtime (#13867)Adam J. Stewart1-20/+20
2019-11-23Add py-scipy 1.3.3 (#13866)Adam J. Stewart1-1/+2
2019-11-23Add the py-humanfriendly package (#13853)Joe Koning1-0/+16
2019-11-23Fix setuptools dependency in py-snowballstemmer (#13844)Adam J. Stewart1-1/+1
2019-11-23Add the py-billiard package (#13849)Joe Koning1-0/+19