Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
3.9.0 too (#20937)
|
|
* 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.
|
|
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
|
|
|
|
|
|
It requires reorganizing version definitions to facilitate adding new architectures.
This is inspired from the cuda package.
|
|
* add master version of faodel
* add develop version of zfp
|
|
|
|
|
|
HWLOC requirements to properly include CUDA and NVML variants as
appropriate.
|
|
|
|
|
|
|
|
|
|
|
|
* [py-numba] added version 0.51.1
* [py-numba] updated llvmlite dependencies
|
|
|
|
* 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.
|
|
|
|
* 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>
|
|
* libcap-ng: fix detect python.
- add python variant.
- add --with-python and --with-python3 configure option.
* fix style.
* - Add python variant.
- change - to --
|
|
|
|
* systemtap: Add depend
* systemtap: Fix depend
|
|
Co-authored-by: Scott McMillan <smcmillan@nvidia.com>
|
|
Added a new version due to new application `nas2exo` and also adding the build of `slice` if `+applications` is specified.
|
|
(#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
|
|
|
|
* 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
|
|
* 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
|
|
* Perl: NVIDIA HPC SDK updates
* fix indentation
Co-authored-by: Scott McMillan <smcmillan@nvidia.com>
|
|
(#20625)
|
|
Currently the Parmetis wrapper is disabled which means nested dissection cannot be used with PTScotch.
|
|
* 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
|
|
* 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>
|
|
|
|
|
|
|
|
|
|
* py-iminuit: update version to fix test error
* py-iminuit: update py-numpy limitation
* py-iminuit: fix dependency mistake
|
|
* 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
|
|
* 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>
|
|
|
|
|
|
* 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
|
|
|
|
* 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>
|
|
|