Commit Graph

21476 Commits

Author SHA1 Message Date
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
Andrew Gaspar
ac7c3a1305 make py-pillow the default for pil (#19251)
py-pillow-simd is not portable to other architectures.
2020-10-10 12:55:07 -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
谭九鼎
5e9f4dc982 Use https for links (#19244) 2020-10-09 11:24:09 -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