Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lcgcmake
Manage
Activity
Members
Labels
Plan
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sft
lcgcmake
Commits
d3810479
Commit
d3810479
authored
9 months ago
by
Ilias Goulas
Browse files
Options
Downloads
Patches
Plain Diff
test python 12.7, setuptools 75.1 and patch gosam to overcome doistutils issues
parent
d8ea9ca7
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmake/toolchain/heptools-dev3python312.cmake
+3
-2
3 additions, 2 deletions
cmake/toolchain/heptools-dev3python312.cmake
generators/Herwig3.cmake
+1
-1
1 addition, 1 deletion
generators/Herwig3.cmake
with
4 additions
and
3 deletions
cmake/toolchain/heptools-dev3python312.cmake
+
3
−
2
View file @
d3810479
...
@@ -4,7 +4,7 @@ include(heptools-dev3)
...
@@ -4,7 +4,7 @@ include(heptools-dev3)
#
#
#py312
#py312
#
#
LCG_external_package
(
Python 3.12.
4
)
LCG_external_package
(
Python 3.12.
7
)
#
#
# temporary remove package professor until generators toolchain ins fixed
# temporary remove package professor until generators toolchain ins fixed
LCG_remove_package
(
professor
)
LCG_remove_package
(
professor
)
...
@@ -94,9 +94,10 @@ LCG_external_package(widgetsnbextension 4.0.11 )
...
@@ -94,9 +94,10 @@ LCG_external_package(widgetsnbextension 4.0.11 )
LCG_external_package
(
onnxruntime 1.18.1
)
LCG_external_package
(
onnxruntime 1.18.1
)
LCG_external_package
(
arrow 17.0.0
)
LCG_external_package
(
arrow 17.0.0
)
LCG_external_package
(
pyarrow 17.0.0
)
LCG_external_package
(
pyarrow 17.0.0
)
LCG_external_package
(
setuptools 75.1.0
)
LCG_external_package
(
setuptools_scm 8.1.0
)
LCG_external_package
(
setuptools_scm 8.1.0
)
LCG_external_package
(
jupyter_server 2.14.2
)
LCG_external_package
(
jupyter_server 2.14.2
)
LCG_external_package
(
jupyter_contrib_core 0.4.2
)
LCG_external_package
(
jupyter_contrib_core 0.4.2
)
LCG_external_package
(
torch 2.4.0
)
LCG_external_package
(
torch 2.4.0
)
LCG_external_package
(
send2trash 1.8.3
)
LCG_external_package
(
send2trash 1.8.3
)
LCG_external_package
(
astropy 6.1.4
)
This diff is collapsed.
Click to expand it.
generators/Herwig3.cmake
+
1
−
1
View file @
d3810479
...
@@ -53,7 +53,7 @@ LCGPackage_Add(
...
@@ -53,7 +53,7 @@ LCGPackage_Add(
INSTALL_COMMAND
${
PYTHON
}
setup.py install --prefix=<INSTALL_DIR>
INSTALL_COMMAND
${
PYTHON
}
setup.py install --prefix=<INSTALL_DIR>
COMMAND chmod -R go+r <INSTALL_DIR>
COMMAND chmod -R go+r <INSTALL_DIR>
BUILD_IN_SOURCE 1
BUILD_IN_SOURCE 1
DEPENDS gosam_contrib qgraf FORM Python
DEPENDS gosam_contrib qgraf FORM Python
setuptools
)
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment