Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Nektar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ronald
Nektar
Commits
5fa18d16
Commit
5fa18d16
authored
8 years ago
by
Chris Cantwell
Browse files
Options
Downloads
Patches
Plain Diff
Fix missing dependency on openmpi-bin for DEB packages.
parent
f43d3276
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
pkg/CMakeLists.txt
+4
-1
4 additions, 1 deletion
pkg/CMakeLists.txt
with
4 additions
and
1 deletion
pkg/CMakeLists.txt
+
4
−
1
View file @
5fa18d16
...
...
@@ -54,6 +54,8 @@ if (NEKTAR_BUILD_UTILITIES)
endif
()
if
(
NEKTAR_BUILD_LIBRARY AND DPKG
)
set
(
NEK_DEP
"openmpi-bin"
)
### DEBIAN PACKAGES ############################################
# Note that the formatting of the DESCRIPTION field is VERY specific. It
# must start with a new line, each line must start with a space, and there
...
...
@@ -65,8 +67,9 @@ if (NEKTAR_BUILD_LIBRARY AND DPKG)
DESCRIPTION
"
This library provides core routines including linear algebra and integration
with ThirdParty libraries."
DEPENDS
"
${
NEK_DEP
}
"
INSTALL_LIBS
"
${
libnektar++-utilities_LIBS
}
"
)
set
(
NEK_DEP
"libnektar++-utilities (=
${
NEKTAR_VERSION
}
)"
)
set
(
NEK_DEP
"
${
NEK_DEP
}
,
libnektar++-utilities (=
${
NEKTAR_VERSION
}
)"
)
add_nektar_package
(
NAME libnektar++-stdregions
...
...
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