Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update proj dependency to enable newer proj usage
* Allow for any proj version
|
|
The deps were added in #40945 to make it work on macOS 11, because the
old configure scripts only detect macOS 10. Apparently people reported the
autoreconf script caused issues, later fixed in #41057. However, also
with that fix, things are incorrect, cause people now report:
```
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.7
libtool: and run autoconf again.
```
HOWEVER, all this is unnecessary, because the underlying issue was
already fixed long ago, it's just that it regressed at some point, but
it's back in place since #41205.
|
|
Signed-off-by: Terry Cojean <terry.cojean@kit.edu>
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
|
|
This adds Readonly::XS. Since this module can not be used by itself, the
Spack package comes with a test override. This anticipates that the perl
builder will one day have a generic standalone module usage test.
|
|
* perl-test-json: New package
Adds Test::JSON
* Adds perl-json-any
|
|
Adds Test::XPath
|
|
Adds URI::Find
|
|
* perl-net-cidr-lite: new package
Adds Net::CIDR::Lite
* Add license
|
|
Adds Mojolicious
|
|
Adds Cache::Memcached and its dependencies.
Installed OK with build-time tests. Added dependencies:
- Cache::Memcached
|
|
This should fix issue #40780
We explicitly cast self.spec["python"].command to str in the filter_file
call in _fix_dtrace_shebang to avoid the error
==> Error: TypeError: expected str, bytes or os.PathLike object, not Executable
Not sure why the error is appearing (is it only for specific python versions, etc?),
but the fix should be quite safe.
|
|
|
|
Adds YAML::Syck
|
|
* perl-catalyst-runtime and deps: new packages
This add Perl Catalyst::Runtime and its missing dependencies.
Adds:
- perl-catalyst-runtime
- perl-apache-logformat-compiler
- perl-cgi-simple
- perl-cgi-struct
- perl-class-c3-adopt-next
- perl-cookie-baker
- perl-data-dump
- perl-devel-stacktrace-ashtml
- perl-filesys-notify-simple
- perl-getopt-long-descriptive
- perl-hash-multivalue
- perl-http-body
- perl-http-entity-parser
- perl-http-headers-fast
- perl-http-multipartparser
- perl-moosex-emulate-class-accessor-fast
- perl-moosex-getopt
- perl-moosex-methodattributes
- perl-moosex-role-parameterized
- perl-path-class
- perl-plack
- perl-plack-middleware-fixmissingbodyinredirect
- perl-plack-middleware-methodoverride
- perl-plack-middleware-removeredundantbody
- perl-plack-middleware-reverseproxy
- perl-plack-test-externalserver
- perl-posix-strftime-compiler
- perl-stream-buffered
- perl-string-rewriteprefix
- perl-test-mocktime
- perl-test-tcp
- perl-test-time
- perl-test-trap
- perl-tree-simple
- perl-tree-simple-visitorfactory
- perl-uri-ws
- perl-www-form-urlencoded
|
|
Co-authored-by: vijay kallesh <Vijay-teekinavar.Kallesh@amd.com>
|
|
* enh: add newer versions
* enh: add newer versions
* format
* fix typo
* Update package.py
* make jax and TF optional dependencies
* style fix
* remove dependency
* remove old TFP version
* fix: style
|
|
|
|
Adds JSON::XS and its deps:
- Canary::Stability
- Types::Serialiser
|
|
Co-authored-by: sbulut <sbulut@3vgeomatics.com>
|
|
* Add package zfit interface
* add maintainer
* [@spackbot] updating style on behalf of jonas-eschle
* Update package.py
* Update package.py
* Update package.py
* [@spackbot] updating style on behalf of jonas-eschle
* Update var/spack/repos/builtin/packages/py-zfit-interface/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* Update package.py
---------
Co-authored-by: jonas-eschle <jonas-eschle@users.noreply.github.com>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
The fuzzer tests are a bit flaky and have linker issues on
clang. We generally only should build them in testing.
|
|
|
|
Libraries for openexr are named libOpenEXR*.so, etc., so the default libs
handler in spec does not find them.
Add a custom libs property to address this.
Partial fix for #42273
Co-authored-by: payerle <payerle@users.noreply.github.com>
|
|
Co-authored-by: LMS Bioinformatics <bioinformatics@lms.mrc.ac.uk>
|
|
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
|
|
* bazel: allow offline build of major versions 5 and 6; add variant download_data
* bazel: add maintainer LydDeb
* bazel: install offline only; remove variant download_data
* bazel: fix variable name: resource_dico --> resource_dictionary
* bazel: fix style
* bazel: fix the build of version 4
* bazel: add comment about resources
* bazel: access to resource stages with self.stage
* bazel: add except to solve AttributeError: 'Stage' object has no attribute 'resource'
---------
Co-authored-by: LydDeb <lyderic.debusschere@eolen.com>
|
|
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
|
|
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
|
|
for various reasons had to advance dependency of 5.0.2 to at least
pmix 4.2.4. 5.0.1 and 5.0.0 can also build with 4.2.4 pmix or newer.
related to #42651
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
|
|
Co-authored-by: Branden Moore <branden.moore@amd.com>
|
|
|
|
Co-authored-by: Stepan Vanecek <stepan@Stepans-MBP.fritz.box>
|
|
Signed-off-by: Carsten Uphoff <carsten.uphoff@intel.com>
|
|
|
|
|
|
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
|
|
|
|
|
|
|
|
* py-find-libpython: 0.3.1
* py-find-libpython: sort versions
|
|
|
|
* Update Pyomo spack package for 6.7.1 release
* Apply changes from @adamjstewart
* Update sphinx+Pyomo versions
* Whoops - typo
|
|
|
|
* py-ipyvuetify: new package
* Limit py-jupyter-packing version to 0.7.x
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* Fix py-jupyterlab version and type
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* Fix py-ipyvue version range to exclude 2
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* rm py-wheel, already considered for PythonPackage
* fix: pynpm only required for build, reorder dependencies as in the pyproject.toml
---------
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
* snakemake: add Snakemake 8 with dependencies
* snakemake: add missing description
* Whitespace
* Whitespace
* Whitespace
* Whitespace
* py-conda-inject: add constraint for Python
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* py-snakemake-executor-plugin-azure-batch: add constraint for Python
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* py-snakemake-executor-plugin-cluster-generic: add constraint for Python
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* py-snakemake: add upper bound for Python
* py-snakemake-executor-plugin-drmaa: specify dependency type
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* py-snakemake-executor-plugin-googlebatch: correct dependency version
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* py-snakemake-executor-plugin-tes: correct dependency version
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* py-snakemake-storage-plugin-s3: reorder
* snakemake: remove newly added variants
* snakemake: remove newly added variants
* snakemake: remove newly added variant
* snakemake: update version
* snakemake: update version
* snakemake: whitespace
* py-snakemake-storage-plugin-s3: update version
* snakemake: use newer version
* snakemake: whitespace
* snakemake: update interfaces
* py-snakemake-storage-plugin-gcs: link issue
* snakemake: update versions
---------
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
|
|
* feat: zoxide package
* Apply suggestions from code review
Co-authored-by: Alec Scott <alec@bcs.sh>
---------
Co-authored-by: Alec Scott <alec@bcs.sh>
|
|
|
|
|
|
* py-azure-core: add new versions
* py-azure-identity: add new versions, flatten dependencies
* py-azure-storage-blob: add new versions
* py-msal: add new versions
* py-azure-...: black is terrible
* py-azure-storage-blob: correct dependency
* Reorder
* Reorder
|