Compare commits

..

1 Commits

Author SHA1 Message Date
Wouter Deconinck
fa26e573cb gitlab: config:shared_linking:missing_library_policy:error 2025-05-06 13:03:37 +02:00
3 changed files with 2 additions and 13 deletions

View File

@@ -6,17 +6,6 @@ build:
- graphviz
tools:
python: "3.11"
jobs:
create_environment:
- asdf plugin add uv
- asdf install uv latest
- asdf global uv latest
- uv venv
install:
- uv pip install -r lib/spack/docs/requirements.txt
build:
html:
- uv run sphinx-build -T -b html docs $READTHEDOCS_OUTPUT/html
sphinx:
configuration: lib/spack/docs/conf.py

View File

@@ -1,7 +1,7 @@
[project]
name="spack"
description="The spack package manager"
requires-python=">=3.6.2"
requires-python=">=3.6"
dependencies=[
"clingo",
"setuptools",

View File

@@ -1,7 +1,7 @@
config:
db_lock_timeout: 120
shared_linking:
missing_library_policy: warn
missing_library_policy: error
install_tree:
root: /home/software/spack
padded_length: 256