summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2020-07-15cantera: better specify dependency on sundials (#17540)ketsubouchi1-1/+1
2020-07-14New Package: GrADS (#17476)Julius-Plehn3-0/+85
* grads minimal package * udpt template * grads minima * grads & shapelib package * hdf4 * cleanup * hdf5, netcdf variants * updates environment function * updating paths and pkgconfig * cleanup
2020-07-14[acts] Add 0.25.x series (#17485)Hadrien G1-1/+9
* Add Acts v0.25 support * Add Acts v0.25.1 * Add acts v0.25.2
2020-07-14[acts] remove false dependency (#17511)vvolkl1-2/+2
2020-07-14r-glue: new version (#17517)Amjad Kotobi1-0/+1
2020-07-14gpdb: fix runtime issue (#17521)darmac1-1/+12
2020-07-14zsh (package): add versions; switch to .xz archives (#17489)Jon Rood1-5/+8
* Add new versions including 5.8 * Download .xz archives for existing versions (this requires updating the associated checksums)
2020-07-14Add new package: minio (#17522)darmac1-0/+29
2020-07-14New package: babelflow (#17500)Cyrus Harrison1-0/+31
2020-07-14py-lockfile: depends on py-pbr by setup.py (#17524)darmac1-0/+1
2020-07-14scons: support Fujitsu Fortran moddir option (#17538)ketsubouchi1-0/+9
2020-07-14rsync (package): add version 3.2.2 (#17504)Jon Rood1-0/+1
2020-07-14libyogrt (package): add variant to enable static builds (#17535)Frank Willmore1-0/+6
2020-07-14py-protobuf (package): add version 3.12.2 (#17532)Jon Rood1-0/+1
This matches the current latest version of protobuf in Spack. Generally the version of py-protobuf and protobuf should match, but this constraint is not currently recorded in py-protobuf.
2020-07-14dd4hep (package): add version 1.13.0 (#17528)vvolkl1-0/+1
2020-07-14Trilinos (package): remove maintainer (#17534)Andrey Prokopenko1-1/+1
2020-07-14smartdenovo: added patch to fix compile error (debian) (#17435)darmac2-2/+26
2020-07-13CUDA 11.0.2 (#17423)Axel Huebl1-0/+3
- [x] wait for general release candidate - [x] compute capability support - [x] compiler conflicts - [x] ppc64le - [x] new download links
2020-07-13add share libs variant to raja (#17496)Cyrus Harrison1-2/+6
2020-07-13add shared libs variant to umpire (#17497)Cyrus Harrison1-0/+4
2020-07-13update vtk-m with pinned version for ascent and related packages (#17498)Cyrus Harrison3-1/+31
* add ascent_ver to vtk-m pkg * vtk-m:: add patches used by ascent
2020-07-13update vtk-h package with new version and options (#17499)Cyrus Harrison2-26/+34
2020-07-13tmux (package): add version 3.1b (#17486)Jon Rood1-0/+1
2020-07-13gdb (package): add version 9.2 (#17490)Jon Rood1-0/+1
2020-07-13cppcheck (package): add version 2.1 (#17491)Jon Rood1-0/+1
2020-07-13bison (package): add versions including 3.6.4 and 3.5.3 (#17492)Jon Rood1-2/+11
2020-07-13curl (package): add version 7.71.0 (#17493)Jon Rood1-0/+1
2020-07-13vim (package): add version 8.2.1201 (#17503)Jon Rood1-0/+1
2020-07-13screen (package): add version 4.8.0 (#17505)Jon Rood1-0/+1
2020-07-13stow (package): add version 2.3.1 (#17506)Jon Rood1-0/+1
2020-07-13gnutls: add version 3.6.14 (#17507)Jon Rood1-0/+1
2020-07-13Global (package): add version 6.6.4 (#17508)Jon Rood1-0/+1
2020-07-13bwa: support for aarch64 (#17473)darmac2-2/+26
* bwa: support for aarch64 * bwa: fix build error for non-aarch64 machine
2020-07-13Update gdk-pixbuf package. (#17458)Rémi Lacroix1-2/+9
* gdk-pixbuf: Add new stable versions. * gdk-pixbuf: Add a missing dependency with libx11. Also add a variant disabled by default to make it optional since it is considered deprecated (cf. https://github.com/GNOME/gdk-pixbuf/commit/3362e94c2595440f322798dc4d15f1ed24a4c52c).
2020-07-13updated sha256 for openfoam-1806 patch (#17483)Mark Olesen1-1/+1
- perhaps related to gitlab migration and/or upgrade (Dec 2019) Co-authored-by: Mark Olesen <Mark.Olesen@esi-group.com>
2020-07-13Add libglvnd packages/Add EGL support (#14572)Omar Padron4-15/+142
* add new package: "libglvnd-frontend" * add +glvnd variant to opengl package * add +glvnd variant to mesa package * add +egl variant to paraview package * add libglvnd-frontend entries to default packages config * fix style * add default providers for glvnd virtuals add default providers for glvnd-gl, glvnd-glx, and glvnd-egl * WIP: rough start to external OpenGL documentation * rename libglvnd-frontend package and backend virtual dependencies * update documentation * fix ligvnd-be-* typos * fix libglvnd-fe package class name * fix doc parse error
2020-07-12Add new package: atf (#17472)darmac1-0/+23
2020-07-12Magics fix and update (#17477)Jannek Squar1-3/+16
* Added new versions to magics and began to set not-so-optional netcdf dependency * Added enforced netcdf dependency * Fix also works for version 4.1.0
2020-07-11lmbench: fix scripts path for aarch64 (#17456)darmac2-0/+15
2020-07-11llvm-flang: Only build offload code if cuda enabled (#17466)Dr Owain Kenway1-3/+4
* llvm-flang Only build offload code if cuda enabled The current version executes `cmake(*args)` always as part of the post install. If device offload is not part of the build, this results in referencing `args` without it being set and the error: ``` ==> Error: UnboundLocalError: local variable 'args' referenced before assignment ``` Looking at prevoous version of `llvm-package.py` this whole routine appears to be only required for offload, some indent `cmake/make/install` to be under the `if`. * Update package.py Add comment
2020-07-10[glew] depends on libsm and libice (#17428)Jen Herting1-0/+2
* [glew] depends on libsm * [glew] depends on libice
2020-07-10energyplus: add 9.3.0 (#17452)Justin S1-8/+11
* energyplus: add 9.3.0 * energyplus: fix version order * energyplus: more concise links * energyplus: avoid join_path
2020-07-10tensorflow-serving-client: add new version 2.2.0 (#17462)figroc1-1/+2
2020-07-10Update the bbcp package (#17436)Rémi Lacroix1-3/+4
* bbcp: Update the URLs to use HTTPS. The HTTP URLs do not work anymore. * bbcp: Add missing libnsl dependency. * bbcp: Rename the git-based version to match the branch name. Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-07-10py-pysam: add LDFLAGS to curl (#17434)ketsubouchi1-0/+3
* py-pysam: add LDFLAGS to curl * Update var/spack/repos/builtin/packages/py-pysam/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-07-10grpc: add versions 1.28/1.29/1.30 (#17433)figroc1-3/+9
2020-07-10New packages: thepeg, herwig++ (2.x) (#17443)iarspider7-0/+376
* New packages: Rivet, Herwig++ 2 * Add patches for thepeg * Flake-8 * Update package.py * Delete thepeg-2.1.6.patch * Delete thepeg-2.1.5.patch * Delete thepeg-2.1.3.patch * Delete thepeg-2.2.0.patch
2020-07-10New packages: looptools + vbfnlo (#17446)iarspider2-0/+68
* New package: vbfnlo * Add new package: vbfnlo * Add recipe for looptools * Add patch for looptools * LoopTools: patch not needed (fixed by developers without changing version) * Remove patch file as well * Update package.py * Update package.py * Fix vbfnlo recipe for old version Co-authored-by: iarspider <iarpsider@gmail.com>
2020-07-10New Package: ChaNGa (#17442)Julius-Plehn3-2/+61
* WIP: changa package * changa cleanup * flake8 format * adds master branch to ChaNGa * positional arguments * use install instead of copy
2020-07-09ltrace: Disable "-Werror". (#17444)Rémi Lacroix1-0/+5
Some functions used by ltrace have been deprecated in recent versions of glibc.