We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e18c71a commit 201e387Copy full SHA for 201e387
2 files changed
.gitignore
@@ -176,6 +176,7 @@ tmp*
176
*.zip
177
*.bak
178
*output*
179
+carps/build/lib
180
181
container/python_packages/*
182
slurmlogs/*
carps/build/Makefile
@@ -81,11 +81,11 @@ OS := $(shell uname)
81
uvenv:
82
pip install uv
83
export PATH="$HOME/.local/bin:$PATH"
84
- uv venv --python=3.12 .venv
85
- . .venv/bin/activate
86
- python -m ensurepip --upgrade
87
- python -m pip install uv --upgrade
88
- uv pip install setuptools wheel
+ uv venv --python=3.13 .venv
+ . .venv/bin/activate && \
+ python -m ensurepip --upgrade && \
+ python -m pip install uv --upgrade && \
+ uv pip install setuptools wheel && \
89
90
optimizer_smac:
91
$(PIP) install swig
0 commit comments