File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 163
163
# bets are off. So feel free to install it anywhere in your tree. He
164
164
# suggests $prefix/doc.
165
165
%define _defaultdocdir /opt/%{name }/%{version }/doc
166
+ # Also put the modulefile in /opt.
167
+ %define modulefile_path /opt/%{name }/%{version }/share/openmpi/modulefiles
166
168
%endif
167
169
168
170
%if ! %{build_debuginfo_rpm }
@@ -767,6 +769,10 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
767
769
#
768
770
#############################################################################
769
771
%changelog
772
+ *
Tue Mar 28 2017 Jeff Squyres <[email protected] >
773
+ - Reverting a decision from a prior changelog entry: if
774
+ install_in_opt==1, then even put the modulefile under /opt.
775
+
770
776
*
Thu Nov 12 2015 Gilles Gouaillardet <[email protected] >
771
777
- Revamp packaging when prefix is /usr
772
778
You can’t perform that action at this time.
0 commit comments