Age | Commit message (Collapse) | Author | Files | Lines |
|
These tests were broken by #24176
|
|
This is also what our other build systems are doing.
|
|
|
|
|
|
|
|
|
|
|
|
This also adds some missing dependencies for core functionality.
|
|
|
|
Since PR #22873 was merged, the configure patch for r-rmariadb is no
longer needed. Also added comment regarding configure arguments.
|
|
To concretize the entire exawind environment together we need `hypre` to be built with the same flags for `nalu-wind` and `amr-wind`.
@jrood-nrel
|
|
|
|
opencv (#23881)
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
|
|
This reverts commit fef05621a77ee8b62b318370e1ec7bf39502eb7c.
|
|
|
|
|
|
|
|
|
|
|
|
* Set job_id for SGE in darshan-runtime package
* Use a multi value variant for scheduler
Only one scheduler can be selected so make the variant multi valued and
set multi=False.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* hdf-eos5: Fix issue when linking against hdf5+szip (#23411)
Should fix issue #23411 when linking against hdf5+szip
Also fix bug if hdf5 does not depend on zlib
Reluctantly added payerle as a maintainer
|
|
|
|
|
|
Added version 1.1.13
Fixed versions for dependencies based on README.md for package
In particular:
* versions 1.1.x require python@3, at least 3.4 and for 1.1.13 at least 3.6
* py-osqp had been pinned to version 0.4.1, but README.md either shows
no version restriction, of 0.4.1 and higher
* @1.1.13 requires at least 1.1.6 of py-scs
* I am assuming since 1.1.x is python@3 only, py-six no longer required
(it was not explicitly showing up in README.md for these versions)
|
|
|
|
Since the module roots were removed from the config file,
`--print-shell-vars` cannot find the module roots anymore. Fix it by
using the new `root_path` function. Moreover, the roots for lmod and
modules seems to have been flipped by accident.
|
|
* [py-python3-xlib] created template
* [py-python3-xlib] requires python3
* [py-python3-xlib] Final cleanup
- added homepage
- added description
- removed fixmes
* [py-python3-xlib] added homepage
* [py-python3-xlib] removing homepage entirely
|
|
|
|
|
|
|
|
* add versions 2.2.0.2 and 2.2.1.1
* Add maintainer
Added Ishaan as additional maintainer as he is also maintainer of the Python bindings
* add new major precice version as dependency
|
|
|
|
This is a small quality of life improvement so that users can easily
copy and paste the stage path after executing `spack stage spec`.
|
|
|
|
root (#24124)
|
|
|
|
|
|
|
|
The VALID_VERSION regex didn't check that the version string was
completely valid, only that a prefix of it was. This version ensures
the entire string represents a valid version.
This makes a few related changes.
1. Make the SEGMENT_REGEX identify *which* arm it matches by what groups
are populated, including whether it's a string or int component or a
separator all at once.
2. Use the updated regex to parse the input once with a findall rather
than twice, once with findall and once with split, since the version
components and separators can be distinguished by their group status.
3. Rather than "convert to int, on exception stay string," if the int
group is set then convert to int, if not then construct an instance
of the VersionStrComponent class
4. VersionStrComponent now implements all of the special string
comparison logic as part of its __lt__ and __eq__ methods to deal
with infinity versions and also overloads comparison with integers.
5. Version now uses direct tuple comparison since it has no per-element
special logic outside the VersionStrComponent class.
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
|
|
* [py-ibm-watson] created template
* [py-ibm-watson] added dependencies
* [py-ibm-watson] Final cleanup
- added homepage
- added description
- removed fixmes
|
|
|
|
|
|
* [py-ibm-cloud-sdk-core] created template
* [py-ibm-cloud-sdk-core] added dependencies
* [py-ibm-cloud-sdk-core] set minimum python version
* [py-ibm-cloud-sdk-core] added version 3.10.0
* [py-ibm-cloud-sdk-core] Final Cleanup
- added homepage
- added description
- removed fixmes
|
|
* New Package:py-haphpipe@1.0.3
* removed llvm restrict. & changed freebayes
* Style fix
* Removed pip, wheel, added url for deps list
* used proper gsutil naming
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* url src for deps, samtools fix
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|