summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-04-22update Jali version and dependent MSTK version (#16236)Rao Garimella1-2/+3
Co-authored-by: Rao Garimella <rao@abyzou.lanl.gov>
2020-04-22kokkos: generate_makefile calls cmake (#16237)Cameron Smith1-0/+3
2020-04-22fix code-signing on macOS (#15592)Sajid Ali1-24/+43
* rebase * move if statement location * remove whitespace * spec to self.spec * switch statements as per review * fix erronous indent * add missing cmake arg * minor placement fix for cmake args * edit comment * fix erronous return * clarify conflicts with messages * remove duplicate comment * simplify logic * macos wasn't a variant, fix that * remove extra blank line * address reviewer comments on spaces
2020-04-22Add new package: py-pid (#16202)darmac1-0/+27
* Add new package: py-pid * fix depends_on
2020-04-22Add new versions to Avizo (#16204)asmaahassan901-8/+30
* Add new versions add versions 2019.3 and 2019.4 and adjust the install stage accordingly * one small fix * fix lint * re-ordering the versions
2020-04-22Updated 'qt' to support '@5.12.7', '+debug', and '+opengl' with older OpenGL ↵Joseph Ciurej2-2/+20
versions. (#16220)
2020-04-22libsm: added libuuid as dependency (#16226)Kelly (KT) Thompson1-0/+1
While building _visit_, I ran into an undefined symbol at link time. I tracked the missing dependency to _libsm_ needing to know about _libuuid_ at link time.
2020-04-22libcgroup: added package at v0.41 (#16229)darmac1-0/+25
2020-04-22metis: fix build when version > 5.0 (#16186)Jeffrey Salmond1-3/+2
2020-04-22py-pyproj: added v2.6.0 (#16176)Elizabeth Fischer1-0/+3
Co-authored-by: Elizabeth Fischer <elizabeth.fischer@alaska.edu>
2020-04-22source-highlight: fix detection of boost (#16102)Servesh1-0/+4
Co-Authored-By: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2020-04-22buddy: added package at v2.4 (#16166)darmac1-0/+25
2020-04-22linux-pam: added package at v1.3.1 (#16137)darmac1-0/+26
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-04-22cmaq: added new package at v5.3.1 (#16224)darmac1-0/+21
Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com>
2020-04-21Phist int64 variant (#16209)jthies2-9/+59
* phist: add int64 variant and resulting conflicts and dependencies * phist: use Trilinos TPLs as soon as they are in the spec, not just if +trilinos isexplicitly set and remove a redundant depends-statement * phist: use int as gotype for Trilinos dependency if ~int64 * phist: new version 1.9.0 * phist: remove trailing whitespace * phist: updated checksum (version tag was moved)
2020-04-21Add new package: cmockery (#16225)darmac1-0/+27
2020-04-21Fix: Flex Reconfigure (#16194)Axel Huebl1-0/+5
* Fix: Flex Reconfigure Learn the `flex` package how to reconfigure itself when needed. Fix #11551 Co-authored-by: Andrew W Elble <aweits@rit.edu> * Autoreconf: only when actually desired Co-authored-by: Andrew W Elble <aweits@rit.edu>
2020-04-21catch2 2.12.1 (#16211)Andrew Gaspar1-0/+1
2020-04-21Doc: Conflict Msg Pkg Guide (#16201)Axel Huebl1-3/+7
Document the nice `msg=` argument in conflicts. Super useful for less generic conflict guidance.
2020-04-21Updated the 'opengl' package to include all older versions of the library. ↵Joseph Ciurej1-0/+11
(#16219)
2020-04-21PyTorch: add 1.5.0 (#16212)Adam J. Stewart1-0/+2
2020-04-21py-tap-py: Add 3.0 and 2.6.2 (#16169)Michael Kuhn1-7/+11
2020-04-21Add new package: sgpp (#15961)Gregor Daiß5-0/+421
* sgpp: Added recipe * sgpp: Removed maintainer and updated patch * sgpp: Added more conflicts * sgpp: Added conflicts for older combigrid versions * sgpp: Added one more maintainer * sgpp: Add version 3.3.0 and sane defaults * sgpp: Better description and c++11 conflicts * sgpp: Updated maintainers * sgpp: Fix flake8 errors * sgpp: Fix dependencies and minor issues - Added py-setuptools dependency - Fixed zlib link dependency - Added git url - Using spec.satisfies where appropriate * sgpp: Added testing to package * sgpp: Remove simd variant and use spec instead * sgpp: Remove java variant * sgpp: Small bugfixes * sgpp: Add datadriven patch and patch explanations
2020-04-21compiler wrappers: don't override -isystem with -I (#16077)Andrew W Elble2-14/+102
If the Spack compiler wrapper encounters any "-isystem" option, then when adding include directories for Spack dependencies, Spack will use "-isystem" instead of "-I". This prevents Spack-generated "-I" options from overriding the "-isystem" options generated by the build system. To ensure that build-system "-isystem" directories are searched first, Spack places all of its inserted "-isystem" directories after. The new ordering of -isystem includes is: * -isystem from build system (not system directories) * -isystem from Spack * -isystem from build system (for directories like /usr/include) The prior order of "-I" arguments is preserved (although as of this commit Spack no longer generates -I if -isystem is detected): * -I from build system (not system directories) * -I from Spack (only if there are no "-isystem" options) * -I from build system (for directories like /usr/include)
2020-04-21New package: sumo (#16096)Glenn Johnson4-4/+124
* New package: sumo This PR adds the sumo package, as well as the fox package as a dependency. It also updates and adds some fixes for openscenegraph. For fox, the patch is for the development version. That patch should not be necessary in future versions as it has been applied upstream. The stable version is 1.6.57 and is marked as preferred. This is the version needed for sumo. Added dependencies for openscenegraph as well as set constraints on qt versions. * Update var/spack/repos/builtin/packages/sumo/package.py I had intended to set this version constraint but somehow did not. Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com> * Add dependency types to sumo recipe - googletest: 'test' - swig: 'build' - java: 'build', 'run' Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-04-21py-torchvision: add new version (#16208)Adam J. Stewart1-4/+7
2020-04-21gettext: Fix typo (#16206)Michael Kuhn0-0/+0
2020-04-21gettext: Fix typo (#16206)Michael Kuhn0-0/+0
2020-04-21gettext: Fix typo (#16206)Michael Kuhn1-1/+1
2020-04-21catch2: added v2.12 (#16207)Andrew Gaspar1-0/+1
2020-04-21qgis: Fix pkgconfig dependency (#16188)Michael Kuhn1-1/+1
2020-04-20gettext: add missing iconv dependency (#16193)Axel Huebl1-1/+3
`gettext` will pick up a random `iconv` dependency if not specified, which crashes python and its own builds on macOS.
2020-04-20votca-*: remove rc versions (#16197)Christoph Junghans5-20/+6
2020-04-20Add new package: sse2neon (#16168)darmac1-0/+23
2020-04-20Python: add latest Python 2 releases (#16191)Adam J. Stewart1-1/+3
2020-04-20Implemented +shared and +static_tools variants (#16105)G-Ragghianti1-5/+25
2020-04-20Add ppOpen-APPL/FDM and ppOpen-APPL/FDM-AT. (#16116)Toyohisa Kameyama5-0/+219
2020-04-20ppOpen-APPL/DEM-util: New package (#16120)Toyohisa Kameyama1-0/+48
2020-04-20Add new package: audacious (#16121)darmac1-0/+30
2020-04-20Add new package: bgpdump (#16122)darmac1-0/+21
2020-04-20Add new package: byacc (#16123)darmac1-0/+24
* Add new package: byacc * refine byacc info
2020-04-20Package Bonniepp adding sbin to PATH (#16124)Amjad Kotobi1-0/+4
2020-04-20rocksdb: Add 6.7.3 (#16189)Michael Kuhn1-3/+29
This also adds a shared variant, so we can build both the static and shared libraries at the same time. It also adds a pkg-config file.
2020-04-20pixman: Add 0.40.0 (#16190)Michael Kuhn1-0/+1
2020-04-20update package py-graphviz version (#16131)Amjad Kotobi1-0/+3
2020-04-20Add Acts v0.22 (#16141)Hadrien G1-0/+1
2020-04-20Add new package: codec2 (#16142)darmac1-0/+17
2020-04-20Add new package: libsamplerate (#16143)darmac1-0/+22
2020-04-20Add new package: collectd (#16144)darmac1-0/+21
2020-04-20Add new Package: accumulo (#16148)darmac1-0/+26