Age | Commit message (Collapse) | Author | Files | Lines |
|
* vasp: New package.
* Remove unneeded `#noqa`
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* Removed a completely needless tty.debug()
* Add compiler conflicts() and minute fixes
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
* add apcomp package
* add maintainers
* fake8
* Update var/spack/repos/builtin/packages/apcomp/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* review suggestions
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
* icu4c: Add new versions for older releases.
The old URLs for versions 60.1, 58.2 and 57.1 do not work anymore so add the versions available on Github.
The old versions are kept for reference (cf. #15896).
* icu4c: Add versions 66.1 and 67.1.
* icu4c: Fix compilation of versions 58 and 59 with recent glibc.
|
|
* changes to recipe to enable rocm build
* fixing flake8 issue
* addressed the review comment
|
|
* R GSODR package
* use cloud mirror
|
|
* [root] fix cmake args for r variant
* [root] add readline dependency to +r
|
|
|
|
* visit: add glu as a dep for linux
* add note to suggested install command about mesa
|
|
If the system has libidn2 installed, then curl will use it.
spack has a libidn2 package, so let's use that!
Related: #16514
|
|
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
|
|
* grads minimal package
* udpt template
* grads minima
* grads & shapelib package
* hdf4
* cleanup
* hdf5, netcdf variants
* updates environment function
* updating paths and pkgconfig
* cleanup
|
|
* Add Acts v0.25 support
* Add Acts v0.25.1
* Add acts v0.25.2
|
|
|
|
|
|
|
|
* Add new versions including 5.8
* Download .xz archives for existing versions (this requires updating
the associated checksums)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
- [x] wait for general release candidate
- [x] compute capability support
- [x] compiler conflicts
- [x] ppc64le
- [x] new download links
|
|
|
|
|
|
* add ascent_ver to vtk-m pkg
* vtk-m:: add patches used by ascent
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* bwa: support for aarch64
* bwa: fix build error for non-aarch64 machine
|
|
* 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).
|
|
- perhaps related to gitlab migration and/or upgrade (Dec 2019)
Co-authored-by: Mark Olesen <Mark.Olesen@esi-group.com>
|
|
* 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
|
|
|
|
* 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
|
|
|
|
* 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
|