Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Spack
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
eic_tools
Spack
Commits
06d3cead
Commit
06d3cead
authored
5 years ago
by
Tamara Dahlgren
Committed by
Gregory Becker
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Change variable name to 'standard' file to avoid confusion with function (#14589)
parent
22a69b04
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
var/spack/repos/builtin/packages/patchelf/package.py
+3
-3
3 additions, 3 deletions
var/spack/repos/builtin/packages/patchelf/package.py
with
3 additions
and
3 deletions
var/spack/repos/builtin/packages/patchelf/package.py
+
3
−
3
View file @
06d3cead
...
@@ -39,8 +39,8 @@ def test(self):
...
@@ -39,8 +39,8 @@ def test(self):
tty
.
msg
(
'
test: Ensuring the rpath is changed
'
)
tty
.
msg
(
'
test: Ensuring the rpath is changed
'
)
currdir
=
os
.
getcwd
()
currdir
=
os
.
getcwd
()
hello_f
n
=
os
.
path
.
join
(
currdir
,
'
data
'
,
'
hello
'
)
hello_f
ile
=
os
.
path
.
join
(
currdir
,
'
data
'
,
'
hello
'
)
patchelf
(
'
--set-rpath
'
,
currdir
,
hello_f
n
)
patchelf
(
'
--set-rpath
'
,
currdir
,
hello_f
ile
)
output
=
patchelf
(
'
--print-rpath
'
,
hello_f
n
,
output
=
patchelf
(
'
--print-rpath
'
,
hello_f
ile
,
output
=
str
.
split
,
error
=
str
.
split
)
output
=
str
.
split
,
error
=
str
.
split
)
assert
output
.
strip
()
==
currdir
assert
output
.
strip
()
==
currdir
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