Chris Marsh
a82e21e82f
add 0.61.2 and fix numpy version constraints ( #50352 )
2025-05-08 12:24:13 -06:00
Robert Maaskant
1ba40b99ee
yq: add v4.45.2 ( #50345 )
2025-05-08 12:07:22 -06:00
Robert Maaskant
60f2698a4a
trivy: add v0.62.0 and v0.62.1 ( #50344 )
2025-05-08 12:07:04 -06:00
Harmen Stoppels
b3772f8bb6
builtin: remove unused imports from build_systems ( #50385 )
2025-05-08 19:27:24 +02:00
Harmen Stoppels
cd75e52ba2
yaml_cpp: do not import spack.spec ( #50382 )
2025-05-08 10:52:35 -06:00
Harmen Stoppels
b0b316c646
builtin: add a few missing __init__.py ( #50374 )
2025-05-08 18:45:09 +02:00
Harmen Stoppels
7bbf581169
singularity-eos: remove conditional depends_on ( #50381 )
2025-05-08 18:42:06 +02:00
Harmen Stoppels
7b93d01a68
builtin: remove various redundant wildcard imports ( #50380 )
2025-05-08 18:38:18 +02:00
Harmen Stoppels
6f2393a345
builtin: delete spack.store import ( #50383 )
2025-05-08 10:31:11 -06:00
Mikael Simberg
9fa2bb375c
fmt: add v11.2.0 ( #50343 )
2025-05-08 05:54:54 -06:00
Caetano Melone
83f115894b
glib: add preferred version 2.78.3 ( #50356 )
...
Versions of glib above 2.78.3 don't build (https://github.com/spack/spack/issues/49358 ). Until this is fixed we should set preferred to a confirmed version instead per https://github.com/spack/spack/issues/49358#issuecomment-2706251681 .
2025-05-08 09:27:07 +02:00
snehring
ef0599b53c
cryodrgn: adding v3.4.3 ( #48804 )
...
Signed-off-by: Shane Nehring <snehring@iastate.edu>
2025-05-07 12:43:37 -07:00
Veselin Dobrev
9c4207a551
mesa: add the latest v24.* and v25.* versions ( #47642 )
...
* [mesa] Add latest version: 24.2.7
* Fix the llvm build for @18: when libunwind is disabled
* [mesa] Updaing to the latest 24.* and 25.* versions
* Add libshmfence dependency
---------
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
2025-05-07 12:09:23 -07:00
Sinan
eb95390ce7
package/qscintilla: fix build issue ( #50317 )
...
* package/qscintilla: fix build issue
* add maintainer
* package/qscintilla: fix build issue
* add maintainer
---------
Co-authored-by: sbulut <sbulut@3vgeomatics.com>
2025-05-07 19:45:14 +02:00
Sinan
527d723db0
package_qgis add new versions ( #50328 )
...
* package_qgis add new versions
* restore deprecated version
---------
Co-authored-by: sbulut <sbulut@3vgeomatics.com>
2025-05-07 09:50:58 -07:00
吴坎
63fe6fc893
Update package.py ( #50341 )
2025-05-07 16:50:34 +02:00
Harmen Stoppels
12a7e8d73a
bohrium: don't create python module ( #50342 )
2025-05-07 16:23:34 +02:00
Harmen Stoppels
21d8c09c5e
builtin: fix various type/correctness issues ( #50340 )
2025-05-07 15:45:15 +02:00
David--Cléris Timothée
43596b4e23
Shamrock: new package ( #50293 )
...
Co-authored-by: tdavidcl <tdavidcl@users.noreply.github.com>
2025-05-07 14:05:12 +02:00
Simon Pintarelli
97edcb5acc
tiled-mm v2.3.2 ( #50329 )
2025-05-07 09:37:28 +02:00
Simon Pintarelli
fc268b0945
cosma: add v2.7.0 ( #50320 )
2025-05-07 09:35:47 +02:00
Greg Sjaardema
a3a49daf8f
seacas: new version, change in name handling defaults ( #50324 )
2025-05-06 21:47:39 -06:00
Simon Pintarelli
6587b2a231
costa v2.2.3, v2.2.4 ( #50319 )
2025-05-06 17:30:45 +02:00
Harmen Stoppels
b932c14008
builtin: use api v2.0 and update dir structure ( #49275 )
...
* Bump the package API of the `builtin` repo to `v2.0`
* Move `var/spack/repos/builtin` -> `var/spack/repos/spack_repo/builtin`
* Move test repos `var/spack/repos/{builtin.mock,tutorial,...}` -> `var/spack/test_repos/`
* Update package dir names to v2 format (`-` -> `_` etc)
* Change absolute imports `from spack.pkg.builtin.my_pkg ...` to relative imports `from ..my_pkg.package ...`
Users who have a repo on top of builtin should change imports from
```python
from spack.pkg.builtin.my_pkg import MyPkg
```
to
```python
from spack_repo.builtin.packages.my_pkg.package import MyPkg
```
and can configure their editors with
```
PYTHONPATH=$spack/lib/spack:$spack/var/spack/repos
```
[skip-verify-checksums]
2025-05-06 12:05:44 +02:00