alibuild 1.17.8__tar.gz → 1.17.11__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {alibuild-1.17.8 → alibuild-1.17.11}/PKG-INFO +1 -1
- {alibuild-1.17.8 → alibuild-1.17.11}/alibuild.egg-info/PKG-INFO +1 -1
- {alibuild-1.17.8 → alibuild-1.17.11}/alibuild_helpers/_version.py +2 -2
- {alibuild-1.17.8 → alibuild-1.17.11}/alibuild_helpers/args.py +3 -2
- {alibuild-1.17.8 → alibuild-1.17.11}/alibuild_helpers/build.py +2 -1
- {alibuild-1.17.8 → alibuild-1.17.11}/docs/docs/user.md +1 -1
- {alibuild-1.17.8 → alibuild-1.17.11}/setup.py +2 -2
- {alibuild-1.17.8 → alibuild-1.17.11}/.flake8 +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/.github/workflows/documentation.yml +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/.github/workflows/pr-check.yml +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/.github/workflows/release.yml +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/.gitignore +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/.pylintrc +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/ANALYTICS.md +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/DESIGN.md +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/Jenkinsfile +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/LICENSE.md +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/MANIFEST.in +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/PACKAGING.md +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/README.rst +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/alfaBuild +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/aliBuild +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/aliDeps +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/aliDoctor +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/alibuild.egg-info/SOURCES.txt +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/alibuild.egg-info/dependency_links.txt +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/alibuild.egg-info/requires.txt +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/alibuild.egg-info/top_level.txt +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/alibuild_helpers/__init__.py +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/alibuild_helpers/analytics.py +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/alibuild_helpers/build_template.sh +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/alibuild_helpers/clean.py +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/alibuild_helpers/cmd.py +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/alibuild_helpers/deps.py +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/alibuild_helpers/doctor.py +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/alibuild_helpers/git.py +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/alibuild_helpers/init.py +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/alibuild_helpers/log.py +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/alibuild_helpers/scm.py +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/alibuild_helpers/sl.py +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/alibuild_helpers/sync.py +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/alibuild_helpers/templating_plugin.py +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/alibuild_helpers/utilities.py +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/alibuild_helpers/workarea.py +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/alienv +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/codecov.yml +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/debian/changelog +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/debian/compat +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/debian/control +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/debian/copyright +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/debian/files +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/debian/rules +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/docs/README.md +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/docs/SUPPORT +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/docs/docs/alice_logo.png +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/docs/docs/deps.png +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/docs/docs/index.md +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/docs/docs/quick.md +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/docs/docs/reference.md +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/docs/docs/stylesheets/extra.css +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/docs/docs/troubleshooting.md +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/docs/mkdocs.yml +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/pb +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/pyproject.toml +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/requirements.txt +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/setup.cfg +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/tests/test_analytics.py +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/tests/test_args.py +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/tests/test_build.py +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/tests/test_clean.py +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/tests/test_cmd.py +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/tests/test_deps.py +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/tests/test_doctor.py +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/tests/test_git.py +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/tests/test_hashing.py +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/tests/test_init.py +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/tests/test_log.py +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/tests/test_packagelist.py +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/tests/test_parseRecipe.py +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/tests/test_sync.py +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/tests/test_utilities.py +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/tests/test_workarea.py +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/tests/testdist/broken1.sh +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/tests/testdist/broken2.sh +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/tests/testdist/broken3.sh +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/tests/testdist/broken4.sh +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/tests/testdist/broken5.sh +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/tests/testdist/broken6.sh +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/tests/testdist/broken7.sh +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/tests/testdist/clobber-initdotsh.sh +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/tests/testdist/defaults-o2.sh +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/tests/testdist/delete-etc.sh +0 -0
- {alibuild-1.17.8 → alibuild-1.17.11}/tox.ini +0 -0
|
@@ -377,6 +377,7 @@ On Linux, x86-64:
|
|
|
377
377
|
RHEL9 / ALMA9 compatible: slc9_x86-64
|
|
378
378
|
Ubuntu 20.04 compatible: ubuntu2004_x86-64
|
|
379
379
|
Ubuntu 22.04 compatible: ubuntu2204_x86-64
|
|
380
|
+
Ubuntu 24.04 compatible: ubuntu2404_x86-64
|
|
380
381
|
Fedora 33 compatible: fedora33_x86-64
|
|
381
382
|
Fedora 34 compatible: fedora34_x86-64
|
|
382
383
|
|
|
@@ -391,8 +392,8 @@ On Mac, 1-2 latest supported OSX versions:
|
|
|
391
392
|
Apple Silicon: osx_arm64
|
|
392
393
|
"""
|
|
393
394
|
|
|
394
|
-
# When updating this variable, also update docs/user.
|
|
395
|
-
S3_SUPPORTED_ARCHS = "slc7_x86-64", "slc8_x86-64", "ubuntu2004_x86-64", "ubuntu2204_x86-64", "slc9_x86-64", "slc9_aarch64"
|
|
395
|
+
# When updating this variable, also update docs/docs/user.md!
|
|
396
|
+
S3_SUPPORTED_ARCHS = "slc7_x86-64", "slc8_x86-64", "ubuntu2004_x86-64", "ubuntu2204_x86-64", "ubuntu2404_x86-64", "slc9_x86-64", "slc9_aarch64"
|
|
396
397
|
|
|
397
398
|
def finaliseArgs(args, parser):
|
|
398
399
|
|
|
@@ -555,12 +555,13 @@ def doBuild(args, parser):
|
|
|
555
555
|
for x in buildOrder if x != "defaults-release"))
|
|
556
556
|
|
|
557
557
|
if develPkgs:
|
|
558
|
-
banner("You have packages in development mode.\n"
|
|
558
|
+
banner("You have packages in development mode (%s).\n"
|
|
559
559
|
"This means their source code can be freely modified under:\n\n"
|
|
560
560
|
" %s/<package_name>\n\n"
|
|
561
561
|
"aliBuild does not automatically update such packages to avoid work loss.\n"
|
|
562
562
|
"In most cases this is achieved by doing in the package source directory:\n\n"
|
|
563
563
|
" git pull --rebase\n",
|
|
564
|
+
", ".join(develPkgs),
|
|
564
565
|
os.getcwd())
|
|
565
566
|
|
|
566
567
|
for pkg, spec in specs.items():
|
|
@@ -103,7 +103,7 @@ provides tarballs for the most common supported architectures.
|
|
|
103
103
|
## Using precompiled packages
|
|
104
104
|
|
|
105
105
|
By running aliBuild with no special option on CentOS/Alma 7, 8 or 9, or on
|
|
106
|
-
Ubuntu 20.04 or
|
|
106
|
+
Ubuntu 20.04, 22.04 or 24.04, it will automatically try to
|
|
107
107
|
use as many precompiled packages as possible by downloading them from a default
|
|
108
108
|
central server. By using precompiled packages you lose the ability to pick some
|
|
109
109
|
of them from your system. If you do not want to use precompiled packages and you
|
|
@@ -58,7 +58,7 @@ setup(
|
|
|
58
58
|
'Programming Language :: Python :: 3.10', # ubuntu2204
|
|
59
59
|
'Programming Language :: Python :: 3.11', # MacOS
|
|
60
60
|
'Programming Language :: Python :: 3.12', # MacOS
|
|
61
|
-
]
|
|
61
|
+
],
|
|
62
62
|
|
|
63
63
|
# What does your project relate to?
|
|
64
64
|
keywords='HEP ALICE',
|
|
@@ -81,7 +81,7 @@ setup(
|
|
|
81
81
|
# The 7.* series removed support for Python 3.6.
|
|
82
82
|
'setuptools_scm<7.0.0' if sys.version_info < (3, 7) else
|
|
83
83
|
'setuptools_scm'
|
|
84
|
-
],
|
|
84
|
+
] + (['packaging<=23'] if sys.version_info <(3, 7) else []),
|
|
85
85
|
|
|
86
86
|
# List run-time dependencies here. These will be installed by pip when
|
|
87
87
|
# your project is installed. For an analysis of "install_requires" vs pip's
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|