Cyrus Harrison
d0a83f318b
add apcomp package ( #17494 )
...
* 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>
2020-07-15 21:31:58 -05:00
Rémi Lacroix
0f67b97065
Update icu4c package ( #17461 )
...
* 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.
2020-07-15 18:57:19 -05:00
kolamsrinivas
d2c2e000a7
changes to py-torch recipe to enable rocm build ( #17410 )
...
* changes to recipe to enable rocm build
* fixing flake8 issue
* addressed the review comment
2020-07-15 18:45:22 -05:00
Julius-Plehn
4ac1a532f3
Adds new R package: GSODR ( #17529 )
...
* R GSODR package
* use cloud mirror
2020-07-15 12:05:39 -05:00
vvolkl
f42dc4fa4d
[root] fix cmake args for r variant ( #17487 )
...
* [root] fix cmake args for r variant
* [root] add readline dependency to +r
2020-07-15 12:04:05 -05:00
Paul
d25c7ddd6f
spack containerize: added --fail-fast argument to containerize install. ( #17533 )
2020-07-15 11:13:04 +02:00
Paul
48a9ad3652
Go: added v1.14.5 and v1.13.13. ( #17539 )
2020-07-15 09:31:49 +02:00
Cyrus Harrison
d55541919d
visit package update, add glu as a linux dep ( #17537 )
...
* visit: add glu as a dep for linux
* add note to suggested install command about mesa
2020-07-15 00:01:05 -07:00
Dr. Christian Tacke
0d4740d1b1
curl: add dependency on libidn2 ( #17526 )
...
If the system has libidn2 installed, then curl will use it.
spack has a libidn2 package, so let's use that!
Related: #16514
2020-07-15 08:43:38 +02:00
yellowhat
d56711f799
namd: added v2.14b2 ( #17395 )
...
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-07-15 08:04:39 +02:00
ketsubouchi
99a47e407e
cantera: better specify dependency on sundials ( #17540 )
2020-07-15 07:53:36 +02:00
Julius-Plehn
7efb0e541e
New Package: GrADS ( #17476 )
...
* 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 22:30:39 -05:00
Hadrien G
7340be98f6
[acts] Add 0.25.x series ( #17485 )
...
* Add Acts v0.25 support
* Add Acts v0.25.1
* Add acts v0.25.2
2020-07-14 22:23:07 -05:00
vvolkl
c281eaf69f
[acts] remove false dependency ( #17511 )
2020-07-14 22:07:39 -05:00
Amjad Kotobi
2110b98829
r-glue: new version ( #17517 )
2020-07-14 21:56:05 -05:00
darmac
88537d02e4
gpdb: fix runtime issue ( #17521 )
2020-07-14 21:47:29 -05:00
Jon Rood
a2729fcd7f
zsh (package): add versions; switch to .xz archives ( #17489 )
...
* Add new versions including 5.8
* Download .xz archives for existing versions (this requires updating
the associated checksums)
2020-07-14 19:47:03 -07:00
darmac
bcd41cec71
Add new package: minio ( #17522 )
2020-07-14 21:45:47 -05:00
Cyrus Harrison
6f6e896795
New package: babelflow ( #17500 )
2020-07-14 19:42:38 -07:00
darmac
28a25080ca
py-lockfile: depends on py-pbr by setup.py ( #17524 )
2020-07-14 21:34:59 -05:00
ketsubouchi
14f3f230c1
scons: support Fujitsu Fortran moddir option ( #17538 )
2020-07-14 21:24:18 -05:00
Jon Rood
d32bbae431
rsync (package): add version 3.2.2 ( #17504 )
2020-07-14 16:41:11 -07:00
Frank Willmore
710ff8d7ce
libyogrt (package): add variant to enable static builds ( #17535 )
2020-07-14 16:36:18 -07:00
Jon Rood
683881f912
py-protobuf (package): add version 3.12.2 ( #17532 )
...
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-14 16:31:15 -07:00
vvolkl
11d8aed6cd
dd4hep (package): add version 1.13.0 ( #17528 )
2020-07-14 16:24:33 -07:00
Andrey Prokopenko
ab68410c4c
Trilinos (package): remove maintainer ( #17534 )
2020-07-14 16:23:19 -07:00
darmac
fa614404e6
smartdenovo: added patch to fix compile error (debian) ( #17435 )
2020-07-14 13:02:31 +02:00
Axel Huebl
a6abd530bd
CUDA 11.0.2 ( #17423 )
...
- [x] wait for general release candidate
- [x] compute capability support
- [x] compiler conflicts
- [x] ppc64le
- [x] new download links
2020-07-13 18:32:28 -05:00
Harmen Stoppels
2b809a5374
Add -o
flag to tar decompressor ( #17427 )
...
For normal users, `-o` or `--no-same-owner` (GNU extension) is
the default behavior, but for the root user, `tar` attempts to preserve
the ownership from the tarball.
This makes `tar` use `-o` all the time. This should improve untarring
files owned by users not available in rootless Docker builds.
2020-07-13 15:19:04 -07:00
Cyrus Harrison
3e13137f6e
add share libs variant to raja ( #17496 )
2020-07-13 14:57:25 -07:00
Cyrus Harrison
6aa6e19d34
add shared libs variant to umpire ( #17497 )
2020-07-13 14:57:04 -07:00
Cyrus Harrison
c2d8d8acbd
update vtk-m with pinned version for ascent and related packages ( #17498 )
...
* add ascent_ver to vtk-m pkg
* vtk-m:: add patches used by ascent
2020-07-13 14:56:45 -07:00
Cyrus Harrison
299dcdd3eb
update vtk-h package with new version and options ( #17499 )
2020-07-13 14:55:38 -07:00
Jon Rood
e0f13b298d
tmux (package): add version 3.1b ( #17486 )
2020-07-13 13:56:33 -07:00
Jon Rood
d2ac26f844
gdb (package): add version 9.2 ( #17490 )
2020-07-13 13:46:27 -07:00
Jon Rood
fae57d1422
cppcheck (package): add version 2.1 ( #17491 )
2020-07-13 13:45:37 -07:00
Jon Rood
c84a05b809
bison (package): add versions including 3.6.4 and 3.5.3 ( #17492 )
2020-07-13 13:44:37 -07:00
Jon Rood
05e8918076
curl (package): add version 7.71.0 ( #17493 )
2020-07-13 13:42:42 -07:00
Jon Rood
929cb9e62e
vim (package): add version 8.2.1201 ( #17503 )
2020-07-13 13:31:37 -07:00
Jon Rood
7d1f2abd56
screen (package): add version 4.8.0 ( #17505 )
2020-07-13 13:28:58 -07:00
Jon Rood
ab5f28aceb
stow (package): add version 2.3.1 ( #17506 )
2020-07-13 13:28:18 -07:00
Jon Rood
4450377794
gnutls: add version 3.6.14 ( #17507 )
2020-07-13 13:27:28 -07:00
Jon Rood
45eaa442c3
Global (package): add version 6.6.4 ( #17508 )
2020-07-13 13:26:39 -07:00
darmac
4fa519134f
bwa: support for aarch64 ( #17473 )
...
* bwa: support for aarch64
* bwa: fix build error for non-aarch64 machine
2020-07-13 10:52:23 -05:00
Rémi Lacroix
815f62ce0c
Update gdk-pixbuf package. ( #17458 )
...
* 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. 3362e94c25
).
2020-07-13 10:49:17 -05:00
Mark Olesen
b3b5ea4064
updated sha256 for openfoam-1806 patch ( #17483 )
...
- perhaps related to gitlab migration and/or upgrade (Dec 2019)
Co-authored-by: Mark Olesen <Mark.Olesen@esi-group.com>
2020-07-13 10:47:06 -05:00
Omar Padron
573489db71
Add libglvnd packages/Add EGL support ( #14572 )
...
* 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-13 11:32:36 -04:00
darmac
9c42f246ed
Add new package: atf ( #17472 )
2020-07-12 21:32:02 -05:00
Jannek Squar
dbdd2cb92f
Magics fix and update ( #17477 )
...
* 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-12 21:20:12 -05:00
Greg Becker
406596af70
update docs on point releases ( #17463 )
2020-07-11 14:35:25 -07:00