Age | Commit message (Collapse) | Author | Files | Lines |
|
needed according to pc file
|
|
* Add new packages: py-fluidfft and co
* py-fluidfft: add few contrains (version dependencies)
|
|
* CUDA: support Grace Hopper 9.0a compute capability
* Fix other packages
* Add type annotations
* Support ancient Python versions
* isort
* spec -> self.spec
Co-authored-by: Andrew W Elble <aweits@rit.edu>
* [@spackbot] updating style on behalf of adamjstewart
---------
Co-authored-by: Andrew W Elble <aweits@rit.edu>
Co-authored-by: adamjstewart <adamjstewart@users.noreply.github.com>
|
|
* add cdo patch for missing algorithm header
* add patch for 2.2.2:2.3.0
Signed-off-by: Jannek <squar@informatik.uni-hamburg.de>
* Add conflict of old cdo with new gcc
* Update var/spack/repos/builtin/packages/cdo/add_algorithm_header_222.patch
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
* Adjust patch hash
* Update var/spack/repos/builtin/packages/cdo/package.py
fix copy-paste-error on hash
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
---------
Signed-off-by: Jannek <squar@informatik.uni-hamburg.de>
Co-authored-by: Jannek <squar@informatik.uni-hamburg.de>
Co-authored-by: Try2Code <stark.dreamdetective@gmail.com>
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
|
|
|
|
|
|
fixes #46295
A proper solution would be a tag directive that accumulates tags
with the ones defined in base classes.
For the time being, rewrite them explicitly.
Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
|
|
* Boost:Adjust bootstrapping/b2 options as needed for Windows (the
bootstrapping phase sufficiently differs between Windows/Unix
that it is handled entirely within its own branch).
* Boost: Paths in user-config.jam should be POSIX, including on Windows
* Python: `.libs` for the Python package should return link libraries
on Windows. The libraries are also stored in a different directory.
|
|
* initial update for rocm 6.2
* fix typo in rocprofiler-register
* update rocm-device-libs
* add patch to use clang 18 for roctracer-dev
* add updates for rocm-opencl and rocm-validation-suite
* add hipify-clang patch
* update remaining packages to 6.2
* update hipblaslt mivisionx patches
* update rocm-tensile to 6.2.0
* add hipsparselt changes for 6.2
* add rocm-openmp-extras patch
* add build-time test for rocprofiler-register
* update flang-legacy support for 6.2
* simplify version range
* update boost dependency in rpp
---------
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
|
|
bug fix update for sirius
|
|
* Adding the perl-bio-db-bigfile package
* Adding perl-bio-ensembl-io package
* Update package.py
* Update package.py
* Update package.py
* Update package.py
* Updating dependent package handling
Signed-off-by: Teague Sterling <teaguesterling@gmail.com>
* Updating dependent package handling
Signed-off-by: Teague Sterling <teaguesterling@gmail.com>
* Reverting variants
Signed-off-by: Teague Sterling <teaguesterling@gmail.com>
* Rename package.py to package.py
* Update package.py
* Update package.py
* Removing unneeded dependencies
Signed-off-by: Teague Sterling <teaguesterling@gmail.com>
* Update package.py
* Update package.py
* Update package.py
* Update package.py
* Update package.py
* Updated from testing by @ebiarnie
Signed-off-by: Teague Sterling <teaguesterling@gmail.com>
* Updated from testing by @ebiarnie
Signed-off-by: Teague Sterling <teaguesterling@gmail.com>
* Fixing depends
Signed-off-by: Teague Sterling <teaguesterling@gmail.com>
* Fix styles
Signed-off-by: Teague Sterling <teaguesterling@gmail.com>
* Update package.py
---------
Signed-off-by: Teague Sterling <teaguesterling@gmail.com>
|
|
* fast-float: new package
* fast-float: add test dependency
* fast-float: fix doctest dependency type
* fast-float: convert deps to tuple
* fast-float: add v6.1.5 and v6.1.6
* fast-float: patch older versions to use find_package(doctest)
|
|
* py-your: new package
Spack package recipe for YOUR, Your Unified Reader. YOUR processes pulsar data in different formats.
Output below from spack install py-your
spack install py-your
==> Installing py-your-0.6.7-djfzsn2lutp24ik6wrk6tjx5f7hil76x [83/83]
==> No binary for py-your-0.6.7-djfzsn2lutp24ik6wrk6tjx5f7hil76x found: installing from source
==> Fetching https://github.com/thepetabyteproject/your/archive/refs/tags/0.6.7.tar.gz
==> No patches needed for py-your
==> py-your: Executing phase: 'install'
==> py-your: Successfully installed py-your-0.6.7-djfzsn2lutp24ik6wrk6tjx5f7hil76x
Stage: 1.43s. Install: 0.99s. Post-install: 0.12s. Total: 3.12s
* Removed setup_run_environment
After some testing, both spack load and module load for the package will include the bin directory generated by py-your as well as the path to the version of python the package was built with, without the need for the setup_run_environment function.
I removed that function (Although, like Tamara I thought it would be necessary based on other package setups I used as a basis for this package).
Note: I also updated the required version of py-astropy from py-astropy@4.0: to @py-astropy@6.1.0: In my test builds, the install was picking up version py-astropy@4.0.1.post1 and numpy1.26. However when I tried to run some of the code I was getting errors about py-astropy making numpy calls that are now removed. The newer version of py-astropy corrects these. Ideally this would be handled in the py-astropy package to make sure numpy isn't too new
* Changed software pull location
The original package pulled a tagged release version from GitHub. That tagged version was created in 2022 and has not been updated since. It no longer runs because newer versions of numpy have removed deprecation warnings for several of their calls. The main branch for this repository has addressed these numpy issues as well as some other important fixes but no new release has been generated. Because of this and the apparent minimal development that now appears to be going on, it is probably best to always pull from the main branch
* [@spackbot] updating style on behalf of aweaver1fandm
* py-your: Changed software pull location
1. Restored original URL and version (0.6.7) as requested
2. Updated py-numpy dependency versions to be constrained based on the version of your. Because of numpy deprecations related to your version 0.6.7 need to ensure that the numpy version used is not 1.24 or greater because the depracations were removed starting with that version
|
|
superceds #46128
Co-authored-by: Robert Underwood <runderwood@anl.gov>
|
|
dependeicies, update url (#46213)
* perl-bioperl: add v1.6.924
Signed-off-by: Teague Sterling <teaguesterling@gmail.com>
* fix style
Signed-off-by: Teague Sterling <teaguesterling@gmail.com>
* perl-bioperl: add v1.6.924, v1.7.2, deprecate v1.007002, refactor dependencies
Signed-off-by: Teague Sterling <teaguesterling@gmail.com>
* perl-bioperl: add v1.7.8
Signed-off-by: Teague Sterling <teaguesterling@gmail.com>
* perl-bioperl: update url
Signed-off-by: Teague Sterling <teaguesterling@gmail.com>
* perl-bioperl: cleanup version urls
Signed-off-by: Teague Sterling <teaguesterling@gmail.com>
* remove v1.7.2
---------
Signed-off-by: Teague Sterling <teaguesterling@gmail.com>
|
|
|
|
|
|
|
|
* gptune: new test API
* gptune: cleanup; finish API changes; separate unrelated test parts
* gptune: standalone test cleanup with timeout constraints
* gptune: ensure stand-alone test bash failures terminate; enable in CI
* gptune: add directory to terminate_bash_failures
* gptune/stand-alone tests: use satisifes for checking variants
---------
Co-authored-by: Tamara Dahlgren <dahlgren1@llnl.gov>
|
|
* makedepf90: new package
* reorder versions and dependencies
|
|
* Add numactl 2.0.16-2.0.18
* Create link-with-latomic-if-needed-v2.0.16.patch
Add a link to libatomic, if needed, for numactl v2.0.16.
* Add some missing patches to v2.0.16
* Create numactl-2.0.18-syscall-NR-ppc64.patch
In short, we need numactl to set __NR_set_mempolicy_home_node on ppc64, if it's not already defined.
* Apply a necessary patch for v2.0.18 on PPC64
* Add libatomic patch for v2.0.16
|
|
* py-poxy: add new package
* py-poxy: depends on misk >= 0.8.1
|
|
|
|
|
|
|
|
Signed-off-by: Teague Sterling <teaguesterling@gmail.com>
|
|
|
|
|
|
|
|
Should have been a link depenedency, not a build dependency.
|
|
and remove compiler conditionals [as amrex conflict with clang no longer exists since #22967]
|
|
* Add missing variant, already used in recipe (avxtiles)
* Add memopt variant
Co-authored-by: viveshar <vivek.sharma2@amd.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* py-httpcore: Added new version
* [py-httpcore]
- added version 0.18.0
- restructured dependencies as everything has a when and
type/when ordering was all over the place
* [py-httpcore] ordered dependencies in the order listed in v1.0.5 pyproject.toml
---------
Co-authored-by: Alex C Leute <aclrc@rit.edu>
|
|
|
|
* [py-torch-fidelity] New package
* [py-torch-fidelity] add patch to fix missing requirements.txt
|
|
* Updated version of sz3
Supercedes #46128
* Add Robertu94 to maintainers fo r SZ3
---------
Co-authored-by: Robert Underwood <runderwood@anl.gov>
|
|
* New package: py-monai
* Fixed linked issues with py-monai
* [py-monai] removed extra line
* [py-monai]
- New version 1.3.2
- ran black
- update copyright
* [py-monai] added license
* [py-monai]
- moved build only dependencies
- specified newer python requirements for newer versions
---------
Co-authored-by: vehrc <vehrc@rit.edu>
|
|
* Add libfabric v1.22.0 and v1.21.1
* Fix whitespace
|
|
|
|
Supercedes #46128
Co-authored-by: Robert Underwood <runderwood@anl.gov>
|