Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mpi-start
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
IFCA Computing
mpi-start
Commits
21a7907e
Commit
21a7907e
authored
11 years ago
by
Enol Fernandez
Browse files
Options
Downloads
Patches
Plain Diff
Now all files get installed.
parent
bb47edc2
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!7
Release 1.5.2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/Makefile.in
+14
-6
14 additions, 6 deletions
config/Makefile.in
with
14 additions
and
6 deletions
config/Makefile.in
+
14
−
6
View file @
21a7907e
all
:
mpi-config.local
mpi-config.local
:
cp
mpi-config.local.template mpi-config.local
all
:
clean
:
install
:
install
-d
$(
DESTDIR
)
/
$(
moduledir
)
install
-m
0644 mpi-config.local
$(
DESTDIR
)
/
$(
moduledir
)
/
install
-m
0644 mpi-config.local.template
$(
DESTDIR
)
/
$(
moduledir
)
/
install
-m
0644 mpi-config.debian
$(
DESTDIR
)
/
$(
moduledir
)
/
install
-m
0644 mpi-config.el5-i386
$(
DESTDIR
)
/
$(
moduledir
)
/
install
-m
0644 mpi-config.el6-i386
$(
DESTDIR
)
/
$(
moduledir
)
/
install
-m
0644 mpi-config.el5-x86_64
$(
DESTDIR
)
/
$(
moduledir
)
/
install
-m
0644 mpi-config.el6-x86_64
$(
DESTDIR
)
/
$(
moduledir
)
/
uninstall
:
rm
-f
$(
DESTDIR
)
/
$(
moduledir
)
/mpi-config.local
rm
-f
$(
DESTDIR
)
/
$(
moduledir
)
/mpi-config.local.template
rm
-f
$(
DESTDIR
)
/
$(
moduledir
)
/mpi-config.debian
rm
-f
$(
DESTDIR
)
/
$(
moduledir
)
/mpi-config.el5-i386
rm
-f
$(
DESTDIR
)
/
$(
moduledir
)
/mpi-config.el6-i386
rm
-f
$(
DESTDIR
)
/
$(
moduledir
)
/mpi-config.el5-x86_64
rm
-f
$(
DESTDIR
)
/
$(
moduledir
)
/mpi-config.el6-x86_64
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