Commit graph

13284 commits

Author SHA1 Message Date
Toyohisa Kameyama
ae5c0054b3
ppopen-at: change download site to github (#19282) 2020-10-13 08:36:03 +02:00
Pieter Ghysels
cb9e0d5297
STRUMPACK: added v5.0.0 (#19283) 2020-10-13 08:21:59 +02:00
Adam J. Stewart
cb4e30b477
Python: add both lib and lib64 to PYTHONPATH (#18523) 2020-10-12 17:59:20 -07:00
Tomoki, Karatsu
82a224b0da
octave: Specify fortran calling-convention for Fujitsu compiler. (#19218) 2020-10-12 16:53:37 -05:00
Michael Kuhn
a062517d3d
gcc: Restrict permitted cuda versions (#19267)
gcc seems to use sm_30, which has been dropped in cuda@11.
2020-10-12 14:15:51 -05:00
Tom Payerle
7c12ca1d83
m4: Fix issue compiling with new intel compilers (#18894) (#19273)
Original version added --no-gcc to CFLAGS when compiling with intel
compilers.  This does not appear to be needed and indeed causes problems
(see #18894) with newer intel compilers; I have modified so it is not
added for intel@19: (I confirmed it is needed/works for intel@20, based
on comments in #18854 looks like holds for intel@19 as well).

(Also fix old formatting issue flake8 was complaining about)
2020-10-12 14:13:11 -05:00
Mark Olesen
7a562d4045
openfoam: update for version 20.06 patch 2020-10-12 (#19275)
Co-authored-by: Mark Olesen <Mark.Olesen@esi-group.com>
2020-10-12 14:09:32 -05:00
Joe Koning
7a8974c2d8
Update py-redis (#19063)
* Update of py-redis for merlin-1.7.5

* Add hiredis variant and python versions for 3.5.x versions.

* Update var/spack/repos/builtin/packages/py-redis/package.py

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-10-12 14:05:09 -05:00
Evan Bollig
7b0e628016
Added slurm version 20-02-4-1 and support to build slurmrestd (#19249)
* Added slurm version 20-02-4-1 and support to build slurmrestd

* cleanup formatting

* cleanup libjwt to pass unittests

* missed one boilerplate

* hacking a pass in unittests

* defer to default install routine in libjwt
2020-10-12 13:52:23 -05:00
Dr. Christian Tacke
7a28b91bb8
singularity: added v3.6.3 (#19272) 2020-10-12 19:28:28 +02:00
darmac
b50fe3cb6b
evemu: added new package at v2.7.0 (#19013) 2020-10-12 18:14:55 +02:00
darmac
7083a542b6
libnetfilter-conntrack: new package at v1.0.4 (#19012) 2020-10-12 18:13:29 +02:00
Thomas Madlener
bead81fab5
[whizard] Disable parallel builds to avoid race condition (#19270) 2020-10-12 17:07:21 +02:00
Massimiliano Culpo
2399c2e78d
autotools: refactor search paths for aclocal in its own method (#19258)
This commit refactors the computation of the search path
for aclocal in its own method, so that it's easier to reuse
for packages that need to have a custom autoreconf phase.

Co-authored-by: Toyohisa Kameyama <kameyama@riken.jp>
2020-10-12 16:35:52 +02:00
Harmen Stoppels
2d9f692d6c
libamd_comgr.so.1 is linked to by libamdhip64.so.3, so it should be a link dep (#19025) 2020-10-12 16:28:48 +02:00
darmac
99278d9863
rng-tools: added new package at v6.10 (#19011) 2020-10-12 16:23:35 +02:00
darmac
c2517a31bf
openwsman: added new package at v2.7.0 (#19009) 2020-10-12 16:20:35 +02:00
darmac
89cd3cfdb7
glib-networking: added new package at v2.66.0 (#19008) 2020-10-12 16:19:57 +02:00
darmac
39ded3fa0f
ecdsautils: new package at v0.3.2 (#19007) 2020-10-12 16:18:32 +02:00
darmac
c49e66a06e
conserver: added new package at v8.2.5 (#18988) 2020-10-12 15:17:32 +02:00
darmac
e929cb4d51
cc65: added new package at v2.18 (#18989) 2020-10-12 15:03:46 +02:00
darmac
93f8b14de5
console-bridge: added new package at v1.0.1 (#18986) 2020-10-12 14:39:41 +02:00
Dr. Christian Tacke
fe984b994d
root: added more 6.20.* versions, switch preferred (#19265) 2020-10-12 14:12:19 +02:00
darmac
3a914f83c3
cmark: added new package at v0.29.0 (#18985) 2020-10-12 14:07:10 +02:00
Glenn Johnson
9915ce0315
Change how CUDA variants are handled for libbeagle (#18984)
- Override the cuda_arch variant setup, with multi=False to ensure one
  value is selected
- Use a conflicts statement rather than InstallError
2020-10-12 14:06:26 +02:00
Glenn Johnson
bd8c73ef18
Change how CUDA variants are handled (#18983)
- Override the cuda_arch variant setup, with multi=False to ensure one
  value is selected
- Use a conflicts statement rather than InstallError
2020-10-12 14:00:56 +02:00
Frédéric Simonis
3107f0367b
precice: added v2.1.1 (#19264) 2020-10-12 13:25:51 +02:00
darmac
023db4696e
asciidoc-py3: new patckage at v9.0.2 (#18920) 2020-10-12 13:23:48 +02:00
Glenn Johnson
eb03e648ec
Fix r-devtools package (#18981)
The r-devtools package was not installable due to a few issues.

- The rstudioapi spec was for 0.11.0 but the rstudioapi version is
  actually 0.11. This caused an error during concretization.
- Set r-usethis to depend on rlang@0.4.3: rather than r-lang@0.4.3.
- Set r-usethis to depend on r-gh@1.1.0: rather than r-gh@1.1.0.
- Added version r-gh-1.1.0 as it is not currently present in spack.
2020-10-12 13:22:41 +02:00
David M. Rogers
d431fcd904
Added CUDAHOSTCXX variable needed to compile with cuda and mpi. (#19254)
* Added CUDAHOSTCXX variable needed to compile with cuda and mpi.

* Added guard for setting CUDAHOSTCXX with MPI.

* Acceptable working version of dealii+cuda+mpi.
2020-10-12 02:28:06 -07:00
h-denpo
88794f56ed
itstool: modify depends_on('libxml2+python', type=('build', 'run')) (#19020) 2020-10-12 10:29:30 +02:00
Adam J. Stewart
1b9dce6b26
Python: add v3.9.0 (#19260) 2020-10-11 21:16:51 -07:00
Adam J. Stewart
759e8ee4c2
CUDA: update maintainers (#19262) 2020-10-11 21:11:17 -07:00
Toyohisa Kameyama
683ecb3f6e
mpifileutils: Add patch for aarch64. (#18724)
* mpifileutils: Add patch for aarch64.

* Update patch and limit version for apply patch.
2020-10-11 18:49:38 -05:00
Jean-Paul Pelteret
fe239c83fc
deal.II: Further modernisation and improvements (#19253) 2020-10-11 15:48:09 -04:00
Daniel Arndt
46cae921b9
Update datatransferkit (#19239)
Conflicts:
	var/spack/repos/builtin/packages/datatransferkit/package.py
	var/spack/repos/builtin/packages/xsdk/package.py
2020-10-11 13:27:54 -05:00
Roberto Di Remigio
7f46c11fda
Update XCFun with stable releases (#18784)
* Update XCFun with stable releases

* Fix lint
2020-10-10 21:14:15 -05:00
darmac
0ed8bbe765
Add new package: libgssglue (#18774) 2020-10-10 21:11:31 -05:00
darmac
be530949bb
Add new package: pinfo (#18806) 2020-10-10 21:11:03 -05:00
darmac
794f2c7510
Add new package: xdelta (#18827) 2020-10-10 21:09:55 -05:00
tcojean
a691e75af3
Ginkgo: new version and HIP support (#18842)
* Bump the Ginkgo version and add HIP support.

* Add the HIP variant to Ginkgo.

* Make HIP support work, check C++ compatibility.
2020-10-10 21:08:58 -05:00
Tom Payerle
793ffd8d9c
cpio: Fix issue compiling with newer intel compilers (#18854) (#18855)
* cpio: Fix issue compiling with newer intel compilers (#18854)

Do not add --no-gcc for recent intel compilers (e.g. 20.x)

* cpio: Remove --no-gcc flag for intel@19 as well as intel@20

Based on comments from @nrichart, removing --no-gcc option for intel@19
as well as intel@20
2020-10-10 21:07:04 -05:00
Toyohisa Kameyama
a408400619
audacious: add link type build to glib. (#18884) 2020-10-10 21:05:18 -05:00
Kelly (KT) Thompson
933aacf7b6
Provide draco-7_8_0. (#18947)
* Provide draco-7_8_0.

+ Also provide a patchfile for draco-7_6_0 to support CrayPE builds.
+ Version 7.8.0 has a new variant `+caliper`.
+ Sort dependencies alphabetically after grouping by required and optional.

* Remove patchfile that is no longer needed.

+ Newer versions of draco do not require this patch.
+ Older versions of draco are not supported for spectrum-mpi.

* Change new variant +caliper to default to False.
2020-10-10 21:02:00 -05:00
darmac
e8306e8f22
Add new package: less (#18952) 2020-10-10 21:00:54 -05:00
darmac
ec6f13aefa
Add new package: lsscsi (#18953) 2020-10-10 20:59:21 -05:00
darmac
6e4cf08984
Add new package: libnftnl (#18954) 2020-10-10 20:58:53 -05:00
darmac
edfac1a04f
Add new package: authd (#18955) 2020-10-10 20:58:29 -05:00
darmac
ff5d95da95
Add new package: backupninja (#18957) 2020-10-10 20:55:58 -05:00
darmac
3a59057f74
Add new package: universal-ctags (#18962) 2020-10-10 20:55:33 -05:00
darmac
28564620f6
Add new package: vtable-dumper (#18964) 2020-10-10 20:54:43 -05:00
Derek Ryan Strong
c9bee59bc3
pandoc: add variant for texlive (#18967)
* pandoc: add variant for texlive

Modifies the pandoc package by adding a variant for texlive, which is only needed for PDF output. Enables this variant by default.

* Fix whitespace
2020-10-10 20:53:51 -05:00
Toyohisa Kameyama
6383ef808d
poplpler: fix patch for 0.90.1. (#18969) 2020-10-10 20:53:05 -05:00
Sergey Kosukhin
5a49c2bcaf
parallel-netcdf: patch for PGI on Cray (#18972) 2020-10-10 20:50:25 -05:00
t-nojiri
b7ed6b4fe0
jellyfish@1.1.11: Change the type of the array dna_codes to the signed type. (#19019)
* jellyfish@1.1.11: Change the type of the array dna_codes to the signed type.

* jellyfish@1.1.11: Add patch file
2020-10-10 20:33:08 -05:00
Michael Kuhn
588cf7e03c
julea: Fix dependency typo and add new optional rocksdb dependency (#19045) 2020-10-10 20:28:56 -05:00
vvolkl
e37e66abd1
[dd4hep] update version v1.14.1 (#19056)
up
2020-10-10 20:26:44 -05:00
t-nojiri
1bd825674a
fl: Fix for aarch64 (#19089)
* fl: Fix for aarch64

* fl: Revise the points indicated by the review.
2020-10-10 20:25:36 -05:00
Tom Payerle
b3eb07cae0
superlu-mt: Add openmp flag to link command when using OpenMP (#19096)
Fix for #19095

When given +openmp, add the correct compiler openmp flag to the link
stage.  This seems to be required for %intel compilers.
I do this for all compilers, not just %intel, because it does not seem
to harm anything and might be beneficial for others (and just seems
'correct').
2020-10-10 20:24:08 -05:00
Pariksheet Nanda
9c5f0cab1d
meme: newer tarballs use a hyphen (#19222)
* meme: newer tarballs use a hyphen

* meme: remove trailing whitespace for flake8
2020-10-10 20:12:39 -05:00
Keita Iwabuchi
ea101daf81
Update Metall package to v0.4 and v0.5 (#19223)
* Metall: add version 0.2

* Add Metall v0.3

* Update Metall package to v0.4 and v0.5.
2020-10-10 20:11:40 -05:00
Dingwen Tao
03b9f0452c
Add cuSZ (#19228)
Co-authored-by: Dingwen Tao <tao@cs.ua.edu>
2020-10-10 20:10:55 -05:00
Melven Roehrig-Zoellner
ac91328c69
eigen: add a patch for 3.3.8 (#19229)
* eigen: add a patch for 3.3.8

* eigen: try to fix indenting
2020-10-10 20:09:21 -05:00
Hadrien G
528f86ddc4
[acts] Add version 1.1 (#19230) 2020-10-10 20:08:19 -05:00
Thomas Madlener
31772844d8
[whizard] Add compiler constraints and minimal ocaml version (#19231) 2020-10-10 20:07:43 -05:00
MichaelLaufer
ba04e8b890
parallel-netcdf: added burst buffer variant (#19237)
Co-authored-by: michael laufer <michael.laufer@toganetworks.com>
2020-10-10 19:56:51 -05:00
Andrew Gaspar
08a61006a5
Rust 1.47.0 (#19240) 2020-10-10 17:01:38 -05:00
h-denpo
cd800c20d3
asdcplib: Added PATH of openssl installed by spack to configure_args. (#19243) 2020-10-10 16:59:19 -05:00
Stan Tomov
160c00e3f7
Add MAGMA v2.5.4 release (#19245)
This release does not have conflict with CUDA 11.
2020-10-10 16:58:37 -05:00
darmac
3dd41548f6
Add new package: powertop (#18904) 2020-10-10 16:52:44 -05:00
Sajid Ali
9c56495503
py-scikit-image: bump version (#19153)
* py-scikit-image: bump version

* address reviewer comments

* address reviewer comments

* address reviewer comments

* py-scikit-image : update dependencies : part 2

* cloudpicke is a docs only dependency, enable it with a variant if necessary

* address reviewer comments

* cleanup build vs run deps

* address reviewer comments
2020-10-10 16:52:00 -05:00
Jean-Paul Pelteret
69eb51dbfe
dealii: Reorganize package and add some new settings (#19137)
New variants:
- cxxstd
- examples
2020-10-10 09:20:53 -04:00
Geoff Womeldorff
35a9626ae9
Add package for FLCL (#19252)
* Initial cut at FLCL spackage. Works with GCC so far.

* Update spackage to list release which supports spack. Add @agaspar as a maintainer. Default unit tests to disabled when building with spack.

* Change url to 0.2.

* Nope, 0.3.
2020-10-09 17:37:17 -06:00
Danny Taller
012b4279b6
camp: new package (#19235) 2020-10-09 15:25:06 -07:00
Brian Van Essen
9a46ee0085
Fixed the dependency of newer OpenMPI on current hwloc. Pathch (#17917)
contributed by Thorsten Kurth.
2020-10-09 15:29:58 -05:00
Andreas Baumbach
47e253f7fe
Add new package: bitsery (#19090) 2020-10-09 11:17:33 -05:00
Andreas Baumbach
830b30b8d5
Patch cereal (#19091)
Change-Id: I9fe2a1490c8c31a4174aca4ed2e270aa1efa1a50

Co-authored-by: Eric Müller <mueller@kip.uni-heidelberg.de>
2020-10-09 11:17:11 -05:00
Shahzeb Siddiqui
796561ed82
add package py-lmodule version 0.1.0 (#18856)
* add package py-lmodule version 0.1.0

Lmodule is tested with lmod >= 7.x. Lmod 6 has different json
structure in spider which is not supported by lmodule
2020-10-08 17:52:42 -05:00
Tom Payerle
47a7cd6a93
py-charm4py: new package (#18666)
* py-charm4py: new package

Charm++ for python

Installation notes:

1) charm4py ships with its own charm++ tarball.  It really wants
to use the version it ships with. It also builds charm++ in a special way to
produce libcharm.so (but not charmc, etc), so it does not seem
worthwhile to try to hack to build using a spack installed charmpp.

2) Originally, the installation was failing due to unresolved cuda
symbols when setup.py was doing a ctypes.CDLL of libcharm.so (in order
to verify version?).  This appears to be due to the fact that
libcharm.so had undefined cuda symbols, but did not show libcudart.so as
a dependency (in e.g. ldd output).  To fix this, I had to add
libcudart.so explicitly when linking libcharm.so, but since setup.py
untars a tarball to build libcharm, the solution was a tad convoluted:
2a) Add a patch in spack to py-charm4py which creates a patchfile
"spack-charm4py-setup.py.patch" which will modify a Makefile file (after it
is untarred) to add the flags in env var SPACK_CHARM4PY_EXTRALIBS to
the link command for libcharm.so
2b) The spack patch file also patches setup.py to run patch using the
aforementioned patchfile to patch the Makefile after it is untarred, and
sets the SPACK_CHARM4PY_EXTRALIBS variable appropriately in the setup
environment.

* Update var/spack/repos/builtin/packages/py-charm4py/package.py

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>

* Update var/spack/repos/builtin/packages/py-charm4py/package.py

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>

* py-charm4py: flake8 fixes

remove useless import

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-10-08 16:29:47 -05:00
perrymil
adf0ac1902
Pymol 2.4 package update (#18618)
* Update Package, Pymol 2.4

* Fixed flake8 stuff

* more style fixes

* missing ( at EOF

* added py-pymol 2.3 back this

* extra line removal

* white space in empty line removal

* added libpng and py-pyqt5 to prefix_path
2020-10-08 15:13:03 -05:00
darmac
f0e6d6619b
Add new package: py-bmap-tools (#18810) 2020-10-08 15:11:01 -05:00
darmac
7de890fe22
Add new package: py-azote (#18960) 2020-10-08 15:09:30 -05:00
darmac
9366fe261b
Add new package: py-walinuxagent (#18961) 2020-10-08 15:08:38 -05:00
Joe Koning
a7de469f58
Update of py-merlin for merlin-1.7.5 (#19069) 2020-10-08 14:56:10 -05:00
Andrew Gaspar
ee8d225757
Update py-fortran-language-server (#19156)
* Update py-fortran-language-server

* Restore v1.11.1
2020-10-08 14:44:32 -05:00
takanori-ihara
cbaa78cb4a
fujitsu-ssl2: Add new package (#18498)
fujisu-ssl2: Add new package with thread-parallel, SVE and scalapack support
2020-10-08 09:36:00 -07:00
rvinaybharadwaj
cb11a58fdd
Add mlperf-deepcam (#19206)
* Add mlperf-deepcam

* Change mlperf-deepcam to reflect updated name of dependency
2020-10-08 08:24:50 -06:00
rvinaybharadwaj
8b0a9f482f
Add py-wandb (#19168) 2020-10-08 07:46:07 -06:00
rvinaybharadwaj
865e483abc
Add py-sentry-sdk (#19173) 2020-10-08 07:04:01 -06:00
rvinaybharadwaj
bd8e307e82
Add py-sanic (#19174)
* Add py-sanic

* Update package.py

Co-authored-by: Christoph Junghans <christoph.junghans@gmail.com>
2020-10-08 05:59:06 -06:00
t-nojiri
d0bb991838
openimageio: added v2.2.7.0 (#19227) 2020-10-08 13:02:12 +02:00
rvinaybharadwaj
dc6132ff70
Add py-apache-beam (#19204) 2020-10-07 22:07:39 -06:00
rvinaybharadwaj
e70d9e3971
Add py-avro-python3 (#19202)
* Add py-avro-python3

* Adding deprecation warning

* Updating python versions

* Fixing docstring indentation

* Update package.py

Co-authored-by: Christoph Junghans <christoph.junghans@gmail.com>
2020-10-07 21:28:13 -06:00
rvinaybharadwaj
a83f6bdb46
Add py-httpx (#19185) 2020-10-07 20:59:51 -06:00
rvinaybharadwaj
2c387a3674
Add py-fastavro (#19196) 2020-10-07 20:17:05 -06:00
rvinaybharadwaj
26c1eb57db
Add py-h2 (#19191) 2020-10-07 20:13:58 -06:00
rvinaybharadwaj
804b5f33f4
Add py-httpcore (#19187) 2020-10-07 20:13:34 -06:00
rvinaybharadwaj
11bcdc6ad1
Add py-falcon (#19197) 2020-10-07 14:37:23 -06:00
rvinaybharadwaj
d1bc0b6925
Add py-mlperf_logging (#19182)
* Add py-mlperf_logging

* replacing _ by - in package name
2020-10-07 14:32:11 -06:00
rvinaybharadwaj
3401404a26
Add py-uvloop (#19169) 2020-10-07 14:14:47 -06:00
rvinaybharadwaj
5580dbd899
Add py-crcmod (#19207)
* Add py-crcmod

* Updating homepage
2020-10-07 14:14:19 -06:00
rvinaybharadwaj
fe728a9741
Add py-future (#19195) 2020-10-07 13:39:10 -06:00
rvinaybharadwaj
6266ce9a9f
Add py-rfc3986 (#19176) 2020-10-07 13:34:30 -06:00
rvinaybharadwaj
0a363b4c5d
Add py-snappy (#19171) 2020-10-07 13:32:47 -06:00
rvinaybharadwaj
406491e239
Add py-grpcio (#19193) 2020-10-07 13:30:16 -06:00
rvinaybharadwaj
2d44d135fd
Add py-gitpython (#19194)
* Add py-gitpython

* removing 3.1.7 checksum
2020-10-07 13:27:51 -06:00
rvinaybharadwaj
2b5bef3685
Add py-pytorch-gradual-warmup-lr (#19178)
* Add py-pytorch-gradual-warmup-lr

* Fixed license header

Co-authored-by: Robert Pavel <rspavel@lanl.gov>
2020-10-07 13:26:26 -06:00
zhiyuanzhai
38bfb81e2b
macOS 11 version check for Perl (#19210)
* Fix 'unexpected product version' error for macOS 11.0

* Adjustment: add the minimum version that this macOS patch is necessary.

* Adding a keyword to prevent the patch being applied to systems other than darwin (macOS)

* Deleting quotation marks
2020-10-07 13:55:35 -05:00
rvinaybharadwaj
215183524c
Add py-backports-lzma (#19201)
* Add py-backports-lzma

* Fixing python version compatibility
2020-10-07 10:38:29 -06:00
rvinaybharadwaj
91047a9722
Add py-sniffio (#19170) 2020-10-07 10:36:33 -06:00
rvinaybharadwaj
59c8761b9e
Add py-shortuuid (#19172) 2020-10-07 10:34:42 -06:00
rvinaybharadwaj
5938a5d751
Add py-rq (#19175) 2020-10-07 10:33:25 -06:00
rvinaybharadwaj
7e4c8907da
Add py-redis (#19177) 2020-10-07 10:30:42 -06:00
rvinaybharadwaj
77919e6693
Add py-pyspark (#19179) 2020-10-07 10:29:20 -06:00
rvinaybharadwaj
8956ee3bd8
Add py-pure-eval (#19180) 2020-10-07 10:28:56 -06:00
rvinaybharadwaj
a9de94bbd4
Add py-hyperframe (#19184) 2020-10-07 10:27:47 -06:00
rvinaybharadwaj
cde510b5f1
Add py-httptools (#19186) 2020-10-07 10:27:14 -06:00
rvinaybharadwaj
7d82276d0c
Add py-h11 (#19192) 2020-10-07 10:25:57 -06:00
rvinaybharadwaj
f8d4c74d8c
Add py-bottle (#19200)
* Add py-bottle

* fixing python versions
2020-10-07 10:24:28 -06:00
rvinaybharadwaj
a24844a206
Add py-hpack (#19189) 2020-10-07 10:20:47 -06:00
rvinaybharadwaj
8c9187c3b3
Add py-lz4 (#19183) 2020-10-07 10:20:14 -06:00
rvinaybharadwaj
09f910902a
Add py-chalice (#19199)
* Add py-chalice

* fixing python versions
2020-10-07 10:18:56 -06:00
rvinaybharadwaj
f98aa5f336
Add py-dockerpy-creds (#19198)
* Add py-dockerpy-creds

* fixing python versions
2020-10-07 10:17:31 -06:00
rvinaybharadwaj
1ee6e4f993
Add py-hstspreload (#19188) 2020-10-07 10:16:58 -06:00
rvinaybharadwaj
50c3e9ffea
Add py-watchdog (#19167) 2020-10-07 10:16:25 -06:00
arjun-raj-kuppala
09d0623be9
AMD ROCm 3.8.0 - roctracer-dev (#19086)
* AMD ROCm 3.8.0 - roctracer-dev

* Update var/spack/repos/builtin/packages/roctracer-dev/package.py

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>

* added py-ply dependency

* remove py-ply

* Update var/spack/repos/builtin/packages/roctracer-dev/package.py

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-10-07 08:55:29 -05:00
arjun-raj-kuppala
4d45aca3ea
AMD ROCm rocm-gdb update with its dependency package - babeltrace (#19142) 2020-10-07 08:54:38 -05:00
Toyohisa Kameyama
a12b03b8d4
sollve: build on aarch64 (#19123) 2020-10-07 08:54:07 -05:00
Robert Underwood
f83bd360c6
sz: fix fetch url for SZ for older releases (#19215)
fixes #19213
2020-10-06 18:12:53 -07:00
rvinaybharadwaj
0553ef32d9
py-arrow: add version 0.16.0 (#19203) 2020-10-06 17:44:26 -07:00
rvinaybharadwaj
7dbc07373d
New package: py-aiofiles (#19205) 2020-10-06 17:43:13 -07:00
Christoph Junghans
6b70597271
gromacs: add v2020.4 (#19208) 2020-10-06 14:52:48 -05:00
Melven Roehrig-Zoellner
d43522deeb
eigen: added v3.3.8 (#19165) 2020-10-06 16:00:26 +02:00
g-mathias
e2e018b68f
package cuda: fix for chmod error (#17596)
* fix if cached cuda  is only rx

* use shell to install; rm chmod commands

* flake8 fix

* flake8 fix

Co-authored-by: lu64bag3 <gerald.mathias@lrz.de>
2020-10-06 07:45:27 -05:00
Robert Underwood
87ac0ae3e3
SZ package: add switch for builtin profiling support (#19127) 2020-10-05 22:30:16 -07:00
Adam J. Stewart
bfb9e8f667
py-pandas: add version 1.1.3 (#19152) 2020-10-05 22:27:45 -07:00
Mark C. Miller
460bd695a3
VisIt package: improve info message (#19159) 2020-10-05 22:26:32 -07:00
Erik Schnetter
630f1fe2b8
New package: FastTransforms (#19160) 2020-10-05 22:12:11 -07:00
Sheng Di
eabfea2e49
SZ package: update URL; add 2.1.10 (#19161) 2020-10-05 22:11:32 -07:00
Kelly (KT) Thompson
e36bb89b33
Extend patch for XL to also support XL+cuda. (#19116) 2020-10-05 20:21:17 -05:00
Jean-Paul Pelteret
9bd83636e4
New package: Taskflow (#19138) 2020-10-05 20:13:51 -05:00
Hervé Yviquel
7d4663ea5d
add gdrcopy 2.1 (#19151) 2020-10-05 20:08:17 -05:00
Chris de Graaf
95a46de7cb
Add Julia 1.5.2 (#19154) 2020-10-05 20:07:26 -05:00
arjun-raj-kuppala
b91d501f12
AMD ROCm - aomp 3.7.0/3.8.0 and rccl 3.8.0 update (#19034)
* aomp 3.7.0 and rccl 3.8.0 update

* Bump up to ROCm 3.8.0 support on AOMP

* Create 0001-Add-amdgcn-to-devicelibs-bitcode-names-3.8.patch

* Create 0001-Add-amdgcn-to-devicelibs-bitcode-names.patch

* Update var/spack/repos/builtin/packages/aomp/package.py

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-10-05 19:57:00 -05:00
arjun-raj-kuppala
dbba74debd
bump up rocm-debug-agent to ROCm 3.8.0 (#19037)
* bump up rocm-debug-agent to ROCm 3.8.0

* removed extra url

* re-added url with new path
2020-10-05 19:54:17 -05:00
Jonathan Maack
aabe210689
Closes #16303: Julia build fails with "ERROR: Invalid CPU name skylake_avx512." (#18745)
* Fix 'Invalid CPU name' error for skylake avx512 #16303

* Change new julia versions to use tarballs

* Remove setting of MARCH
2020-10-05 17:23:14 -05:00
Dr. Christian Tacke
4d586c598b
ftgl: Improve shared library building on macOS (#18970)
Add -DCMAKE_MACOSX_RPATH=ON to cmake.
2020-10-05 09:56:52 -05:00
Adam J. Stewart
5d70096e44
bazel: add latest version (#18991) 2020-10-05 09:53:10 -05:00
Adam J. Stewart
0d64020007
py-horovod: added versions up to v0.20.3 (#18977) 2020-10-05 16:22:33 +02:00
Adam J. Stewart
cb7a1ac2bf
py-ray: added new package at v0.8.7 (#19006) 2020-10-05 15:44:51 +02:00
Adam J. Stewart
a9c6964a1d
py-opencensus: added new package at v0.7.10 (#19004) 2020-10-05 15:10:42 +02:00
Adam J. Stewart
7ac96e63d2
py-opencensus-context: added new package at v0.1.1 (#19003) 2020-10-05 11:57:33 +02:00
Adam J. Stewart
1450038f92
py-gpustat: added new package at v0.6.0 (#18999) 2020-10-05 09:55:09 +02:00
Adam J. Stewart
3e7d9b4279
py-aioredis: added new package at v1.3.1 (#18996) 2020-10-05 09:54:40 +02:00
Adam J. Stewart
8ba3f30f5c
py-contextvars: added new package at v2.4 (#19149) 2020-10-05 09:20:48 +02:00
Adam J. Stewart
25cb2a68d3
py-immutables: added new package at v0.14 (#19148) 2020-10-05 07:32:03 +02:00
Joe Koning
eabfdba08f
Fix for py-cffi sha256sum issue (#19143)
* Update of py-cffi for merlin-1.7.5

* Add new sha256sum for version 1.14.3
2020-10-04 15:38:09 -05:00
Adam J. Stewart
80bbeaf629
TensorFlow: added new versions up to v2.3.1 (#18945) 2020-10-04 20:50:45 +02:00
Adam J. Stewart
6acdc52f06
py-msgpack: added v1.0.0 (#18993) 2020-10-04 20:49:44 +02:00
Adam J. Stewart
a0cc5b78c8
py-grpcio: added v1.32.0 (#18995) 2020-10-04 20:48:35 +02:00
Adam J. Stewart
688dee861a
py-colorful: added new package at v0.5.4 (#18997) 2020-10-04 20:46:23 +02:00
Adam J. Stewart
a99c9f93a1
py-google: added new package at v3.0.0 (#18998) 2020-10-04 20:45:05 +02:00
Adam J. Stewart
9a6ac5e809
py-hiredis: added new package at v1.1.0 (#19000) 2020-10-04 20:44:09 +02:00
Adam J. Stewart
e9d8804309
py-nvidia-ml-py: added new package at v11.450.51 (#19001) 2020-10-04 20:42:01 +02:00
Adam J. Stewart
aa3e88739f
py-nvidia-ml-py3: added new package at v7.352.0 (#19002) 2020-10-04 20:39:49 +02:00
Adam J. Stewart
d2b3ea24e4
py-py-spy: added new package at v0.3.3 (#19005) 2020-10-04 20:38:34 +02:00
Adam J. Stewart
8cf42b3e71
unrar: added v5.9.4, fix macOS build (#19136) 2020-10-04 20:36:31 +02:00
Adam J. Stewart
0cd2728843
py-vermin: added v0.10.5, fixed compilation on MacOS (#19017) 2020-10-04 20:32:56 +02:00
Simon Frasch
543008069d
spla: added v1.2.0 (#19146) 2020-10-04 20:30:42 +02:00
Sinan
fd8fd189c7
package/qgis: add new versions (#19014)
Co-authored-by: sbulut <sbulut@3vgeomatics.com>
2020-10-03 21:59:17 -05:00
MichaelLaufer
b9b0d1c2cb
Added WPS package, cleaned up WRF package (#18711)
Co-authored-by: michael laufer <michael.laufer@toganetworks.com>
2020-10-03 21:26:33 -05:00
Joe Koning
2b56707b7e
Py-celery: update for merlin-1.7.5 (#19079) 2020-10-03 20:29:29 -04:00
Seth R. Johnson
670f3a5e4c
Trilinos: restrict SuperLU-dist version (#19044)
SuperLU v6.3.0 changes the name of numerous structures, causing errors
in Amesos up through Trilinos 13.
2020-10-02 14:20:49 -07:00
Jonathan Maack
42c3327e5b
Coin HSL package: add version 2019.05.21 (#19047) 2020-10-02 14:19:00 -07:00
Jerome Soumagne
1ca753e5a6
mercury package: turn off post limit by default (#19048)
Prevents potential deadlocks
2020-10-02 14:14:55 -07:00
Tom Payerle
a07c3d2aa8
metis: Ignore pragma omp warnings/errors with %intel (#19049)
It looks like intel compilers generate warnings for omp pragmas when
openmp flag is not given, which due to other flags set get promoted to
errors.

This adds a flag to ignore the pragma omp warnings (icc diagnostic
number 3180 on %intel@14:).
2020-10-02 14:08:48 -07:00
codeandkey
c4a0c50036 trimmomatic: add 0.39 2020-10-02 14:01:45 -07:00
Jed Brown
ba18675bd1
libceed 0.7 and occa 1.1.0 (#19055) 2020-10-02 14:00:53 -07:00
Andreas Baumbach
9644332a13
openblas: patch to build with apple-clang@12.0.0 (#19057) 2020-10-02 13:57:46 -07:00
Jose E. Roman
b18d597c8b
SLEPc: add version 3.14 (#19058) 2020-10-02 13:54:23 -07:00
Sajid Ali
9ba83e6cc6
lammps: choose FFT implementation based on provider (#19060) 2020-10-02 13:53:50 -07:00
Joe Koning
3052e003e0
py-sqlalchemy: add version 1.3.19 (#19062) 2020-10-02 13:36:15 -07:00
Joe Koning
640d5a9a63
py-pytz: add version 2020.1 (#19064) 2020-10-02 13:34:42 -07:00
Joe Koning
ac94bc9ed3
py-pycparser: add version 2.20 (#19065) 2020-10-02 13:33:44 -07:00
Joe Koning
84791e1051
py-psutil: add version 5.7.2 (#19066) 2020-10-02 13:32:49 -07:00
Joe Koning
f067bdd522
py-prompt-toolkit: add version 3.0.7 (#19067) 2020-10-02 13:32:03 -07:00
Joe Koning
18165b6d88
py-parse: add version 1.18.0 (#19068) 2020-10-02 13:31:24 -07:00
Joe Koning
addedd9a82
py-maestrowf: add version 1.1.7dev0 (#19070) 2020-10-02 13:30:21 -07:00
Joe Koning
57d36426bd
py-kombu: add versions 4.6.11 and 5.0.2 (#19071) 2020-10-02 13:29:00 -07:00
Joe Koning
d4410e45d5
py-cffi: add version 1.14.3 (#19078) 2020-10-02 13:25:46 -07:00
Joe Koning
1ef7da295f
py-importlib-metadata: add version 2.0.0 (#19072) 2020-10-02 13:19:28 -07:00
Joe Koning
92853598e9
py-humanfriendly: add version 8.2 (#19073) 2020-10-02 13:18:49 -07:00
Joe Koning
898f9c8838
py-filelock: add version 3.0.12 (#19074) 2020-10-02 13:18:02 -07:00
Joe Koning
4482f20900
py-coloredlogs: add version 14.0 (#19075) 2020-10-02 13:17:04 -07:00
Joe Koning
bc17b78b47
New package: py-click-repl (#19076) 2020-10-02 13:16:24 -07:00
Joe Koning
d8dadd1435
New package py-click-didyoumean (#19077) 2020-10-02 13:15:21 -07:00
Joe Koning
2682c32d50
py-cached-property: add version 1.5.2 (#19080) 2020-10-02 12:17:06 -07:00
Joe Koning
0e30179d0a
py-billiard: add version 3.6.3.0 (#19081) 2020-10-02 12:16:12 -07:00
Joe Koning
861586ce86
py-amqp: add versions 5.0.1 and 2.6.1 (#19082) 2020-10-02 12:15:17 -07:00
Joe Koning
76218fab04
py-tabulate: add version 0.8.7 (#19083) 2020-10-02 12:14:01 -07:00
Joe Koning
4ac13cb322
py-vine: add version 5.0.0 (#19084) 2020-10-02 12:13:19 -07:00
Michael Kuhn
e47b725d8e
New package: libisal (#19098) 2020-10-02 12:12:18 -07:00
Jen Herting
c21a65b73a
New package: librmm (#19103) 2020-10-02 12:10:49 -07:00
Andreas Baumbach
145e3c7215
New package: Icarus (#19092)
Co-authored-by: Philipp Spilger <philipp.spilger@kip.uni-heidelberg.de>
Co-authored-by: Eric Müller <mueller@kip.uni-heidelberg.de>
2020-10-02 12:06:01 -07:00
Satish Balay
569eb866fc
Add hypre@2.20.0 petsc@3.14.0 [and 3.13.6,3.13.5] (#19105) 2020-10-02 12:02:23 -07:00
Justin S
28265d31ee
New package: perl-file-slurp (starting at 9999.32) (#19112) 2020-10-02 11:41:22 -07:00
Adam J. Stewart
db794ea201 p7zip: fix build on macOS 2020-10-02 11:38:11 -07:00
arjun-raj-kuppala
e760f16cf8
New package: rdc (ROCm Data Center Tool) (#19118) 2020-10-02 11:24:22 -07:00
Miroslav Stoyanov
1ad405d649
heffte: added v2.0.0 with Python an Fortran bindings (#19129) 2020-10-02 20:13:44 +02:00
h-denpo
c71c509f05
sbml: fix configuration with ~python (#19120) 2020-10-02 11:07:24 -07:00
Michael Kuhn
f7a2412626 go: Add 1.15.2 and 1.14.9 2020-10-02 11:05:29 -07:00
Michael Kuhn
65fe75d978 node-js: Add 14.13.0 and 12.18.4 2020-10-02 11:05:07 -07:00
aurianer
e996f29f25 Add HPX 1.5.1 release 2020-10-02 11:04:18 -07:00
Adam J. Stewart
ee61f6b772
oneDNN: add versions including 1.6.4 (#19130) 2020-10-02 11:00:18 -07:00
Harmen Stoppels
0e8be35c25
Bump rocblas to 3.8.0 (#19027)
* Add rocblas 3.8.0 and add all Tensile deps

* Deploy rocm_smi to the bin/ folder so that it is in $PATH

* BUILD_WITH_TENSILE_HOST=ON on 3.7.0+ and fix flake8
2020-10-02 11:14:12 -05:00
vvolkl
d1ae087960
add py-hepunits and py-particle (#19030)
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>

[py-particle] format

[py-particle] switch to pypi downloads

[py-particle] specify dependencies in more details

[py-particle] format

Update var/spack/repos/builtin/packages/py-particle/package.py

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>

Update var/spack/repos/builtin/packages/py-particle/package.py

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>

Update var/spack/repos/builtin/packages/py-particle/package.py

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-10-02 10:59:47 -05:00
Harmen Stoppels
04f48034fb
Add sirius@6.5.7 (#19026) 2020-10-02 17:59:31 +02:00
Brian Van Essen
d2da7e6671
Added initial version hash (#19053) 2020-10-02 10:56:06 -05:00
Miroslav Stoyanov
7f2f2a01ff
new release for Tasmanian (#19113) 2020-10-02 15:47:58 +02:00
vvolkl
a1482be8f2
[whizard] add version 2.8.5 (#19125) 2020-10-02 15:15:23 +02:00
Andrew Gaspar
6aa9866b79
Add yacc provider and add dependency to swig (#19087)
* Add byacc dependency to swig when building an autoconf version

* Add yacc provider

Removed extra sycl provider default
2020-10-01 16:09:24 -04:00
Michael Kuhn
252031a9f8
nasm: added v2.15.05 (#19099) 2020-10-01 21:58:27 +02:00
Carson Woods
e2626b8438
ucx: added v1.9.0 (#19100) 2020-10-01 21:56:19 +02:00
Sajid Ali
c4b9febcb2
blis : added v0.7.0 (#19102) 2020-10-01 21:47:39 +02:00
Satish Balay
d49bdac859
PLASMA: added v20.9.20 (#19106)
Co-authored-by: Piotr Luszczek <luszczek@icl.utk.edu>
2020-10-01 21:46:49 +02:00
mic84
21c3acf34d
amrex: added v20.10 (#19107) 2020-10-01 21:44:36 +02:00
Todd Kordenbrock
e0c7f5ae3d
FAODEL: apply a patch to fix CMake failures on NERSC Cori in faodel@1.1906.1 (#19093)
Co-authored-by: Todd Kordenbrock <thkorde@sandia.gov>
2020-10-01 10:38:40 -07:00
Ganesh Kumar
03790a4f36
ROCm3.8 miopen-opencl (#19022)
* ROCm3.8 miopen

* ROCm3.8 miopen

* review comments

* setting OCL_ICD_VENDORS path
2020-10-01 07:48:04 -05:00
Jonathan R. Madsen
5c6153ce0d
timemory: created +python_deps variant (#18472)
* Created +python_deps variant

- the timemory python bindings can still be imported without these runtime packages and forcing a dependence by default significantly increases the spack install time

* Added conflict

- added conflicts('+python_deps', when='~python')
2020-09-30 19:24:26 -05:00
Sreenivasa Murthy Kolam
5558bc2b50
rocm-3.8.0 updates for hipblas, rocsolver, miopen-hip, rocalution, rocmvalidationsuite (#19031)
* rocm-3.8.0 updates for hipblas,rocsolver,rocm-opencl

* rocm-3.8.0 updates to rocalution and rename and change rocmvalidationsuite

* rocm-3.8.0 update to miopen-hip

* Revert "rocm-3.8.0 updates for hipblas,rocsolver,rocm-opencl"

This reverts commit 2542e8b1bede3d4e9e0ec1c3efd789f052826c21.

* rocm-3.8.0 changes for rocsolver and hipblas
2020-09-30 17:27:40 -05:00
Christoph Junghans
9431a67a27
ecp proxy apps: add v4.0 (#19059)
* ecp-proxy-apps: add v4.0

* miniamr: add v1.6.4
2020-09-30 11:22:15 -06:00
t-nojiri
70a3626af7
optipng: allow build on aarch64 (#19039)
Added a patch to allow building on aarch64
2020-09-30 17:59:40 +02:00
Brian Van Essen
c23d79c6d2
cuDNN: add version 8.0.4 (#19054) 2020-09-29 23:21:08 -05:00
Sinan
59720e0ef9
new package: py-gitpython (#18387)
* new package: py-gitpython

* Update var/spack/repos/builtin/packages/py-gitpython/package.py

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>

Co-authored-by: sbulut <sbulut@3vgeomatics.com>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
Co-authored-by: Sinan81 <Sinan81@earth>
2020-09-29 11:19:34 -05:00
Axel Huebl
1e01518ef4
py-(re)commonmark: dependency types (#18743)
* py-(re)commonmark: dependency types

fix the python dependency types for python packages.

* py-(re)commonmark: add missing deps

* Remove unused `py-future`
2020-09-29 11:15:50 -05:00
Toyohisa Kameyama
609f361f93
texstudio: added v3.0.0 and v3.0.1. (#19040) 2020-09-29 14:12:55 +02:00
Axel Huebl
8edb31e934
CUDA: added v11.1.0 (#19036)
Compiler conflicts have been updated accordingly
2020-09-29 11:38:56 +02:00
QuellynSnead
977117b502
Paraview 5.6.2's version of VTK (8.2.0) is incompatible with Python 3.8 (#18881)
* Paraview 5.6.2's version of VTK (8.2.0) is incompatible with Python 3.8.
(see https://gitlab.kitware.com/vtk/vtk/-/issues/17670)

* Trailing whitespace
2020-09-28 19:30:18 -05:00
Sreenivasa Murthy Kolam
60644f889e
rocfft ,rocrand changes for rocm-3.8.0 (#18879)
* rocfft changes for rocm-3.8.0

* changes to the version

* rocrand recipe changes for rocm-3.8.0
2020-09-28 17:08:29 -05:00
Massimiliano Culpo
971e0049b1
EnTT: added new package at v3.5.2 (#19021) 2020-09-28 12:07:28 -05:00
Harmen Stoppels
496d83a26a
Kokkos nvcc wrapper 3.2.00 (#19023)
* Add more updates for kokkos 3.2 release, particularly nvcc-wrapper

* Use an ordinary Package

Co-authored-by: Jeremiah J Wilke <jjwilke@kokkos-dev-2.sandia.gov>
2020-09-28 10:24:18 -06:00
Adam J. Stewart
c62c94d521
APR: fix build with Apple Clang 12 (#19016) 2020-09-28 12:22:31 -04:00
Ganesh Kumar
7d965f7bb1
ROCm3.8 hipcub, hipsparse, rocprim, rocsparse & rocthrust (#18936)
* ROCm3.8 atmi, hipify-clang, rocm-clang-ocl, rocm-dbgapi, rocprofiler

* ROCm3.8 hipcub, hipsparse, rocprim, rocsparse & rocthrust

* review comments

* Review comments

Co-authored-by: root <root@mlseqa-hyd-virt-srv-07.amd.com>
2020-09-28 11:10:34 -05:00
Ganesh Kumar
a3d290a248
ROCm3.8 hipfort recipe (#19024)
* ROCm3.8 hipfort recipe

* review comments
2020-09-28 10:26:20 -05:00
Pariksheet Nanda
a50b3323a9
librsvg: added v2.50.0 (#18865) (#18869) 2020-09-28 13:29:48 +02:00
Massimiliano Culpo
ac7c69e62e
libuv: added v1.40.0 and v1.39.0 (#18974) 2020-09-25 16:52:29 -05:00
darmac
421f4e12a7
Add new package: 3proxy (#18831) 2020-09-25 11:33:51 -05:00
eugeneswalker
7bf0ebc5eb
veloc: add v1.4, unconstrain dependency on boost (#18938)
* veloc: add v1.4

* veloc: unconstrain boost dependency
2020-09-25 11:24:56 -05:00
t-nojiri
51b90edd78
sgpp: allow building on aarch64 (#18968) 2020-09-25 17:20:35 +02:00
Matthias Diener
9c5a47183e
pyopencl: add new package (#18899)
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-09-25 10:19:56 +02:00
Sergey Kosukhin
54517e571a
eccodes: update and a add new version (#18864) 2020-09-25 09:44:37 +02:00
t-nojiri
9cc0bc9ca3
steps:allow building on aarch64 (#18966) 2020-09-25 09:33:03 +02:00
Kelly (KT) Thompson
a7cbd6074e
lcov: added v1.15 (#18959) 2020-09-25 09:28:01 +02:00
Matthias Diener
8ac1d62159
oclgrind: added new package at v19.10 (#18943) 2020-09-25 09:07:07 +02:00
egreen77
c9c2bac373
umap: added v2.1.0 (#18946) 2020-09-25 08:57:47 +02:00
Cody Balos
aab8c45a34
sundials: added v5.4.0 (#18949) 2020-09-25 08:51:34 +02:00
t-nojiri
78b304c0c3
minimd: allow building on aarch64 (#18951) 2020-09-25 08:49:50 +02:00
Ganesh Kumar
a9c9501a47
ROCm3.8 atmi, hipify-clang, rocm-clang-ocl, rocm-dbgapi, rocprofiler (#18871)
Co-authored-by: root <root@mlseqa-hyd-virt-srv-07.amd.com>
2020-09-25 08:26:04 +02:00
Brian Van Essen
ce5d0cb951
Updated cuDNN to include hash codes for 8.0.3. (#18948) 2020-09-24 20:16:14 -05:00
Sinan
878f7cbf14
package py-psycopg2: add new version, specify python versions (#18877)
Co-authored-by: sbulut <sbulut@3vgeomatics.com>
2020-09-24 14:41:02 -05:00
darmac
906fa5f50d
Add new package: cachefilesd (#18907) 2020-09-24 11:53:51 -05:00
darmac
420bfa41a2
Add new package: dhtest (#18908) 2020-09-24 11:52:23 -05:00
darmac
c8989e2247
Add new package: cronie (#18909) 2020-09-24 11:51:58 -05:00
darmac
8aa06154dc
Add new package: dcap (#18910) 2020-09-24 11:51:29 -05:00
darmac
c5f5b7273d
Add new package: ctpl (#18911) 2020-09-24 11:51:05 -05:00
darmac
2a2d90f9cd
Add new package: chrony (#18912) 2020-09-24 11:50:36 -05:00
darmac
e4699cbc54
Add new package: duperemove (#18913) 2020-09-24 11:50:07 -05:00
darmac
9e06e56634
Add new package: dracut (#18914) 2020-09-24 11:49:43 -05:00
darmac
b9e7db3447
Add new package: distcc (#18915) 2020-09-24 11:49:20 -05:00
darmac
72203e529f
Add new package: libuser (#18916) 2020-09-24 11:48:50 -05:00
t-nojiri
93e989316e
lcals: Fix for aarch64 (#18918) 2020-09-24 11:47:21 -05:00
darmac
9288091963
Add new package: rrdtool (#18919) 2020-09-24 11:46:45 -05:00
darmac
928e46088c
Add new package: procps-ng (#18921) 2020-09-24 11:43:06 -05:00
darmac
c4d3b59166
Add new package: quota (#18922) 2020-09-24 11:42:42 -05:00
darmac
a0c32e6ed7
Add new package: slang (#18923) 2020-09-24 11:42:18 -05:00
darmac
e0dd5ce68a
Add new package: acct (#18924) 2020-09-24 11:41:53 -05:00
darmac
fb7f07b27c
Add new package: smartmontools (#18926) 2020-09-24 11:40:26 -05:00
darmac
af162498f0
Add new package: geoip (#18927) 2020-09-24 11:39:41 -05:00
darmac
b01aea2cec
Add new package: libtheora (#18928) 2020-09-24 11:38:42 -05:00
darmac
65ea663fd4
Add new package: setserial (#18929) 2020-09-24 11:38:05 -05:00
darmac
cf4e468ed2
Add new package: diffmark (#18930) 2020-09-24 11:37:38 -05:00
darmac
b04ee99315
Add new package: debbuild (#18931) 2020-09-24 11:37:01 -05:00
darmac
ae05e73bc8
Add new package: turnserver (#18932) 2020-09-24 11:36:33 -05:00
darmac
6b3116516e
Add new package: disktype (#18934) 2020-09-24 11:33:31 -05:00
darmac
a9a25acdb9
Add new package: dnstop (#18935) 2020-09-24 11:32:17 -05:00
Nichols A. Romero
89cca23840
Classic Flang Master Update (#18748)
* Flang master branch is now the preferred version.

* Flang master branch can now use LLVM 9

* Remove master as this was never used by Flang.

* Add LLVM-Flang release_90 and release_90.
2020-09-24 11:27:43 -05:00
Sreenivasa Murthy Kolam
6ec3c4d35e
renaming of Rocclr ,rocgdb to hip-rocclr and rocm-gdb ,fix build error for rocm-opencl (#18900)
* renaming of rocclr , rocgdb to hip-rocclr and rocm-gdb

* fix flake8 errors and fix build error for luma
2020-09-24 10:49:46 -05:00
Dr. Christian Tacke
69d618e90d
pythia8: Add version 8303, make default (#18874)
* Add version 8303
* Until now, the latest 82xx release was the `preferred` version.
  We agreed to let the latest version be the preferred one now.
2020-09-24 08:40:07 +02:00
Michael Kuhn
7810f73653
Fix pkgconfig dependency (#18750)
pkgconfig is the virtual dependency, pkg-config is one provider.
2020-09-23 21:29:47 -05:00
darmac
0fabbff03e
Add new package: usbutils (#18825) 2020-09-23 21:15:06 -05:00
darmac
3b76217e8a
Add new package: abduco (#18725) 2020-09-23 21:11:18 -05:00
darmac
aec8cf1602
Add new package: aeskeyfind (#18726) 2020-09-23 21:09:39 -05:00
darmac
3e61d3c536
Add new package: bannergrab (#18730)
* Add new package: bannergrab

* refine installation flow
2020-09-23 21:06:50 -05:00
darmac
ae6834311b
Add new package: beakerlib (#18734) 2020-09-23 21:05:45 -05:00
darmac
b9e79ee99d
Add new package: bitlbee (#18735) 2020-09-23 21:05:15 -05:00
darmac
7fcd32aa6c
Add new package: libcap-ng (#18752) 2020-09-23 21:02:22 -05:00
darmac
5e8ac6c261
Add new package: ck (#18753) 2020-09-23 21:01:52 -05:00
darmac
7c8cb01179
Add new package: cracklib (#18755) 2020-09-23 21:01:29 -05:00
darmac
0b8fb43e3e
Add new package: cunit (#18757) 2020-09-23 21:00:57 -05:00
darmac
ddf27b56ad
Add new package: ding-libs (#18758) 2020-09-23 21:00:19 -05:00
darmac
dec8da9257
Add new package: dmidecode (#18759) 2020-09-23 20:59:51 -05:00
darmac
3cdb79f569
Add new package: dnsmap (#18760) 2020-09-23 20:59:11 -05:00
darmac
84f111ff85
Add new package: dotconf (#18761) 2020-09-23 20:58:27 -05:00
darmac
74e4b41008
Add new package: dropwatch (#18762) 2020-09-23 20:58:06 -05:00
darmac
56270b229f
Add new package: audacity (#18764) 2020-09-23 20:56:50 -05:00
darmac
4664221576
Add new package: earlyoom (#18765) 2020-09-23 20:56:09 -05:00
darmac
1662251b77
Add new package: libuecc (#18766) 2020-09-23 20:55:40 -05:00
darmac
2bc6997418
Maven: add version 3.0.4 for some special package (#18767) 2020-09-23 20:55:15 -05:00
darmac
d4fe61f770
Add new package: gsettings-desktop-schemas (#18768) 2020-09-23 20:54:48 -05:00
darmac
3f892a7722
Add new package: libproxy (#18770) 2020-09-23 20:51:42 -05:00
darmac
dc0cff5eb2
Add new package: libatasmart (#18771) 2020-09-23 20:51:20 -05:00
darmac
c4f57890b5
Add new package: libbytesize (#18772)
* Add new package: libbytesize

* libbytesize: refine url
2020-09-23 20:50:55 -05:00
darmac
bbb3d94599
Add new package: libdaemon (#18773) 2020-09-23 20:50:13 -05:00
darmac
ce10e4ea03
Add new package: libnet (#18776) 2020-09-23 20:47:57 -05:00
darmac
6f48ac5eb6
Add new package: libkcapi (#18777) 2020-09-23 20:47:19 -05:00
darmac
92fe14cc47
Add new package: libp11 (#18778) 2020-09-23 20:46:57 -05:00
darmac
b69643de7f
Add new package: librelp (#18779) 2020-09-23 20:46:28 -05:00
darmac
527ea798c5
Add new package: librtlsdr (#18780) 2020-09-23 20:45:47 -05:00
darmac
f2093dc3c4
Add new package: libtar (#18781) 2020-09-23 20:45:22 -05:00
darmac
8ae3ccdea4
Add new package: libtommath (#18782) 2020-09-23 20:44:51 -05:00
darmac
63d45b975d
Add new package: libxcrypt (#18783) 2020-09-23 20:44:23 -05:00
darmac
e70c20f13f
Add new package: libverto (#18785) 2020-09-23 20:43:55 -05:00
darmac
28c6f1ddc2
Add new package: logrotate (#18786) 2020-09-23 20:43:29 -05:00
darmac
4a2b56122c
Add new package: mcpp (#18787) 2020-09-23 20:42:45 -05:00
darmac
17c55f3d91
Add new package: mlocate (#18788) 2020-09-23 20:42:21 -05:00
darmac
16c0375d70
Add new package: mokutil (#18789) 2020-09-23 20:41:12 -05:00
darmac
1b707988c5
Add new package: openslp (#18791) 2020-09-23 20:38:38 -05:00
darmac
f87d032228
Add new package: sblim-sfcc (#18792) 2020-09-23 20:38:02 -05:00
darmac
d1d5ee395d
Add new package: p11-kit (#18793) 2020-09-23 20:37:36 -05:00
darmac
6970e0da69
Add new package: patchutils (#18794)
* Add new package: patchutils

* patchutils: refine url
2020-09-23 20:37:06 -05:00
darmac
83c1f035a2
Add new package: pciutils (#18795) 2020-09-23 20:35:50 -05:00
darmac
9577ed71fe
Add new package: oci-systemd-hook (#18805) 2020-09-23 20:35:14 -05:00
darmac
8c3b081147
Add new package: py-asyncio (#18809) 2020-09-23 20:30:17 -05:00
darmac
9263f56b6d
Add new package: py-robotframework (#18814) 2020-09-23 20:19:36 -05:00
darmac
dd4f55cb46
Add new package: py-chronyk (#18815) 2020-09-23 20:17:11 -05:00
darmac
0dcfd8909a
Add new package: sysfsutils (#18819)
* Add new package: sysfsutils

* fix flake8 error
2020-09-23 20:12:52 -05:00
darmac
16d4bc59ba
Add new package: tcpdump (#18820) 2020-09-23 20:12:24 -05:00
darmac
0aafdcfadb
Add new package: tdengine (#18821) 2020-09-23 20:11:57 -05:00
darmac
15e75c03ff
Add new package: systemtap (#18822) 2020-09-23 20:11:21 -05:00
darmac
733a8ee77b
Add new package: timedatex (#18823)
* Add new package: timedatex

* timedatex: fix flake8 error
2020-09-23 20:10:54 -05:00
darmac
72e03161e4
Add new package: xmlrpc-c (#18828) 2020-09-23 20:06:23 -05:00
darmac
3b9ba5a9ab
Add new package: authselect (#18832) 2020-09-23 20:02:56 -05:00
darmac
d72c73cd60
Add new package: bird (#18833) 2020-09-23 20:02:15 -05:00
darmac
5cf8fd4cb3
Add new package: libmetalink (#18834) 2020-09-23 20:01:50 -05:00
darmac
d796566605
Add new package: libnfnetlink (#18835) 2020-09-23 20:01:22 -05:00
darmac
6539d45ad6
Add new package: mesa-demos (#18839) 2020-09-23 19:59:36 -05:00
darmac
a0228d6f94
Add new package: zabbix (#18840) 2020-09-23 19:59:05 -05:00
darmac
63340a1fac
Add new package: libevdev (#18886) 2020-09-23 19:56:23 -05:00
darmac
653344a9f1
Add new package: fakechroot (#18887) 2020-09-23 19:55:47 -05:00
darmac
3690a81aa4
Add new package: f2c (#18889) 2020-09-23 19:55:21 -05:00