Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Spack
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
eic_tools
Spack
Commits
c4c167c1
Commit
c4c167c1
authored
8 years ago
by
Denis Davydov
Browse files
Options
Downloads
Patches
Plain Diff
octave: rename executable Octave to octave
parent
0faa6dd7
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
var/spack/repos/builtin/packages/octave-splines/package.py
+1
-1
1 addition, 1 deletion
var/spack/repos/builtin/packages/octave-splines/package.py
var/spack/repos/builtin/packages/octave/package.py
+2
-2
2 additions, 2 deletions
var/spack/repos/builtin/packages/octave/package.py
with
3 additions
and
3 deletions
var/spack/repos/builtin/packages/octave-splines/package.py
+
1
−
1
View file @
c4c167c1
...
@@ -36,7 +36,7 @@ class OctaveSplines(Package):
...
@@ -36,7 +36,7 @@ class OctaveSplines(Package):
extends
(
'
octave@3.6.0:
'
)
extends
(
'
octave@3.6.0:
'
)
def
install
(
self
,
spec
,
prefix
):
def
install
(
self
,
spec
,
prefix
):
O
ctave
(
'
--quiet
'
,
o
ctave
(
'
--quiet
'
,
'
--norc
'
,
'
--norc
'
,
'
--built-in-docstrings-file=/dev/null
'
,
'
--built-in-docstrings-file=/dev/null
'
,
'
--texi-macros-file=/dev/null
'
,
'
--texi-macros-file=/dev/null
'
,
...
...
This diff is collapsed.
Click to expand it.
var/spack/repos/builtin/packages/octave/package.py
+
2
−
2
View file @
c4c167c1
...
@@ -223,7 +223,7 @@ def setup_dependent_package(self, module, ext_spec):
...
@@ -223,7 +223,7 @@ def setup_dependent_package(self, module, ext_spec):
"""
Called before Octave modules
'
install() methods.
"""
Called before Octave modules
'
install() methods.
In most cases, extensions will only need to have one line:
In most cases, extensions will only need to have one line:
O
ctave(
'
--eval
'
,
'
pkg install %s
'
% self.stage.archive_file)
o
ctave(
'
--eval
'
,
'
pkg install %s
'
% self.stage.archive_file)
"""
"""
# Octave extension builds can have a global Octave executable function
# Octave extension builds can have a global Octave executable function
module
.
O
ctave
=
Executable
(
join_path
(
self
.
spec
.
prefix
.
bin
,
'
octave
'
))
module
.
o
ctave
=
Executable
(
join_path
(
self
.
spec
.
prefix
.
bin
,
'
octave
'
))
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