Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dedal
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
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
dedal
Commits
c8f5a8e4
Commit
c8f5a8e4
authored
9 months ago
by
Jakob Kaiser
Browse files
Options
Downloads
Patches
Plain Diff
chore: dummy installation of packages not needed
Change-Id: I4659fd4765e46986d9f0e675ac176901344b2c02
parent
2cd9dc41
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/yashchiki/install_spack.sh
+0
-8
0 additions, 8 deletions
lib/yashchiki/install_spack.sh
with
0 additions
and
8 deletions
lib/yashchiki/install_spack.sh
+
0
−
8
View file @
c8f5a8e4
...
...
@@ -13,14 +13,6 @@ cd "$HOME"
install_from_buildcache
"
${
spack_packages
[@]+
"
${
spack_packages
[@]
}
"
}
"
echo
"DUMMY-INSTALLING PACKAGES"
for
package
in
"
${
spack_packages
[@]+
"
${
spack_packages
[@]
}
"
}
"
;
do
specfile
=
"
$(
get_specfiles
"
${
package
}
"
)
"
if
((
$(
wc
-l
<
"
${
specfile
}
"
)
==
0
))
;
then
echo
"ERROR: Failed to concretize
${
package
}
for install."
>
&2
fi
done
echo
"INSTALLING PACKAGES"
for
package
in
"
${
spack_packages
[@]+
"
${
spack_packages
[@]
}
"
}
"
;
do
# Disable cache because we already installed from build cache.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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