summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-04-09New package: gtk-doc (#15768)Jennifer Herting1-0/+41
* [gtk-doc] created template * [gtk-doc] using custom url to standardize on dotted version * [gtk-doc] added description and homepage * [gtk-doc] added dependencies and added pdf variant * [gtk-doc] commented out pdf variant * [gtk-doc] cleaned up leftover fixmes * [gtk-doc] flake8 * [gtk-doc] readded url * [gtk-doc] python packages are build and run dependencies
2020-04-09papi: check existence of a fortran compiler (#15968)Massimiliano Culpo1-4/+8
fixes #5029
2020-04-09[podio] add recipe for podio (#15726)vvolkl1-0/+58
2020-04-09py-torch: Fix v1.4.0 by adding v1.4.1 (#15761)Andrew W Elble1-1/+6
* py-torch: Fix v1.4.0 by adding v1.4.1 version/tag hack so that 1.4.0 is still workable. see pytorch/pytorch#35149 * delete/disable fbgemm support in 1.4.0 * moved conflict
2020-04-09NAG compiler fix: skip implicit RPATH detection (#15902)Peter Scheibel1-2/+6
* Skip collection of compiler link paths if compiler does not define a verbose flag * modules config bug: allow user to configure a compiler without an explicit entry for loaded modules
2020-04-09uchardet: added package at v0.6.0 (#15937)darmac1-0/+29
2020-04-09Papi packge: refactored to inherit from AutotoolsPackage (#15962)G-Ragghianti1-43/+44
2020-04-08elasticsearch: change depends on from jdk to java (#15964)darmac1-1/+1
2020-04-08glib: Add new stable versions (#15947)Michael Kuhn2-6/+118
Newer versions of glib require Meson, so this PR adds support for that using a hybrid approach. glib@5.28: will be built using Meson, older versions still make use of Autotools.
2020-04-08py-gpaw: Add libvdwxc as variant (#15948)T.Tian1-0/+7
* Add libvdwxc as variant * py-gpaw: add missing line for libvdwxc conditions
2020-04-08- Fixes build issues. (#15951)Aniruddha Marathe1-3/+10
- Updates Kripke URL to its Github repository. - Adds previous Kripke versions. - Adds 'caliper' variant.
2020-04-08py-tensorflow-estimator: fix build (#15953)Andrew W Elble1-11/+34
Change the build to work again, and be more in line with the other tensorflow packages. Add version 2.1.
2020-04-08Fixed bad expand option for openjdk versions. (#15956)Paul Ferrell1-1/+1
The most recent change to the openjdk package set expand=False for all versions of the package. This means only the unexpanded archive will be installed, which is not correct.
2020-04-08py-awesome-slugify: new package at 1.6.5 (#15907)Justin S1-0/+21
* py-awesome-slugify: new package at 1.6.5 * py-awesome-slugify: fix typo in version range * py-awesome-slugify: update dependencies
2020-04-08F18 update April 2020 (#15930)Nichols A. Romero1-1/+24
* Update dependencies and support variant for Fortran Intermediate Representation. * Add Cmake flags that toggle Fortran Intermediate Representation on/off. Exclude Flang tests for now. * f18+fir variant needs next release of llvm or master. * Only build tests if you are pass in --test to spack install
2020-04-08New package: py-tensorboard (#15829)Andrew W Elble1-0/+67
* New package: py-tensorboard * some basic dependencies based on requirements.txt remove the older version that doesn't build * requested changes * add additional dependencies * more dependency changes
2020-04-08py-onnx: only use py-typing if python < 3.5 (#15931)Andrew W Elble1-2/+3
* py-onnx: only use py-typing if python < 3.5 avoids a 'Callable has no attribute __abc_registry' error. See onnx/onnx#2199 and python/typing#573 * add version 1.6.0 while we're here.
2020-04-08MariaDB: added v10.4.12 (#15943)iarspider1-0/+1
2020-04-08pytest: added v4.6.9 (#15944)iarspider1-1/+2
2020-04-08http-parser: added package at v2.9.4 (#15936)darmac1-0/+21
2020-04-08environment-modules: add version 4.5.0 (#15938)Xavier Delaruelle1-2/+3
Add new version 4.5.0 and update quarantine variable list to also include LD_PRELOAD in addition to LD_LIBRARY_PATH (to avoid side-effect when the first depends on the latter).
2020-04-07Update hugo version and add extended variant (#15933)George Hartzell1-1/+8
- Add info for version 0.68.3 - Add variant to package that enables the "extended" features. It works with both of the existing versions (not sure how far back it goes, but confirmed that it's valid fro 0.53). Tested on OS X with go@1.14.1.
2020-04-07Add new package: open-isns (#15914)darmac1-0/+29
* Add new package: open-isns * refine args
2020-04-07py-cyvcf2: new package at 0.11.7 (#15908)Justin S1-0/+25
* py-cyvcf2: new package at 0.11.7 * py-cyvcf2: update dependencies
2020-04-07py-yahmm: new package at 1.1.3 (#15909)Justin S1-0/+22
* py-yahmm: new package at 1.1.3 * py-yahmm: update dependencies
2020-04-07py-unidecode: new package at 1.1.1 (#15906)Justin S1-0/+19
* py-unidecode: new package at 1.1.1 * py-unidecode: update py-setuptools dep type * py-unidecode: add python version
2020-04-07py-utils: new package at 1.0.1 (#15904)Justin S1-0/+19
* py-utils: new package at 1.0.1 * py-utils: update py-setuptools dep type * py-utils: fix dependency condition
2020-04-07py-args: new package at 0.1.0 (#15903)Justin S1-0/+18
* py-args: new package at 0.1.0 * py-args: update dependencies
2020-04-07openfoam: modified flex to be a build + link dependency (#15917)Massimiliano Culpo1-1/+1
fixes #15863 Since openfoam-org needs FlexInclude.h "flex" needs to be also a link dependency.
2020-04-07update gasnet spackage cmake args (#15920)ktsai71-10/+35
* update gasnet spackage cmake args * fix style errors * trailing whitespace
2020-04-07updates CCTools to version 7.1.2 (#15923)Benjamin Tovar1-1/+2
2020-04-07Make use of Spack's builtin CUDA build system. (#15924)Nichols A. Romero1-16/+3
2020-04-07Addded Draco@7.5.0:7.6.0 (#15926)Robert Pavel1-0/+2
Updated version hashes for draco spackage to specify 7.5 and 7.6
2020-04-07Fix lua build, missing deref of self for spec (#15927)George Hartzell1-1/+1
Looks like something changed and a case was missed. Function doesn't have a spec arg, need to dereference it off of self. Builds on OS X.
2020-04-07update versions: petsc4py@3.13.0 and slepc4py@3.13.0 (#15928)Satish Balay2-0/+4
2020-04-07[acts-core] Add version 0.21 (#15922)Hadrien G1-1/+2
* Add ACTS v0.21 * Update var/spack/repos/builtin/packages/acts-core/package.py Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-04-07pipelines: Document dynamic generation limitationsScott Wittenburg1-1/+23
2020-04-07ucx: add additional variants (#15925)Carson Woods1-0/+38
* Add more variants to ucx * Fix flake8 issue
2020-04-07slepc 3.13 develop updates (#15897)Jose E. Roman1-4/+21
* slepc: updates for @devel - +arpack now works with int64 - +blopex add conflict with int64 - switch to using --with-arpack-lib [from --with-arpack-lib] with current slepc - use updated blopex with current slepc * slepc: conflict with blopex should be in all versions * slepc: add new downloads * slepc: add whitespace around operator Co-authored-by: Satish Balay <balay@mcs.anl.gov>
2020-04-07New package(s): py-pydeps and py-stdlib-list (#15828)Andrew W Elble2-0/+37
* New package(s): py-pydeps and py-stdlib-list * requested changes * Update var/spack/repos/builtin/packages/py-stdlib-list/package.py Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-04-07Add new package: shark (#15913)darmac1-0/+25
2020-04-07update OpenFOAM patch versions (#15916)Mark Olesen2-1/+11
Co-authored-by: Mark Olesen <Mark.Olesen@esi-group.com>
2020-04-07cryptsetup: restrict the version of automake if @2.2.1 (#15918)Massimiliano Culpo1-0/+2
* cryptsetup: restrict the version of automake if @2.2.1 fixes #15706 * Update var/spack/repos/builtin/packages/cryptsetup/package.py Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-04-07NAG Compiler 7.0 (Build 7014) download checksum (#15899)Themos Tsikas1-1/+1
* NAG Compiler 7.0 (Build 7009) download checksum * NAG Compiler 7.0 (Build 7014) download checksum
2020-04-07New package: boinc-client (#15770)Jennifer Herting2-0/+76
* [boinc-client] Created template * [boinc-client] removed non-client version * [boinc-client] added description and homepage * [boinc-client] specifically specify this as a client release * [boinc-client] added dependencies * [boinc-client] added variant: manager * [boinc-client] added graphics variant * [boinc-client] added dependency version specificity * [boinc-client] systemd install path fix * [boinc-client] added sqlite dependency * [boinc-client] flake8 * [boinc-client] cleaned up left over fixme
2020-04-07Add build number to Arm compiler version identification (#15809)LPettey-Arm2-2/+22
* Add capability for detecting build number for Arm compilers * Fixing fleck8 errors and updating test_arm_version_detection function for more detailed Arm compielr version detection * Ran flake8 locally and corrected errors * Altering Arm compielr version check to remove else clause and be more consistent with other compielr version checks. Added test case so both the 'if' and 'else' conditionals of the Arm compiler version check have a test case Co-authored-by: EC2 Default User <ec2-user@ip-172-31-7-135.us-east-2.compute.internal>
2020-04-07intel: fixed version number (update4 is 18.0.5) (#15915)Massimiliano Culpo1-2/+4
fixes #15811 See https://software.intel.com/en-us/articles/intel-compiler-and-composer-update-version-numbers-to-compiler-version-number-mapping
2020-04-07ppOpen-APPL/FEM: New package. (#15911)Toyohisa Kameyama2-0/+132
* ppOpen-APPL/FEM: New package. * typo fix. Update patch.
2020-04-07Don't run linux build tests for doc PRs (#15895)Adam J. Stewart1-0/+2
2020-04-06Simplify Build Error template (#15864)Adam J. Stewart1-66/+20