Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fsl-mmorf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
FSL
conda
fsl-mmorf
Merge requests
!13
Select suitable GCC for CUDA 11.8
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Select suitable GCC for CUDA 11.8
paulmc-master-patch-07777
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Paul McCarthy
requested to merge
paulmc-master-patch-07777
into
master
1 month ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
0a4e0418
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
0a4e0418
Select suitable GCC for CUDA 11.8
· 0a4e0418
Paul McCarthy
authored
1 month ago
meta.yaml
+
1
−
1
Options
@@ -63,7 +63,7 @@ requirements:
-
{{
compiler("cxx")
}}
8.*
# [linux]
{
%
elif cuda_version in ("11.0"
,
"
11.1"
,
"
11.2"
,
"
11.3"
) %
}
-
{{
compiler("cxx")
}}
9.*
# [linux]
{
%
elif cuda_version in ("11.4"
,
"
11.5"
,
"
11.6"
,
"
11.7"
) %
}
{
%
elif cuda_version in ("11.4"
,
"
11.5"
,
"
11.6"
,
"
11.7"
,
"
11.8"
) %
}
-
{{
compiler("cxx")
}}
11.*
# [linux]
{
%
else %
}
-
{{
compiler("cxx")
}}
# [linux]
Loading