Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ebrains-spack-builds
Manage
Activity
Members
Labels
Plan
Issues
30
Issue boards
Milestones
Wiki
Code
Merge requests
30
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EBRAINS RI
Tech Hub
Platform
EBRAINS Software Distribution
ebrains-spack-builds
Merge requests
!437
update to Spack v0.20.0
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
update to Spack v0.20.0
spack-v0.20.0
into
master
Overview
0
Commits
26
Pipelines
3
Changes
92
Merged
Eleni Mathioulaki
requested to merge
spack-v0.20.0
into
master
1 year ago
Overview
0
Commits
26
Pipelines
3
Changes
92
Expand
0
0
Merge request reports
Compare
master
version 1
28722aa4
1 year ago
master (base)
and
latest version
latest version
53d0164a
26 commits,
1 year ago
version 1
28722aa4
25 commits,
1 year ago
92 files
+
3160
−
3870
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
92
Search (e.g. *.vue) (Ctrl+P)
packages/bazel/add-include-limits-0.25.patch deleted
100644 → 0
+
0
−
11
Options
diff -pur third_party/ijar/mapped_file_unix.cc third_party/ijar/mapped_file_unix.cc
--- third_party/ijar/mapped_file_unix.cc 2021-10-05 15:24:37.243946507 +0200
+++ third_party/ijar/mapped_file_unix.cc 2021-10-05 15:24:28.707823401 +0200
@@ -19,6 +19,7 @@
#include <sys/mman.h>
#include <algorithm>
+#include <limits>
#include "third_party/ijar/mapped_file.h"