Commit graph

14583 commits

Author SHA1 Message Date
bryanherman
4efeb39e95
New package: py-pytest-timeout (#21340)
* added package py-pytest-timeout

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

Added Python2.

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

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-01-27 20:56:52 -06:00
bryanherman
f7a47e4048
New package: py-openmc (#21351)
* added package py-openmc

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

specify branch when using branch names for versions

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

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

use run after fixture to install openmc lib

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

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

Simplify copying openmc library to py-openmc prefix using install

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

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

NumPy should be 1.9+

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

* fix paren missing

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

fixed parens

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

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

use v0.11.0 in URL

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

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-01-27 20:56:35 -06:00
eugeneswalker
74fbad4742
autoconf: add version 2.70 (#21362) 2021-01-27 17:59:03 -08:00
Stephen Herbein
71375b3446
flux: update to latest releases (#21306) 2021-01-27 17:56:45 -08:00
bryanherman
cc28bcddd1
fix cpio for intel@18 (#21322) 2021-01-27 17:48:26 -08:00
Harmen Stoppels
3172fc3681
Add conflict for mpich 3.4.x for clang <= 7" (#21326) 2021-01-27 17:45:38 -08:00
Michael Kuhn
f9fef22ce8
rdma-core: add 33.1 (#21361) 2021-01-27 17:31:01 -08:00
Greg Becker
0d521d56ec
openmpi find external fixup (#21354) 2021-01-27 15:27:17 -08:00
Desmond Orton
18b3688cd1
Package/spades (#21227)
Co-authored-by: codeandkey <jtst@iastate.edu>
2021-01-27 23:28:37 +01:00
bryanherman
71bac42357
added gawk version 5.1.0 (#21342) 2021-01-27 13:48:53 -08:00
Christoph Junghans
6b63441281
libecpint: initial add (#21353)
* libecpint: initial add

* flake8
2021-01-27 14:19:48 -07:00
Rémi Lacroix
5ef2daaa4a
ELPA: Switch to HTTPS links. (#21352) 2021-01-27 22:06:44 +01:00
Andrew-Dunning-NNL
895c8b33d9
py-dpath: new recipe (#21331) 2021-01-27 14:46:40 -06:00
bryanherman
68a144eaa3
added package py-pytest-flakes (#21337) 2021-01-27 14:38:30 -06:00
Andrew-Dunning-NNL
52c32047ad
py-mailchecker: new recipe (#21346) 2021-01-27 14:33:23 -06:00
Andrew-Dunning-NNL
54f163f7dc
py-jsonpath-ng: new recipe (#21347) 2021-01-27 14:23:20 -06:00
Brian Van Essen
3cbc35dbdd
LBANN: add support for building with OneDNN. (#21305) 2021-01-27 21:11:31 +01:00
Brian Van Essen
aac3699748
OneDNN: add versions up to v2.1-rc (#21304) 2021-01-27 21:10:16 +01:00
Rao Garimella
f2c98a8537
portage: added v3.0.0, deleted old versions (#21293)
old versions won't build with the new recipe and the url 
specification doesn't work for them

Co-authored-by: Rao Garimella <rao@abyzou.lanl.gov>
2021-01-27 20:13:22 +01:00
Ben Morgan
5667759bf5
vecgeom: add v1.1.9 release (#21341) 2021-01-27 19:50:31 +01:00
Sergey Kosukhin
3cc5b7adc7
Python extensions: consistently set LDSHARED to get Spack RPATHs (#21149)
Python extensions use CC and LDSHARED from the sysconfig module to
build. When Spack installs Python, it replaces the Spack compiler
wrappers in these values with the underlying compilers (since these
wrappers are not useful outside of the context of running Spack).
In order to use the Spack compiler wrappers when building Python
extensions with Spack, Spack sets the LDSHARED environment variable
when running `Python.setup_py` (which overrides sysconfig). However,
many Python extensions use an alternative method to build (namely
PythonPackage.setup_py), which meant that LDSHARED was not set (and
RPATHs were not inserted for dependencies).

This commit makes the following changes:

* Sets LDSHARED in the environment: this applies to all commands
  executed during the build, rather than for a single command
  invocation
* Updates the logic to set LDSHARED: this replaces the compiler
  executable in LDSHARED with the Spack compiler wrapper. This
  means that for some externally-built instances of Python,
  Spack will now switch to using the Spack wrappers when building
  extensions. The behavior is expected to be the same for Spack-
  built instances of Python.
* Performs similar modifications for LDCXXSHARED (to ensure RPATHs
  are included for C++ codes)
2021-01-27 10:20:36 -08:00
William Downs
6ba2e3ee5d
gchp: added new package (#21310)
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2021-01-27 18:02:55 +01:00
Luca Heltai
8a7487773b
dealii: added support for simplices, updated sundials (#20621) 2021-01-27 17:02:15 +01:00
bryanherman
c52e95d681
cxxtest: added new package (#21323) 2021-01-27 16:26:26 +01:00
bryanherman
fbdc8b65b1
mesa: add dependency on zlib (#21325)
When installing mesa in an offline environment, mesa tries to download zlib.
2021-01-27 15:19:03 +01:00
Baptiste Jonglez
0efe54f722
mxnet: Fix python lib installation (#21298) 2021-01-27 07:53:09 -06:00
Ben Morgan
561557d2f5
py-h5py: add build dependency on py-wheel (#21320)
h5py requires wheel at build time from version 3.0.0, based on
the project's pyproject.toml.
2021-01-27 08:43:21 -05:00
Brian Van Essen
b8b432c3aa
lbann: add support for building just the LBANN core library (#21235)
Variants to disable vision libraries and NumPy support.
2021-01-27 13:42:49 +01:00
bryanherman
cbdf87cd28
boost: restrict lower bound of ranges for two patches (#21321) 2021-01-27 13:28:29 +01:00
Mohan
4977dcfe9b
knem: added a patch for v1.1.4 (#21312)
Co-authored-by: amd-toolchain-support <toolchainsupport@amd.com>
2021-01-27 13:27:10 +01:00
Brian Spilner
258bfff1da
cdo: add v1.9.10 (#21315) 2021-01-27 11:32:49 +01:00
takanori-ihara
e83cce313b
fujitsu-ssl2: remove mentions of libfj90rt2.a (#21308) 2021-01-27 11:32:23 +01:00
Glenn Johnson
84234e224c
mafft: add v7.475 and build extensions (#21301) 2021-01-27 10:55:51 +01:00
darmac
88325cada8
r-xvector: add dependency on zlib (#21286) 2021-01-27 10:22:34 +01:00
Tomoyasu Nojiri
503f2f1bbc
xterm: add dependency on termcap (#21314) 2021-01-27 09:50:21 +01:00
Brian Van Essen
46153a8201
NVSHMEM package (#21279) 2021-01-27 09:49:53 +01:00
Baptiste Jonglez
3626ab2697
libsodium: Fix build on ppc64le (#21256)
On ppc64le and aarch64, Spack tries to execute any "config.guess" and
"config.sub" scripts it finds in the source package.

However, in the libsodium tarball, these files are present but not
executable.  This causes the following error when trying to install
libsodium with spack:

    Error: RuntimeError: Failed to find suitable substitutes for config.sub, config.guess

Fix this by chmod-ing the scripts in the patch() function of libsodium.
2021-01-27 09:40:10 +01:00
Michael Kuhn
0366d49c6e
mpich: add 3.4.1 (#21302) 2021-01-26 23:13:14 +01:00
Anton Loukianov
fe35ada685
nextflow: new version (#21276) 2021-01-26 22:59:49 +01:00
Vicente Bolea
104c826e33
ParaView: add ParaView-5.9.0 new release (#21268) 2021-01-26 22:58:48 +01:00
bryanherman
5cd0a9ab8e Update var/spack/repos/builtin/packages/py-shtab/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-01-26 15:24:18 -06:00
bryanherman
86c906e24f Update var/spack/repos/builtin/packages/py-shtab/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-01-26 15:24:18 -06:00
bryanherman
52630d9b96 Update var/spack/repos/builtin/packages/py-shtab/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-01-26 15:24:18 -06:00
Bryan Herman
430b7f3ebd added package py-shtab 2021-01-26 15:24:18 -06:00
bryanherman
4a6676c441 Update var/spack/repos/builtin/packages/py-paramiko/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-01-26 15:23:17 -06:00
Bryan Herman
b527e43615 added invoke variant to py-paramiko 2021-01-26 15:23:17 -06:00
Bryan Herman
3455647011 added package py-sortedcollections 2021-01-26 15:23:02 -06:00
bryanherman
4e465e230e Update var/spack/repos/builtin/packages/py-rich/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-01-26 15:22:48 -06:00
bryanherman
93a7f57299 Update var/spack/repos/builtin/packages/py-rich/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-01-26 15:22:48 -06:00
bryanherman
eb1270d917 Update var/spack/repos/builtin/packages/py-rich/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-01-26 15:22:48 -06:00
Bryan Herman
53f299d0d5 dont cap future python versions 2021-01-26 15:22:48 -06:00
Bryan Herman
08413844f1 added py-rich package 2021-01-26 15:22:48 -06:00
Paul
c03a2d0697
Added Go versions 1.15.7 and 1.14.14 (#21294) 2021-01-26 22:19:13 +01:00
Harsh Bhatia
04225d3cef new package: callflow 2021-01-26 14:40:28 -06:00
Harsh Bhatia
a4e67c35de added flask-cors 2021-01-26 14:40:28 -06:00
kean-smullen-nnl
889c86bdb1
dakota: fix build dependencies (#20697) 2021-01-26 19:04:39 +01:00
Erik Schnetter
325510da5c
qthreads: New version 1.16 (#21159) 2021-01-26 18:53:46 +01:00
Tomoyasu Nojiri
90009d67a9
py-prompt-toolkit: Add version 2.0.10 for py-spatialist (#21281) 2021-01-26 11:26:26 -06:00
bryanherman
6b16d61a80
Added package py-nanotime (#21287) 2021-01-26 11:22:19 -06:00
bryanherman
a678c1966f
added version 2.4.7 to py-pyparsing (#21290) 2021-01-26 11:18:03 -06:00
bryanherman
fbf13e19ed
added missing dep, py-wheel, to py-pynacl (#21292) 2021-01-26 11:16:26 -06:00
Claire Guilbaud
31cf77aec6
recipe: add version 6.1.1 for pytest (#20831)
* recipe: add version 6.1.1 for pytest

add recipe for new dependency py-iniconfig
recipe: add version 6.1.1 for pytest

add recipe for new dependency py-iniconfig

* fix: 'SyntaxError: invalid syntax' during unittests

* requested changes on the pull request done

* requested changes on dep for py-pytest

* change constaint on python for importlib-metadata

* undo change on py-importlib-metada as requested

* bug fix

* bug fix on py-wcwidth

* fix as requested

* forget @ in when param

* forget a colon

* add new versions py-pytest and py-py

* fix setuptools* version

* add rule for more-itertools
2021-01-26 09:08:36 -06:00
Harmen Stoppels
feaaa8b194
umpire's device allocator exports device functions, which requires static libs (#21264) 2021-01-26 15:57:10 +01:00
Baptiste Jonglez
79afe20bb0
mxnet: Add optional cuda_arch spec support, enable CUDA by default (#21266) 2021-01-26 07:58:41 -06:00
vvolkl
b45a31aefe
[dd4hep] fix assimp variant (#21226) 2021-01-26 08:57:13 +01:00
Jen Herting
eb60c858a0
New package: py-intel-openmp (#20748)
* [py-intel-openmp] created template

* [py-intel-openmp] is wheel

* [py-intel-openmp] fixed version for linux

* [py-intel-openmp] removed fixmes, added homepage and description

* [py-intel-openmp] added macos support

* [py-intel-openmp] style fix
2021-01-25 22:34:10 -06:00
Jen Herting
f536ded328
New package: py-bayesian-optimization (#20746)
* [py-bayesian-optimization] created template

* [py-bayesian-optimization] added dependencies

* [py-bayesian-optimization] removed fixmes, added homepage and description

* [py-bayesian-optimization] added dependency on setuptools

* [py-bayesian-optimization] changed url to pypi and updated checksum

* [py-bayesian-optimization] url -> pypi
2021-01-25 22:32:55 -06:00
Jean-Paul Pelteret
b5c9318160
Py-cheroot: Add dependency (#21271) 2021-01-25 22:31:51 -06:00
Tomoyasu Nojiri
48310e8988
process-in-process: Add systemtap depend (#21164) 2021-01-25 22:28:25 -06:00
Michael Kuhn
26d4d54a42
mpich: add 3.4 (#21007)
This also switches the default device to ch4 and the default netmod to
ofi (tcp does not exist for ch4).
2021-01-25 18:00:30 -06:00
Adam J. Stewart
5447dd6fb8
py-geopandas: add v0.8.2 (#21269) 2021-01-25 16:51:12 -06:00
Evan Bollig
cc006a7847
Updated gromacs for 2021.rc1. Updated GMX_GPU values (#20797) 2021-01-25 22:40:55 +01:00
ketsubouchi
ddf022d308
Itensor: Add new package (#20689) 2021-01-25 22:33:23 +01:00
albestro
3a8e04bfab
add drafts variant (#20643) 2021-01-25 22:32:13 +01:00
Thomas Madlener
4e6b5282c9
Delphes: add 3.4.3pre08 tag as version (#21221) 2021-01-25 22:29:29 +01:00
Chris Richardson
ced55fbfe7
Fenicsx: update for basix (#21220) 2021-01-25 22:29:06 +01:00
Tomoyasu Nojiri
5af2b1a933
gdl: Add libtirpc and libgeotiff depend (#21212) 2021-01-25 22:28:15 +01:00
Peter Scheibel
fd8d14f7c5
Kokkos package: rocm support (#21157) 2021-01-25 22:19:54 +01:00
Baptiste Jonglez
7bed6a7077
mxnet: Fix cuda build (#21267) 2021-01-25 22:09:56 +01:00
Axel Huebl
ef2e1bc3f7
WarpX: Increase openPMD-api Dependency (#21263) 2021-01-25 22:08:53 +01:00
Baptiste Jonglez
7d7315ba93
libsodium: Fix download URLs for older versions (#21257) 2021-01-25 22:07:53 +01:00
Adam J. Stewart
37bbe21692
expect: add v5.45.4 and fix build with Apple Clang (#21232) 2021-01-25 22:04:09 +01:00
darmac
3893ce8f71
es-shell: add missing dependency on YACC (#21234) 2021-01-25 16:32:28 +01:00
Vicente Bolea
bfa480d87d
pugixml: add v1.11.4 (#21224) 2021-01-25 14:16:50 +01:00
iarspider
2378376aa9
py-pythonsollya: new package (#21241) 2021-01-25 13:44:28 +01:00
iarspider
9d1d37c432
sollya: new package at v7.0 (#21240) 2021-01-25 09:33:56 +01:00
Adam J. Stewart
05c4506b62
py-pygeos: add v0.9 (#21243) 2021-01-25 09:25:33 +01:00
lpoirel
dd505e2269
petsc: forward variant +int64 to parmetis (#21245) 2021-01-25 08:41:29 +01:00
ketsubouchi
b2f89f8157
imake: add run dependency to xorg-cf-files (#21251) 2021-01-25 08:18:06 +01:00
Pariksheet Nanda
91db8c5234
picard: add v2.24.0 (#21249) (#21250) 2021-01-25 08:12:58 +01:00
Phil Carns
f269b4d7c1
opa-psm2: add v11.2.185 (#21208)
- also update to reflect Cornelis Networks as source maintainer rather Intel
- also replace explicit install prefix patch with edit step file filter
2021-01-25 07:33:59 +01:00
iarspider
577f6e8ade
New package: mpfi (#21238) 2021-01-24 17:54:52 -06:00
Glenn Johnson
cf35661d3c
Updates of R CRAN packages (#21223) 2021-01-24 17:54:25 -06:00
lpoirel
88cafacd09
petsc: add a +mkl-pardiso variant (#21219)
* petsc: add a +mkl-pardiso variant

mkl_pardiso solver is distributed with intel-mkl

* petsc: depend on mkl instead of intel-mkl

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

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-01-24 12:09:35 -06:00
iarspider
8f45b27836
New package: py-bigfloat (#21239)
* New package: py-bigfloat

* Changes from review
2021-01-23 16:27:42 -06:00
iarspider
e791725180
New package: fplll (#21236)
* New package: fplll

* Change from review
2021-01-23 16:26:48 -06:00
bryanherman
5a2fe8add3
Fix git svn modules (#21169)
* added Git run env to support svn variant modules

* perl-alien-svn needs arp-util to be link

* Update var/spack/repos/builtin/packages/git/package.py
2021-01-23 10:33:39 -05:00
Pieter Ghysels
dba6a26920
Add strumpack v5.1.0, add support for ROCm/HIP (#21203) 2021-01-23 09:31:23 +01:00
Nicholas Sly
82ada16668
Add flang variant to llvm package. (#21229)
Co-authored-by: sly <sly@lanl.gov>
2021-01-22 15:39:44 -08:00
Baptiste Jonglez
49f0e9640d
cuda: add installation workaround for version 10.1.243 on ppc64le (#21200)
Fixes #21170
2021-01-22 14:27:14 -08:00
arjun-raj-kuppala
cdb9b10e27
Bump up rocm version 4.0.0: rocm-gdb and mivisionx (#21137) 2021-01-22 18:04:01 +01:00
ketsubouchi
2d6fea86d6
py-pygit2, libgit2: add new versions (#21160) 2021-01-22 09:59:01 -06:00
Chuck Atkins
14f6d64edf
adios2: Fix dependency issues (#21211)
- Typo in the SZ version (:ver should have been ver:)
- Patch to fix python dependency when testing is disabled
2021-01-22 10:31:21 -05:00
René Widera
1026eb2186
isaac-server: add v1.5.1 and v1.5.2 (#21217)
Add latest releases of isaac-server and adjust jansson requirements.
2021-01-22 15:30:57 +01:00
Adam J. Stewart
99e36bcef6
py-scikit-learn: add v0.24.1 (#21158) 2021-01-22 14:32:23 +01:00
Adam J. Stewart
551105749b
py-pandas: add v1.2.1 (#21176) 2021-01-22 14:28:24 +01:00
Adam J. Stewart
ccb5cc50f7
TensorFlow: add v2.4.1 (#21205) 2021-01-22 14:12:37 +01:00
Dr. Christian Tacke
1961dc5f51
xrootd: add v4.12.6, v5.0.3; drop preferred (#21199)
Add version 4.12.6, 5.0.3

I think, the preferred was there to keep version 4.
But that's why we have spack, because people can install
whatever version they want.

And root has a properly versioned dependency.
2021-01-22 14:10:54 +01:00
Jen Herting
f50f67f4db
py-memprof: new package (#20730) 2021-01-22 14:07:16 +01:00
Jen Herting
3b38e4345f
py-filterpy: new package (#20747) 2021-01-22 14:06:34 +01:00
Tomoyasu Nojiri
f6db2f4da4
cnvnator: add -lcrypto to Makefile. (#21209) 2021-01-22 13:50:05 +01:00
René Widera
4b466d06f4
isaac: add v1.5.1 and v1.5.2 (#21216) 2021-01-22 13:11:28 +01:00
arjun-raj-kuppala
f41317d8b2
AMD ROCm: Bump rocm-tensile with 3.9.0, 3.10.0, 4.0.0 releases (#20439) 2021-01-22 13:07:36 +01:00
Dominik Gresch
ec7caefc69
Add Quantum ESPRESSO version 6.7. (#21192) 2021-01-22 09:58:30 +01:00
Harmen Stoppels
d42d9a619a
add patch for not linking to clang rt bulitin lib, and apply patches to 3.9.0 too (#20937) 2021-01-22 09:55:46 +01:00
Tom Payerle
f7064fa181
mumps: Fix for problematic src/makefile patch (#20590) (#20758)
* mumps: Fix for problematic src/makefile patch (#20590)

Minor change in src/Makefile between 5.2.0 and 5.3.3 causing patch to
break.  Split into 2 patchfiles

* mumps: Additional patch for fixing #20590

This is to fix issue wherein build fails on Ubuntu due to undefined
symbols, despite symbols being included in other libraries referenced
on the compilation line.  I believe the issue is that the inclusion
of libsmumps.so was (due to my original patch) causing
libmumps_common.so to be automatically loaded, but since libpords.so
was not also required, the error was occuring.  I have added libpords.so
along with libmumps_common.so to be explicit dependencies of
libsmumps.so, etc., which seems to resolve the issue.
2021-01-21 20:41:11 -08:00
mic84
9ed4eb7a9a
amrex: fix missing hdf5 dependency (#20714)
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
2021-01-21 16:16:55 -08:00
Kurt Sansom
06f65afdd5
hdf: build with gcc10 (#20773) 2021-01-21 17:07:28 -06:00
Chuck Atkins
3d54ca4d5a
ecp-data-vis-sdk: Disable broken cinema variant (#21204) 2021-01-21 15:42:25 -05:00
Baptiste Jonglez
af1eda5359
miniconda3: add ppc64le package version (#21196)
It requires reorganizing version definitions to facilitate adding new architectures.

This is inspired from the cuda package.
2021-01-21 14:36:36 -06:00
Omar Padron
b76d21710b
Add develop versions of faodel and zfp (#21201)
* add master version of faodel

* add develop version of zfp
2021-01-21 14:12:21 -05:00
Sreenivasa Murthy Kolam
85ea52acd1
fix build failure due to #20759 change (#21185) 2021-01-21 18:13:28 +01:00
Tomoyasu Nojiri
6e258ca6ca
catalyst: Fix for aarch64 (#21187) 2021-01-21 10:50:08 -06:00
Brian Van Essen
d3a078c7da
Add support for building with an FFT layer in LBANN. Updated the (#21184)
HWLOC requirements to properly include CUDA and NVML variants as
appropriate.
2021-01-21 10:49:53 -06:00
arjun-raj-kuppala
90a7c846f6
install lib/headers option support (#21186) 2021-01-21 10:47:55 -06:00
Tomoki, Karatsu
2957f76cb1
abinit: add version 8.10.2. (#21188) 2021-01-21 10:46:12 -06:00
vvolkl
2c6c6756a8
[assimp] add new version 5.0.1 (#21191) 2021-01-21 10:45:21 -06:00
Harmen Stoppels
0cf0be588b
Always set SPLA_OMP and SPLA_STATIC (#21195) 2021-01-21 10:43:57 -06:00
Gerasimos Chourdakis
1ceab34fc8
precice: Add version 2.2.0 (#21166) 2021-01-21 09:38:53 -06:00
Jen Herting
d9a8ff455e
[py-numba] added version 0.51.1 (#21182)
* [py-numba] added version 0.51.1

* [py-numba] updated llvmlite dependencies
2021-01-21 09:38:35 -06:00
Rémi Lacroix
afa536fc1d
Plumed: Add a new ArrayFire variant. (#20624) 2021-01-21 09:29:11 -06:00
Rémi Lacroix
6f166283ca
ArrayFire improvements (#20615)
* ArrayFire: Add version 3.7.2.

* ArrayFire: Allow using MKL as the FFTW provider.

* ArrayFire: Ensure the libraries are properly found.

The required backend(s) can be specified in the library query.
2021-01-21 09:29:00 -06:00
Simon Frasch
10baa48d95
spfft: add version 1.0.1 (#21193) 2021-01-21 15:23:01 +01:00
Scott McMillan
fcf99be939
openssl: remove preprocessor flags incompatible with NVIDIA HPC SDK (#21180)
* openssl: remove preprocessor flags incompatible with NVIDIA HPC SDK

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

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

Co-authored-by: Scott McMillan <smcmillan@nvidia.com>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-01-20 21:42:53 -06:00
Toyohisa Kameyama
c5ed46e026
libcap-ng: fix detect python. (#21162)
* libcap-ng: fix detect python.

- add python variant.
- add --with-python and --with-python3 configure option.

* fix style.

* - Add python variant.
- change - to --
2021-01-20 21:42:36 -06:00
Tomoyasu Nojiri
bf3fb8428d
util-linux: Add ncurses depend (#21165) 2021-01-20 21:40:03 -06:00
Tomoyasu Nojiri
644b8b52e2
systemtap: Add depend (#21163)
* systemtap: Add depend

* systemtap: Fix depend
2021-01-20 21:31:04 -06:00
Scott McMillan
2ea336e6aa
libevent: Remove compiler flags incompatible with NVIDIA HPC SDK (#21181)
Co-authored-by: Scott McMillan <smcmillan@nvidia.com>
2021-01-20 17:38:34 -06:00
Greg Sjaardema
6ecc3fc06f
SEACAS: New version v2021-01-20 (#21178)
Added a new version due to new application `nas2exo` and also adding the build of `slice` if `+applications` is specified.
2021-01-20 17:07:38 -06:00
Jen Herting
69bfdb0843
[py-statsmodels] added version 0.12.1 and updated dependencies accord… (#21175)
* [py-statsmodels] added version 0.12.1 and updated dependencies accordingly

* [py-statsmodels] added python requirements for new version and fixed formatting for readability
2021-01-20 17:07:10 -06:00
Sergei Shudler
a95bf8df43
Mirror current E4S hypre test suite test as a smoke test (#20484) 2021-01-20 15:05:25 -08:00
bryanherman
a6ea16ded5
Fix PVM dependencies (#20951)
* added m4 dep to PVM recipe

* added libtirpc dep to PVM recipe

* decode str or bytestr string to unicode

* Resolved comments from @adamjstewart on setup_build_environment
2021-01-20 15:52:22 -06:00
Robert Brunner
966f6bc2d2
Propagate SCR resource_manager flag to libyogrt dependency (#21168)
* When the SCR spec specifies a resource_manager=SLURM or LSF flag, propagate the spec through to
the libyogrt scheduler=slurm or lsf

* Use libyogrt default scheduler option when the SCR spec does not specify LSF or SLURM
2021-01-20 15:51:46 -06:00
Scott McMillan
0e2fa561f3
Perl: NVIDIA HPC SDK updates (#21177)
* Perl: NVIDIA HPC SDK updates

* fix indentation

Co-authored-by: Scott McMillan <smcmillan@nvidia.com>
2021-01-20 15:51:06 -06:00
Rémi Lacroix
bef250535a
Plumed: Ensure the Python interfaces are also built with Spack's wrappers. (#20625) 2021-01-20 14:12:27 -06:00
Rémi Lacroix
23181d24a2
PETSc: Add a new ptscotch variant. (#20699)
Currently the Parmetis wrapper is disabled which means nested dissection cannot be used with PTScotch.
2021-01-20 14:11:23 -06:00
Evan Bollig
2d9e36c4f0
updated relion package for new versions (#21155)
* updated relion for new versions

* Switched to checksum versions

* Enabled spack tracking for MKL and TBB when CPU optimizations are enabled

* Added variants to control MKL FFT and Ppatent feature

* Replaced tags with sha256 for older versions an and switched to virtual packages
2021-01-20 13:53:59 -06:00
Andrew-Dunning-NNL
28c0f20214
py-funcy: new recipe (#21136)
* py-funcy: new recipe

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

add build and run python dependencies

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

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-01-20 13:53:13 -06:00
Tomoyasu Nojiri
085360ec0b
qwt: Fix qt depend (#21161) 2021-01-20 13:47:03 -06:00
Erik Schnetter
d11ba90198
z3: New version 4.8.9 (#21167) 2021-01-20 13:36:46 -06:00
Baptiste Jonglez
95b974707b
openjdk: Add ppc64le package (#21173) 2021-01-20 13:30:39 -06:00
Omar Padron
43935b4917
fix an issue where some variants were not being concatenated correctly (#21174) 2021-01-20 13:27:41 -06:00
darmac
6f3027b9fb
py-iminuit: update version to fix test error (#21143)
* py-iminuit: update version to fix test error

* py-iminuit: update py-numpy limitation

* py-iminuit: fix dependency mistake
2021-01-20 13:22:35 -06:00
Tomoyasu Nojiri
a187b2fb09
py-mikado: Add version 1.2.4 (#20678)
* py-pysam: Add version 0.15.3

* py-biopython: Add version 1.78

* py-mikado: Add version 1.2.4

* py-mikado: Reflection of review points.

* py-biopython: Add python depend

* py-mikado: Fix depend

* py-mikado: Add py-tabulate depend
2021-01-20 13:21:59 -06:00
Nathan Hanford
ebc871abbf
[WIP] relocate.py: parallelize test replacement logic (#19690)
* sbang pushed back to callers;
star moved to util.lang

* updated unit test

* sbang test moved; local tests pass

Co-authored-by: Nathan Hanford <hanford1@llnl.gov>
2021-01-20 09:17:47 -08:00
Tomoyasu Nojiri
c63f680d2a
r-farver: Fix checksum for 2.0.1 (#20897) 2021-01-19 17:45:51 -08:00
Omar Padron
49141f9528
fix typo in ec-data-vis-sdk package (#21156) 2021-01-19 17:09:42 -06:00
mlawsonca
881ca8406c
fixing outdated metis link (#21003)
* fixing outdated metis link

* updated url to the official website since the previous url was a GitHub repo that is an unofficial mirror that only contains the latest version
2021-01-19 16:58:38 -06:00
Andrew-Dunning-NNL
8a92ebd504
py-pyjnius: new recipie (#21150) 2021-01-19 16:57:10 -06:00
Andrew-Dunning-NNL
c6cb0d7869
py-dictdiffer: new recipe (#21151)
* py-dictdiffer: new recipie

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

add correct setuptools dependency

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

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-01-19 16:56:53 -06:00
Andrew-Dunning-NNL
6de193fd27
py-pytest-arraydiff: new recipie (#21152) 2021-01-19 16:56:38 -06:00
Andrew-Dunning-NNL
7a913582f2
py-phonenumbers: new recipie (#21153) 2021-01-19 16:56:24 -06:00
Andrew-Dunning-NNL
d3b04f7704
py-pygtrie: new recipie (#21154) 2021-01-19 16:56:09 -06:00
Erik Schnetter
0c5602dc4e
amrex: remove build_type variant (#20938)
This variant is already provided by CMakePackage.
2021-01-19 19:17:37 +01:00
William Downs
35a51760a8
esmf: Add versions 8.0.0 and 8.0.1 (#21147) 2021-01-19 10:52:47 -06:00
Harmen Stoppels
034debeba5
Always set cmake args because defaults change across versions (#21146) 2021-01-19 09:57:12 -06:00
ketsubouchi
8a6e7c8687
cpmd: new package (#21138) 2021-01-19 09:02:09 -06:00
Tomoyasu Nojiri
ab83b6689e
sortmerna: Fix for aarch64 (#21126) 2021-01-19 09:01:16 -06:00
yellowhat
89b9d07efa
gromacs: add v2020.5 (#21144) 2021-01-19 10:26:35 +01:00
Robert Brunner
91f65b9772
libyogrt: add lsf scheduler support, create yogrt.conf file (#19960)
Tell the libyogrt installer to create a yogrt.conf file, specifying whatever 
scheduler was specified in the scheduler=XXX parameter.
2021-01-19 10:01:48 +01:00
Adam J. Stewart
86e9d93859
libidn2:use http for download (#21001)
This is needed since libidn is used to bootstrap curl
2021-01-19 09:54:25 +01:00
Pramod Kumbhar
908528f2f1
NEURON: add v7.8.2, move to CMake and remove all old versions (#20582)
* Update NEURON simulator package
  - update recipe to support autoconf as well as cmake
  - new versions >=7.8 support cmake
  - remove old variants
  - added patch for latest bug fix release 7.8.2

Co-authored-by: Kumbhar Pramod Shivaji <kumbhar@bbpv1.epfl.ch>
Co-authored-by: Kumbhar Pramod Shivaji <kumbhar@bb-c02vf1h0hv2r.epfl.ch>
2021-01-19 09:42:50 +01:00
Thomas Madlener
a92bb5400e
lcio, sio: add sio dependency, update versions and expose zlib version for sio (#20839) 2021-01-19 09:20:43 +01:00
Glenn Johnson
82b10583f9
r-grbase: added v1.8-6.7 (#21033) 2021-01-19 09:10:21 +01:00
Tomoki, Karatsu
5033250140
specfem3d-globe: add new package (#20830) 2021-01-19 08:55:18 +01:00
h-denpo
f781fd1878
universal-ctags: added link dependency on libiconv (#21141) 2021-01-19 08:47:26 +01:00
darmac
a567b73108
py-numexpr: added v2.7.2 (#21142) 2021-01-19 08:42:16 +01:00
yellowhat
83eec2d170
NAMD: FIX build +cuda and mpi ~smp (#20778)
* NAMD: FIX build +cuda

Hi,
If I try to compile NAMD with CUDA support, it fails because cannot file the file "{self.arch}.cuda" because it is undet the "arch" folder.

* NAMD: FIX mpi ~smp

Fix `spack install namd ^charmpp backend=mpi ~smp`
2021-01-18 23:12:06 -06:00
Rao Garimella
a36c40b61d
Update versions of Wonton and Tangram packages (#20813) 2021-01-18 23:06:26 -06:00
Michael Kuron
2e299c5008
siesta: fix build with gfortran (#20840)
Avoid Error: Line truncated at (1) [-Werror=line-truncation]
2021-01-18 22:59:53 -06:00
Erik Schnetter
a2d8023e2a
ssht: New version 1.3.4 (#20880)
* ssht: New version 1.3.4

ssht changed configuration mechanism from "home-grown" to "cmake. The previously current version 1.2b1 (a beta release) is thus unfortunately not available any more.

* ssht: Don't set build type

Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>

Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2021-01-18 22:57:53 -06:00
Vicente Bolea
94f1e838b2
ParaView: add new ParaView-5.9.0-RC4 release (#21132)
* ParaView: add new ParaView-5.9.0-RC4 release

Signed-off-by: Vicente Adolfo Bolea Sanchez <vicente.bolea@kitware.com>

* ParaView: add official maintainer @vicentebolea

Signed-off-by: Vicente Adolfo Bolea Sanchez <vicente.bolea@kitware.com>
2021-01-18 22:53:17 -06:00
Toyohisa Kameyama
3143222d87
salmon-tddft: add eigenexa variant (#21140) 2021-01-18 22:52:50 -06:00
Thomas Madlener
d1174bd40f
Make sure sio library is properly propagated (#20940) 2021-01-18 22:52:27 -06:00
darmac
fe32d256d2
ceres-solver: add v2.0.0 (#21005) 2021-01-18 22:51:57 -06:00
Harmen Stoppels
1dab789504
Don't use CUDA for hipblas (#20935)
* Don't use CUDA for hipblas

* old versions use TRY_CUDA

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

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

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-01-18 22:49:59 -06:00
Glenn Johnson
85838e98fb
add version 2.2-2 to r-gwmodel (#21121)
* add version 2.2-2 to r-gwmodel

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

Fix comma, space issue.

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

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-01-18 16:59:05 -06:00
Glenn Johnson
c7d3651356
add version 0.3.17 to r-inline (#21053)
* add version 0.3.17 to r-inline

* Drop R version constraint

A really old version of R was specified in the 0.3.14 and 0.3.15
versions of r-inline. This constraint was dropped in the 0.3.17 version.
Drop it from the spack recipe as well.
2021-01-18 16:58:08 -06:00
Michael Kuron
cec784bb10
vasp: fix build with gfortran 10 and add version 6.1.1 (#20900)
* vasp: fix build with gfortran 10

Avoid Error: Type mismatch between actual argument at (1) and actual argument at (2)

* vasp: add version 6.1.1

* vasp 6: allow building without CUDA
2021-01-18 16:54:52 -06:00
kuramoto-fj
bd51f81e20
Mapsplice2: Add new package (#20901) 2021-01-18 16:53:50 -06:00
Thomas Madlener
e960721c65
Use shared=True to find libraries, since this is the default (#20907)
package also does not expose a shared variant
2021-01-18 16:51:44 -06:00
Atsushi Hori
777901843f
New Package: Process-in-Process (PiP) -- 2nd trial (#20925)
* Adding PiP recipe

* pip@1 recipe (it seems working)

* change install dir hierarchy

* installing PiP man pages

* add pip-glibc & pip-gdb

* fix configure option designations, fix dependency types

* fix dependency type of pip

* use AutotoolsPackage in pip recipe

* add patch for pip-glibc & pip-gdb to enable 'disable-werror'

* change glibc install directory

* add linux distro check to pip-gdb

* create process-in-process package

* use flag_handler and join_path

* add gcc version constraint, change install-test to check-installed

* fix gcc version designations on conflicts()

* add constraint of target cpu, fix flake8 warnings

* add version constraint to resource()

* Some fixes to adapt the current version
	not to execute 'piplnlibs'
	change documentation install command

* Update
	new branch name of PiP-gdb
	adapting PiP-Testsuite

* update pip-gdb github urls

* The very first commit of Process-in-Process (PiP)
	details can be found at https://github.com/RIKEN-SysSoft/PiP

* Fix comment style issues

* New Package: Process-in-Process (PiP) -- 2nd trial

* fix style issue

* change inline comments style (required to have two spaces)

Co-authored-by: Daiki Matsunaga <daikim@axe.bz>
2021-01-18 16:50:48 -06:00
Tomoyasu Nojiri
b7badf2447
gengetopt: Add texinfo depend (#20929) 2021-01-18 16:40:34 -06:00
bryanherman
c500ea80c3
Add SVN extension to Git (#20939)
* added package for svn extension to perl

* added svn variant to git recipe
2021-01-18 16:39:56 -06:00
takanori-ihara
a5963d686c
eigenexa: new package. (#20934) 2021-01-18 23:37:09 +01:00
G-Ragghianti
335c5ed5cb
Updated with requirements for openblas dependency (#20956)
* Updated with requirements for openblas dependency

* Python style fixes
2021-01-18 16:34:21 -06:00
Simon Frasch
e91ff86882
spfft: add version 1.0.0 (#20959) 2021-01-18 16:33:18 -06:00
Glenn Johnson
699df81a95
add version 1.2-9 to r-aer (#20965) 2021-01-18 12:57:28 -06:00
Glenn Johnson
5fb647d17c
The latest version of imagemagick needs libtool linking (#20969)
Imagemagick-7.0.8 needs to link against libltdl. Otherwise, the build will fail with:

```
2 errors found in build log:
     503    checking for libltdl...
     504    checking ltdl.h usability... no
     505    checking ltdl.h presence... no
     506    checking for ltdl.h... no
     507    checking for lt_dlinit in -lltdl... no
     508    checking if libltdl package is complete... no
  >> 509    configure: error: in `/tmp/gpjohnsn/spack-stage/spack-stage-imagemagick-7.0.8-7-4y44gaklhhciiwjzhfpxjfwdj5q
            ltjp3/spack-src':
  >> 510    configure: error: libltdl is required for modules and OpenCL builds
     511    See `config.log' for more details
```
2021-01-18 12:57:15 -06:00
Glenn Johnson
8f5651e63e
add version 3.3.3 to r-ggplot2 (#21021) 2021-01-18 12:56:36 -06:00