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
60ba1311
Commit
60ba1311
authored
3 years ago
by
Andre Sailer
Browse files
Options
Downloads
Patches
Plain Diff
[
SPI-1868
]: dev3python39 enable CORAL and COOL master
parent
2ebb1b11
No related branches found
No related tags found
1 merge request
!704
[SPI-1868]: dev3python39 enable CORAL and COOL master
Pipeline
#2521749
passed
3 years ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmake/toolchain/heptools-dev4python39.cmake
+4
-0
4 additions, 0 deletions
cmake/toolchain/heptools-dev4python39.cmake
cmake/toolchain/heptools-python39.cmake
+0
-4
0 additions, 4 deletions
cmake/toolchain/heptools-python39.cmake
with
4 additions
and
4 deletions
cmake/toolchain/heptools-dev4python39.cmake
+
4
−
0
View file @
60ba1311
...
...
@@ -2,3 +2,7 @@
set
(
LCG_PYTHON_VERSION 3
)
include
(
heptools-dev4
)
include
(
heptools-python39
)
# CORAL 3_3_6 not python 3.9 compatible at the moment
LCG_remove_package
(
CORAL
)
LCG_remove_package
(
COOL
)
This diff is collapsed.
Click to expand it.
cmake/toolchain/heptools-python39.cmake
+
0
−
4
View file @
60ba1311
...
...
@@ -55,10 +55,6 @@ LCG_external_package(nbformat 5.1.3
# Proj8: https://github.com/SciTools/cartopy/pull/1752
LCG_remove_package
(
cartopy
)
# CORAL not python 3.9 compatible at the moment
LCG_remove_package
(
CORAL
)
LCG_remove_package
(
COOL
)
# tensorflow does not support python 3.9 yet
# https://github.com/tensorflow/tensorflow/issues/44485
LCG_remove_package
(
tensorflow
)
...
...
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