- 23 Oct, 2023 3 commits
-
-
Łukasz Nowak authored
-
Vincent Pelletier authored
Empty values are considered not provided, so provide a template which produces a file with a lone comment.
-
Jérome Perrin authored
Instead of using openssl-1.0 and overriding the new versions to use openssl, use openssl by default and override in the old versions to use openssl-1.0
-
- 20 Oct, 2023 13 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
This reverts commit 852389ac.
-
Kazuhiko Shiozaki authored
This reverts commit bca3faca.
-
Kazuhiko Shiozaki authored
to avoid possible "no version information available" warnings.
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Rafael Monnerat authored
See merge request !1453
-
- 19 Oct, 2023 6 commits
-
-
Rafael Monnerat authored
There are extra libraries and patches that are important to wendelin (bt5) usage, DataArray, DataSupply...
-
Jérome Perrin authored
now we have a test extra
-
Jérome Perrin authored
Some configure scripts, such as cmake's FindPython3, use explicit python version such as python3.9 and can find system python, although using python3 would be catched by the disabled python. With this change we also catch attempt of using python3.9 We also print the executed command, it helps guessing what executed python
-
Jérome Perrin authored
configure is a python script that autodetects the python interpreter and may use a system python, execute the script with software release's python directly.
-
Jérome Perrin authored
there was a typo environement/environment, so slapos python was not used. Another problem is that open62541 vendors (see [1]) an old version of cmake's FindPython3 which does not lookup versions more recent that 3.8. Fix this by removing the vendored FindPython3 to use the one from cmake. [1]: https://github.com/open62541/open62541/blob/v1.3/tools/cmake/FindPython/Support.cmake#L20C7-L20C34
-
Jérome Perrin authored
On debian 11.2 with zlib1g-dev installed this uses system zlib
-
- 18 Oct, 2023 1 commit
-
-
Thomas Gambier authored
After the changes in 565f4986, Flask need recent version of MarkupSafe so we must align the version of MarkupSafe and Flask.
-
- 17 Oct, 2023 13 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Jérome Perrin authored
1c4a3c69 (stack/slapos.cfg: version up eggs (requests 2.31.0 and friends), 2023-10-04) broke component/nxdtest/test-py2.cfg and others using pytest on python2
-
Jérome Perrin authored
This part of 30804165 (component/apache-php: add missing xz in PATH, 2023-10-17) was pushed accidentally
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
This is required for xz archives
-
Jérome Perrin authored
-
Lu Xu authored
See merge request nexedi/slapos!1450
-
Joanne Hugé authored
-
- 16 Oct, 2023 4 commits
-
-
Lu Xu authored
-
Lu Xu authored
-
Lu Xu authored
-
Jérome Perrin authored
This is required because it depends on an older version of Jinja and updating in 565f4986 (stack/slapos: version up Flask and friends (itsdangerous, Jinja2, MarkupSafe, Werkzeug), 2023-10-12) broke jupyter software At the same time, move some pins from stack/erp5 to stack/slapos as they become used by more softwares
-