-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Account for changed modulefiles location
- Loading branch information
1 parent
9c35bbb
commit 46eb009
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
%global this_release 4 | ||
%global this_release 5 | ||
|
||
#TODO: this isn't as clean as the openmpi version | ||
%global _intelmpi_load \ | ||
|
@@ -221,6 +221,8 @@ install -D %{repo}-%{commit}/%{build_dir}/%{intel_string}%{?arch_suffix}/fds%{?m | |
%endif | ||
|
||
%changelog | ||
* Mon Mar 25 2024 Jake O'Shannessy <[email protected]> - %{version}-5 | ||
- Unpin intel package versions | ||
* Sun Dec 10 2023 Jake O'Shannessy <[email protected]> - %{version}-4 | ||
- Unpin intel package versions | ||
* Mon Jul 17 2023 Jake O'Shannessy <[email protected]> - %{version}-3 | ||
|